

*, *::before, *::after {
  box-sizing: border-box;
}
@font-face {
  font-display:auto;
  font-family:headfont;
  font-style:normal;
  src: url(../Fonts/futura-pt-bold.woff);
  
 
}
@font-face {
  font-display:auto;
  font-family:basefont;
  font-style:normal;
  src: url(../Fonts/din-condensed.woff);
 
}
@font-face {
  font-display:auto;
  font-family:DIN Condensed;
  font-style:normal;
  src: url(../Fonts/din-condensed.woff);

}
@font-face {
  font-family:Futura PT Bold;
  font-style:normal;
  font-weight:700;
  src: url(../Fonts/futura-pt-bold.woff);
}
@font-face {
  font-family:Futura PT Demi;
  font-style:normal;
  font-weight:700;
  src: url(../Fonts/futura-pt-demi.woff);

}
/* General Styles */
/* Load FuturaPT Bold */
/* === FUTURA PT === */
/* 
@font-face {
  font-family: 'FuturaPT';
  src: url('../Fonts/Futura\ Condensed\ Extra\ Bold.otf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'FuturaPTO';
  src: url('../Fonts/Futura\ Extra\ Bold.otf') format('truetype');
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoI';
  src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


@font-face {
  font-family: 'DIN';
  src: url('../Fonts/D-DIN.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINB';
  src: url('../Fonts/DIN\ Condensed\ Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

*/



:root {
  --primary-color: #03B1C7;
  --primary-hover: #049BB0;
  --primary-text: #00bce4;
  --gray-light: #A2A2A2;
  --text-dark: #333;
  --grey-bold:#78797a;
}
input.form-control,
  textarea.form-control,
  select.form-control {
    border-radius: 0 !important;
  }

.text-primary {
  color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary:hover {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}


h2 { font-size: 3rem; }
h3 { font-size: 3rem; }
h6 { font-size: 1.4rem; }

h1 {
  font-size: 2rem;
}
@media(min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

body {
  font-family: roboto, arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.container{
  padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
}
/* Top Bar */
.bft-topbar {
  background-color: #03B1C7;
  padding: 0.25rem 0;
  font-size: 0.8rem;
}

/* Navbar */
.bft-navbar .navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00bce4 !important;
}
.sticky-top {
  z-index: 1020; /* stays above content */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.bft-navbar .nav-link {
  position: relative;
  color:var(--grey-bold);
  margin-left: 1rem;
font-family: Futura PT Demi, DIN Condensed, arial, sans-serif;
  transition: color 0.3s ease;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
/* Create the bottom border effect */
.bft-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #03B1C7;
  transition: width 0.3s ease, left 0.3s ease;
  border-radius: 2px;
}

/* On hover, expand the bottom border from center */
.bft-navbar .nav-link:hover::after,
.bft-navbar .nav-link:focus::after,.bft-navbar .nav-link.active::after {
  width: 100%;
  left: 0;
}

/* Optional: change link color on hover */
.bft-navbar .nav-link:hover,
.bft-navbar .nav-link:focus,.bft-navbar .nav-link.active {
  color: #03B1C7;
}

.navbar{
  --bs-navbar-padding-y:0.7rem;

}
.navbar-nav{
  align-items: center;
}
.bft-navbar .btn {
  font-weight: 500;
}

.bft-navbar .btn-learn-more {
   background-color: #03B1C7;
  color: #fff;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 18px;
      padding: 0.7rem 1.8rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  margin-left: 15px;
 font-family: headfont, arial, sans-serif;
}

.bft-navbar .btn-learn-more:hover {
     background-color: #049BB0;
     color: #fff;
}



/* Hero Section */


.bft-hero {
  height: 78vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 8.5rem;
}
@media screen and  (max-width: 991.98px) {
.bft-hero {
  margin-bottom: 0rem;

}

.bft-hero-overlay{
    text-align: center !important;
    left: 0 !important;
    max-width: 100% !important;
}
}
@media screen and  (min-width: 1610px) {
.bft-hero {
  height: 598px;
          min-height: 600px;
}



}
.bft-hero-video {
  background: url(../images/Slider-1.jpg) no-repeat top center;
  object-fit: cover;
  background-size: cover;
  height: 100%;
}

.bft-hero-overlay {
  z-index: 2;
  max-width: 790px;
  width: 100%;
  padding: 1rem;
  padding-left: 0px;
  text-align: left;
  left: 10.5%;
  top: 55%;
  transform: translateY(-50%);
  position: absolute;
}

.bft-hero h1 {
  font-size: 64px;
  line-height: 58px;
  white-space: normal;
font-family: headfont, arial, sans-serif;
  text-transform: uppercase;
  
}
@media (max-width: 480px) {
  .bft-hero h1 {
    font-size: 2.7rem;
    line-height: 44px;
  }
  .bft-hero{
        height: 60vh;
  }
  .navbar{
    padding: 0;
  }
  .bft-hero-overlay{
    top: 50%;
    padding: 0;
  }
  .bft-welcome{
    margin-top: 100px;
  }
  .welcome-right{
   margin-top: 0px !important;
   width: 100% !important;
   text-align: left !important;
  }
  .bft-welcome .container{
    padding: 0 1rem !important;
  }
    section.bft-welcome>.px-5{
      padding-left:1rem !important;
    }
    .welcom-left-img{
      padding-left: 1rem !important;
    }
    .bft-difference h6{
      font-size: 18.5px !important;
    }
    .bft-programing .welcom-left-img {
      order: 1;
      width: 100% !important;
    }
    .bft-programing .programing-left{
      order: 2;
          text-align: left;
    }
    .bft-programing{
      padding-top: 100px !important;
    }
   .programing-left h2{
    text-align: left;
   }
   .programing-left p{
    padding-right: 0px !important;

   }
   .bft-cta h2{
    font-size: 2rem;
   }
   .bft-cta .container a.border-2{
    margin-top: 10px;
    margin-left: 0 !important;
   }
   .bft-cta{
    padding: 5rem 0 !important;
   }
   .bft-testimonials .container{
    padding: 0 10px ;
   }
  .carousel-control-prev{
    justify-content: flex-start !important;
   }
   .carousel-control-next{
     justify-content: flex-end !important;
   }
   .testimonial-item h6{
    font-size: 1.2rem !important;
   }
}

@media (min-width: 768px) {
  .bft-hero h1 {
    font-size: 3.938rem;
  }
}

@media (min-width: 1610px) {
  .bft-hero h1 {
    font-size: 4rem;
  }
  .bft-hero-overlay {
    left:14%;
  }
}

@media screen and (min-width: 1800px) {
 
  .bft-hero-overlay {
    left:17%;
  }
}
/*@media screen and (min-width: 1900px) {
 
  .bft-hero-overlay {
    left:18%;
  }
}
*/
.btn-trial {
  background-color: #03B1C7;
  color: #fff;
  border-radius: 0;
  border: none;
  font-weight: 900;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  font-size: 18px;
}

.btn-trial:hover {
  background-color: #049BB0;
  color: #fff;
}

/* Welcome Section */
.bft-welcome{

  padding-bottom: 3rem;

}
.bft-welcome .bft-welcome-row  .welcom-left-img{
  width: 500px;
  height: 333px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .welcome-right {
    margin-left: 0; /* no gutter on smaller screens */
    text-align: center;
  }
  .bft-welcome{
    margin-bottom: 0 !important;

  }
}
.welcome-right{
  width: 52%;
}

.welcome-right .text-primary{
    font-size: 1.5rem;
        line-height: 1.25;
    font-family: headfont, arial, sans-serif;
}
.bft-programing .welcom-left-img{
  width: 41%;
}

.bft-welcome h2 {
  font-size: 3rem;

  font-family: headfont, arial, sans-serif;
color: #000;
  margin-top: 26px;     /* optional: reset top margin */
  margin-bottom: 19px; /* spacing below heading */
}

.welcome-right p.light-p{
     
                color: #78797a;
        font-family: roboto, arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .3px;
        line-height: 27px;
        text-transform: none;
        margin-top: 2rem;
}
.bft-welcome p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.wel-button{
    border-radius: 0;
    text-transform: uppercase;
        padding: .6rem 1.6rem;
    font-weight: bold;
    font-size: 1.125rem;
  font-family: headfont, arial, sans-serif;

}

/* What Sets Us Apart */

@media screen and (max-width: 767.98px) {
  .bft-difference .col-md-4 {
    margin-bottom: 1.5rem;
  }
    .bft-difference h3 {
     font-size: 2rem !important;
  }
.bft-welcome h2{
  font-size: 2rem !important;
  }
.bft-testimonials h3{
   font-size: 1.8rem !important;
  }
}
.bft-difference{
  margin: 110px 0;
}
.bft-difference h3 {
  font-size: 3rem;
  color: #000000;
    font-family: headfont, arial, sans-serif;
}

.bft-difference h6 {
  margin-bottom: 2rem;
  font-family: headfont, arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        line-height: 22px;
        letter-spacing: .3px;
        text-transform: none;
        color: inherit;
}

.bft-difference p {
font-family: roboto, arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 22px;
        text-transform: none;
        color: #78797a;
    }


/* programing part */
.bft-programing{
    background-color: #F2F2F6;
    padding: 7rem 0;
}

.programing-left h2{
    font-size: 3.1rem;
    color: #000000;
    line-height: 42px;
    font-family: headfont, arial, sans-serif;
}

.programing-left p{
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    color:#000000;
    font-size: .9rem;
    padding-right: 5rem;
    line-height: 27px;
}
@media (max-width: 991.98px) {
  .bft-programing {
    padding-top: 0px;
    text-align: center;
  }
 .programing-left{
    margin-bottom: 2rem;
 }
 .programing-left p{
    margin-top: 2rem;
    margin-bottom: 1rem;
  
}
}

/* Testimonials Section */
/* Testimonials Section */
#testimonialCarousel{
  padding-top: 20px;
}
#testimonialCarousel .carousel-indicators {
  position: absolute;
  bottom: -100px; /* Push down below carousel */
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 3;
}

.bft-testimonials {
  background-color: #ffffff;
  padding: 7rem 0 11rem 0;
}


.bft-testimonials h3 {
  font-size: 2.5rem;
  font-family: Futura PT Bold, DIN Condensed, arial, sans-serif;

}

.testimonial-item {
  max-width: 700px;
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
  padding: 0 1rem;
}


/* Arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #03B1C7;
}

/* Set custom SVG arrows via CSS mask */
.carousel-control-prev-icon {
  mask-image: url("data:image/svg+xml,%3Csvg fill='%2303B1C7' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%2303B1C7' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  mask-image: url("data:image/svg+xml,%3Csvg fill='%2303B1C7' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%2303B1C7' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  #testimonialCarousel .carousel-indicators {
    bottom: -50px;
  }
  .bft-testimonials {
  
  padding: 4rem 0;
}
}


/* Dots */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #A2A2A2;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #03B1C7;
}

/*------bft cta----*/

.bft-cta{
  padding: 7.5rem 0;
}
.bft-cta .cta-p{
 
          font-family: roboto, arial, sans-serif;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .3px;
        line-height: 27px;
        text-transform: none;
}
.bft-cta a.cta-button{
 color: var(--primary-color);
 background-color: #ffffff;
 border-radius: 0;

}
.cta-button{
    font-family: headfont, arial, sans-serif;

  font-size: 1.125rem;
  letter-spacing: .3px;
  padding: .8rem 2rem
}
.bft-cta a.cta-button:hover{
color: var(--primary-hover);
background-color: #ffffff;
}
.bft-cta h2{
  margin-bottom: 1rem !important;
    font-family: headfont, arial, sans-serif;

}

/* Footer link colors */
.bft-footer{
  background: #f2f2f6;
}
.bft-footer a {
  color: #6c757d;
  text-decoration: none;
}
.bft-footer a:hover {
  text-decoration: underline;
}

/* Bottom bar background */
.footer-bottom {
  background-color: var(--primary-color);
}

.bft-footer .social-icons i {
  color: #ffffff;
  background-color: var(--primary-color);
  padding: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.footer-content h6 {
  color: var(--grey-bold);
}

.footer-bottom a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 10px;
}
.footer-bottom a, .footer-bottom span {
  color: #ffffff;
}

/* New width rule */
.footer-segments .container {
  width: 80%;
  margin: 0 auto;
  padding: 0 1rem;
  margin-top: 3rem;
}

@media (max-width: 576px) {
  .footer-bottom .d-flex {
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
            align-items: start !important;
  }
}
.footer-segments {
  width: 100%;
  margin: auto; /* Align to the left */
}

.custom-footer-col {
  flex: 0 0 25%; /* 4 columns per row */
  max-width: 14%;
}
.custom-footer-col h6{
  font-size: 1.1rem;
  font-family: Futura PT Demi, DIN Condensed, arial, sans-serif;
}
@media (max-width: 768px) {
  .custom-footer-col {
    flex: 0 0 50%; /* 2 columns per row on small screens */
    max-width: 50%;
  }
}

hr.container{
  max-width: 100%;
  padding: 0;
}
.bft-footer h5{
  font-size: 2rem;
  color: var(--grey-bold);
    font-family: headfont, arial, sans-serif;

}
.margin-bot-container {
  margin-top: 2rem;
  margin-bottom: 4rem !important;
}
/*------------------------------------------------*/

/*---------------FIRST-TIMERS-page---*/

.FIRST-TIMERS-hero{
   background: url(../images/Slider-timmer.jpg) no-repeat top center;
  object-fit: cover;
  background-size: cover;
  height: 100%;
}

section.bft-test-timers{
padding: 7rem 0 11rem 0;
}


.text-teal {
  color: var(--primary-color);
}

.btn-teal {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
}

.btn-teal:hover {
  background-color: var(--primary-hover);
  color: #fff;
}
.bft-inclusive-workout {
  padding: 7.5rem 0; /* instead of 60px */
}
.bft-inclusive-workout h2{
  font-family: headfont, arial, sans-serif;

        font-size: 3rem;
        font-weight: 700;
        font-style: normal;
        line-height: 44px;
        letter-spacing: .3px;
}
.bft-inclusive-workout p{
          font-family: roboto, arial, sans-serif;
        font-size: 1.125rem !important;
        font-weight: 400;
        font-style: normal;
        line-height: 27px;
        letter-spacing: .3px;
        text-transform: none;
        color: #fff;
}
.bft-inclusive-workout a{
  font-family: headfont, arial, sans-serif;
    font-size: 18px;
  letter-spacing: .3px;
}
.bft-welcome-steps{
  padding: 0 0 7.5rem 0;
}
.bft-welcome-steps h6{
  color: #000000;
  padding-bottom: 1.8rem;
  

}
.bft-welcome-steps h2{
  color: #000000 !important;
    font-family: headfont, arial, sans-serif;

        font-size: 3rem;
        font-weight: 700;
        font-style: normal;
        line-height: 44px;
        letter-spacing: .3px;
        text-transform: none;
        color: inherit;
}
.lead{

  font-family: roboto, arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        line-height: 27px;
        letter-spacing: .3px;
        text-transform: none;
        color: #78797a;
}
@media (max-width: 576px) {
.bft-inclusive-workout h2{
  font-size: 2rem;
}
 
.bft-welcome-steps{
  padding-bottom: 2rem;
}
}


/*---------------programs page -------------*/
/* Heading color and spacing */
.text-program {
  color: #03B1C7;
  font-size: 24px;
  margin-bottom: 1rem;
         font-family: Futura PT Bold, DIN Condensed, arial, sans-serif;

      
        font-style: normal;
        font-weight: 900;
        letter-spacing: 0px;
        line-height: 22px;
        text-transform: none;
}

/* Paragraph spacing */
.pro-block-p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Link style */
.program-link {
  color: #03B1C7;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.program-link:hover {
  text-decoration: underline;
  color: #028c9e;
}



/* Makes image take full height if needed */
.program-block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Reset unwanted default spacing */
.program-block .col-md-6 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/* Optional: to give the whole row equal height */
.program-block {
  min-height: 100%;
}

.programs-header h2{
   font-family: headfont, arial, sans-serif;
  color: #000000;
  line-height: 44px;
}
.programs-header p{
     color: #78797a;
    font-family: roboto, arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 27px;
    text-transform: none;
  
}



.programs-hero{
   background: url(../images/programs-hero-img.jpg) no-repeat top center;
  object-fit: cover;
  background-size: cover;
  height: 100%;
}
.coach-img {
    max-width: 500px;
    position: relative;
    object-fit: cover;
    z-index: 9;
 
}

@media (max-width: 576px) {
.coach-img{
 margin-top: 1rem;
}
.programs-logos{
  margin: 1rem 0 !important;
}
.programs-list p{
  width: 100% !important;
  padding: 0 1rem;
}
h5.text-program{
    margin-top: 2rem;
}
.program-block {
  padding: 0 1rem;
}
}
@media (max-width: 576px) {
.programs-header h2{
  font-size: 1.5rem;
  line-height: 1;
}
}
.programs-header p {
  color: var(--grey-bold);
  max-width: 99%;
}

.programs-logos{
  margin: 7rem 0;
}

.pad-left{
  padding-left: 5.8rem;
}


.programs-list p {
      color: var(--grey-bold);
    width: 65%;
    margin: auto;
    text-align: center;
    font-family: roboto, arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 22px;
        text-transform: none;

}
.programs-list h3{
  font-family: headfont, arial, sans-serif;
  letter-spacing: .3px;
  margin-bottom: 1.4rem;
  color: #000;
}

.programs-list .program-block p.pro-block-p{
  text-align: left;
  padding: 0;
  width: 100%;
  font-size: .9rem;
  color: var(--grey-bold);


}
.programs-list .program-block a{
  color: var(--primary-color);
  text-decoration: underline;
  font-size: 1rem;
  margin-top: 1.4rem;
          display: inline-block;
              font-family: Futura PT Bold, DIN Condensed, arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 50px;
        text-transform: none;
        padding: 0px;
}
/* chanllenges */


.bft-results-intro {
  max-width: 700px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.bft-results ul {
  padding-left: 1.2rem;
}

.bft-results ul li::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
}
/*challenges */
.bft-8wc-title {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .bft-8wc-title {
    font-size: 2.5rem;
  }
 
}
.paragraph-challenge{
  width: 75%;
  margin: 7.5rem auto;
}
.paragraph-challenge h6{
  color: #B4B4B8 !important;
  font-size: 3rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.paragraph-challenge p{
  border-bottom: 1px solid var(--grey-bold);
  width: 89%;
    margin: auto;
    font-size: 1rem;
    font-family: roboto, arial, sans-serif;
    color:#78797a;
    padding-bottom: 10px;
    font-weight: 400;
    letter-spacing: .7px;
  
}
p.secondp-challenges{
  color:var(--grey-bold);
  font-size: 1rem;
  margin-top: 10px;
  font-weight: normal;
}

.challenges-second-p{
  border-top: 1px solid var(--grey-bold);
  text-align: center;
  width: 70%;
  margin: auto;
}

.challenges-second-p p{
  font-size: 1.125rem;
  color:var(--grey-bold);
  font-weight: bold;
    font-family: DIN Condensed, arial, sans-serif;
  letter-spacing: .3px;
        line-height: 27px;
        text-transform: none;
}

.challenges-second-p h3{
    color:var(--primary-color);
        text-align: center;
    font-size: 36px;
    padding-top: .5rem;
  font-family: DIN Condensed, arial, sans-serif;
  font-weight: 700;


}
.left-align-points{
 margin-top: 4rem;
 margin-left: 120px;
}
.twosides{
  padding: 7.5rem 0;
}
.sidepoints{
  width: 45%;
}
.sidepoints>p{
          color: #78797a;
        font-family: roboto, arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .3px;
        line-height: 27px;
        text-transform: none;
        text-align: center;
        width: 80%;
        margin: auto;
}
p.sidepoints-P{
color:var(--primary-color);
text-align: left;
  font-family: DIN Condensed, arial, sans-serif;
  font-size: 18px;

}
.sidepoints ul{
  padding-left: 3rem;
}
.sidepoints ul li{
color:var(--grey-bold);
font-size: 1.125rem;
line-height: 35px;
font-family: roboto, arial, sans-serif;
}
.challenge-bottom{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 50%;
  align-items: flex-start;
  margin-left: 120px;
}

a.second-bottom{
  width: 60%;
  margin:auto;
  color: #ffffff;
  text-decoration: none;
  margin-left: 0;
 font-family: headfont, arial, sans-serif;
  font-size: 1.125rem;
}
a.first-bottom{
  padding-left: 0;
  margin-bottom: 2rem;
 font-family: DIN Condensed, arial, sans-serif;
  font-size: 1.125rem;
  color: var(--primary-color);
 text-decoration: underline;
 font-weight: bold;
}

.bft-results-section{
  text-align: center;
}
.bft-results-section h2{
  margin-bottom: 5rem;
  font-size: 8rem;
  color: #000000;
}

.bft-testimonial-video .ratio{
  background: url(../images/challenge-video.jpg) no-repeat left top;
}
.challenges-banner{
    background: url(../images/challenges-banner.jpg) no-repeat top center;
  object-fit: cover;
  background-size: cover;
  height: 100%;
}



@media (max-width: 900px) {
.bft-testimonial-video .container{
  padding: 0px;
}
.paragraph-challenge h6{
        font-size: 1.8rem;
  }
.bft-results-section h2{
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.bft-results-section{
  margin-top: 0;
  margin-bottom: 0;
}
.paragraph-challenge{
  width: 100% !important;
}
.sidepoints{
  text-align:  center !important;
}

.sidepoints ul{
     list-style-position: inside;
     padding-left: 0;
}
.challenge-bottom{
  width: 100%;
}
}


/* locations */

.location-section {
  min-height: 100vh;
  
}

.fa-location-crosshairs{
  margin-right: 10px;
  font-size: 17px;
  

}
.left-panel-container{
  padding-right: 23px;
}
.left-nearby{
 align-items: center;
    background: transparent;
    border: none;
    color: #03b1c7;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: flex-start;
    text-decoration: none;
margin-top: 27px;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.left-panel .input-group{
  border-radius: 0;
}
.left-panel .input-group .input-group-text{
  border-radius: 0;
  background-color: #03b1c7 !important;
}
.left-panel .input-group .input-group-text .form-control{
  border: 1px solid #ccc;
}
.left-panel .input-group .input-group-text i{
  color:#ffffff !important;
}

.left-panel-wrapper {
  background-color: #fff;
  flex: 0 0 auto;
  padding-left: calc(50% - 662px);
  margin-top: 29px;
  width: 42%;
}
.left-panel-wrapper .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select{
  font-size: 15px;
  padding: 8px 10px;
}
.left-panel h3 {
  font-size: 1.5rem;
  letter-spacing: .4px;
 font-family: headfont, arial, sans-serif;
 margin-bottom: 10px;
}

.right-panel {
  flex-grow: 1;
  min-height: 100vh;
}
.studio-card{
   padding: 23px 10px 40px;
}
.studio-card p{
 color: var(--grey-bold);
 font-size: 14px;

}
 
p.westWalk{
  font-weight: 900;
color: #000000;
font-size: 1.1rem;
font-family: headfont, arial, sans-serif;
}
.fa-heart{
  color: var(--grey-bold);
  font-size: 15px;
}
.mar-le-card{
 margin-left: 25px;
 margin-top: -22px;
     color: #78797a;
    font-family: roboto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 22px;
    margin-bottom: 13px;
    text-transform: none;

}

.custom-select-btn{
  border-radius: 0;
  padding:0.7rem 3rem;
  font-weight: 900;
  font-family: headfont, arial, sans-serif;
   margin-right: 30px;
   font-size: 18px;
}
@media (max-width: 991.98px) {
  .location-section {
    flex-direction: column;
  }

  .right-panel {
    min-height: 400px;
  }
}
/* About */
.about-left h2{
 color: #000000 !important;
    font-size: 3rem;
    font-weight: 900 !important;
font-family: headfont, arial, sans-serif;
letter-spacing: 1px;
margin-top: 0;
margin-bottom: 17px;
}
.about-left .text-primary{
  font-size: 1.1rem;

}
.shadow-sm{
   margin-top: 27px;
   margin-left: -10px;
}

.ths-bft{
  padding-top: 40px;
}
.about-left .light-p{
  margin-top: 0px !important;
  color: var(--grey-bold) !important;
  font-size: 1.1rem !important;
}
.ths-bft .wel-button{
  margin-top: 30px;
}
.about-hero-banner{
  background: url(../images/about-images/About-banner.jpg) no-repeat top center;
  object-fit: cover;
  background-size: cover;
  height: 100%;
}
.about-difference{
  padding-top: 6rem;
}
.about-difference h3{
font-family: headfont, arial, sans-serif;


}
.about .col-md-4 {
--bs-gutter-y: 2rem;
}
/* What Sets Us Apart Section */
.about-difference {
  padding-top: 3rem;

}
.mar-bot-img{
  margin-bottom: 34px;
}
.about-difference .feature-img {
  width: 98%;
   /* Adjust based on your image proportions */
  height: auto;
  display: block;
  margin: 0 auto 1rem auto; /* Center and space below image */
margin-bottom: 25px !important;
  object-fit: contain;
}
.about-difference p{
  font-size: .9rem;
  color: var(--grey-bold);
}


@media (max-width: 991.98px) {
.about-difference{
  padding-bottom: 0 !important;

}
.about-left{
  margin-bottom: 1rem;
}
}

/*frunshise*/
/* Franchise Highlight Section */
.franchise-highlight img {
  object-fit: cover;
  height: 100%;
}

/* Brand Logos */
.brand-logos{
  margin: 3.5rem 0;

}
.brand-logos .logo-img {
  max-height: 40px;
 
      max-width: 105px;
}
.brand-logos .logo-img:hover {
  opacity: 1;
}

/* Why Invest Section */
.frunshise-banner{
   background: url(../images/frunshise/BANNER.jpg) no-repeat top center;
  object-fit: cover;
  background-size: cover;
  height: 100%;
}
.why-invest h4 {
  font-size: 3rem;
  color: #000000;
 font-family: headfont, arial, sans-serif;
}


.why-invest{
background-color: #f1f1f1;
padding: 120px 0;

}
.bring-bft-section {
  padding-top: 35px;

}

.bring-bft-section .container{
width: 60%;
}
.bring-bft-section h3 {
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  color: #000000;
 font-family: headfont, arial, sans-serif;
}
.bring-bft-section a{
  font-family: headfont, arial, sans-serif;
  
}
.bring-bft-section a{
  margin-top: 24px;

}
.bring-bft-section p {
  max-width: 810px;
  margin: 0 auto;
  font-size: 1.125rem;
  color:var(--grey-bold);
  font-family: 'Roboto';

        font-weight: 400;
        font-style: normal;
        line-height: 27px;
        letter-spacing: .3px;
        text-transform: none;
}

.bring-bft-section .btn-primary {
  background-color: #00BFFF;
  border-color: #00BFFF;
  font-weight: 600;
  border-radius: 4px;
}
.franchise-highlight{
  background-color: #113247;
  padding: 7rem 0;
}
.franchise-highlight .col-lg-6 h5,h6{
  font-size: 2rem;
 font-family: headfont, arial, sans-serif;
  line-height: 22px;
}

.video-cta-section{
  background-color: #113247;
  padding: 7rem 0 0 0;
}

.video-thumbnail {
  margin: 0 auto;
  position: relative;
  padding-bottom: 7rem;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00B8D4;
  color: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
  text-decoration: none;
}

.play-button:hover {
  background: #009ab3;
}

.video-cta{
  background-color: var(--primary-color);
  padding: 1.7rem 0;
  align-items: center;
}
.video-cta h4{ 
  color: white;
  font-weight: 900;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.video-cta a{ 
  color:white;
  border: 2px solid #ffffff;
  border-radius: 0;
  padding: .7rem 0;
  font-weight: 900 !important;

}
.video-cta a:hover{ 
  color:var(--primary-color);
  border: 2px solid #ffffff;
  background-color: white;

}
.bring-bft-section{
  margin-bottom: 5rem;
  
}
.bft-benefits-section{
  margin-top: 120px;
}


.bft-benefits-section .container h5{
  font-size: 3rem;
  font-weight: 900 !important;
  color: #000000;
  width: 65%;
  margin: auto;
  text-align: left;
  line-height: 44px;
  padding-top: 25px;
 font-family: headfont, arial, sans-serif;
  letter-spacing: 1px;
}

.bft-benefits-section h6{
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  padding: 0 1.5rem;
  line-height: 1.7rem;
    color: #000000;
 font-family: headfont, arial, sans-serif;

}
.padd-row{
  padding: 0 15px;
}
.bft-benefits-section p{
    color: var(--grey-bold);
    text-align: left;
    padding: 0 1.5rem;
   
            font-family: roboto, arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
margin-top: 20px;
        line-height: 22px;
        text-transform: none;
    }


.bft-benefits-section .col-md-4{
      --bs-gutter-x:2rem;
      
    
}
.bft-benefits-section .col-md-4 .img-details{
  border: 2px solid #d8d8d8;
  padding-top: 1.6rem;
  min-height: 40vh;
}
.head-text p{
  font-size: 3rem;
  font-weight: 900;
  line-height: 2.8rem;
  color: #000000;
  margin-top: 30px;
 font-family: headfont, arial, sans-serif;
  letter-spacing: .5px;
}

.frunshise-overly{
   max-width: 850px;
    width: 100%;
    margin: auto;
    padding: 1rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25%;
  
 
}
.frunshise-overly h1{
  margin-top: 85px;
}
.frunshise-overly p{
  margin-top: 20px;
}
.INTERESTED-IN-OPENING{
  padding: 7.5rem 0;
  background: #F0F0F0;
  
}
/*media query*/
@media (max-width: 991.98px) {
  

.bring-bft-section .container{
  width: 100%;
}

.bring-bft-section .container h3{
  font-size: 2rem;
}
.why-invest h4{
  font-size: 2rem;
}
.why-invest{
  padding: 3rem 0;
}
.franchise-highlight{
  padding: 3rem 0;
}
.video-cta-section{
  padding: 3rem 0 0 0;
  
}
.video-thumbnail{
padding-bottom: 3rem !important;
}
.bft-benefits-section .container h5{
    font-size: 2rem;
    line-height: 2rem;
    width: 100%;
}
.INTERESTED-IN-OPENING .container{
  width: 100% !important;
}
.head-text p{
  font-size: 2rem;
}
.frunshise-overly p{
  font-size: 1rem !important;

}
}
.contact-form .container-fluid{
  width: 96%;
}
.contact-form h3{
  color: #000000;
  font-weight: 900;
font-family: headfont, arial, sans-serif;
  letter-spacing: .5px;
}
.BFT-studio{
  width: 85%;
  margin: auto;
}
.BFT-studio .studio-title h3{
   color: #000000;
  font-weight: 900;
 font-family: headfont, arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
}
.bft-studio-columns{
  margin-top: 6rem;
  padding: 0 9rem;
}
.BFT-studio .studio-title p{
  font-size: 1rem;
  letter-spacing: .4px;


}
.lease-list-pad{
  padding-left: 160px;
  line-height: 30px;
}
.bft-studio-columns ul li{
  color: var(--grey-bold);
}
.bft-studio-columns .col-md-6 p{
  color: var(--grey-bold);
}
section.contact-form{
  padding: 7rem 0;
}
.leasetobft-banner {
  background: url(../images/lease/lease-bft.webp) no-repeat center center;
  background-size: cover;
  height: 78vh; /* or use a fixed height like 600px if preferred */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.leasetobft-banner h1{
  text-transform: uppercase;
 font-family: headfont, arial, sans-serif;
  font-weight: normal;
}
.mar-top-minus{
  margin-top: -130px;
  margin-left: -7px;
}
.mar-top-minus p{

  margin-top: 15px;
}
.leasetobft-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  z-index: 1;
}

.leasetobft-banner > .position-relative {
  z-index: 2;
}

.LEASE-TO-BFT .img-left{
  padding-right: 0px;
}
.LEASE-TO-BFT .col-md-6 img{
  width: 80%;
}
.LEASE-TO-BFT .col-md-6 h2{
  font-weight: bold;
  color: #000000;
 font-family: headfont, arial, sans-serif;
 margin-bottom: 20px;
 
}
.mar-left-min{
  margin-left: -5px;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
.LEASE-TO-BFT .col-md-6 img{
  width: 100%;
}
.BFT-studio .studio-title h3{
  font-size: 2rem;
  font-family: "fu";
}
.bft-studio-columns{
  padding: 0 0rem;
}
.contact-form h3{
  font-size: 2rem;
  font-family: headfont, arial, sans-serif;
}
section.contact-form{
  padding: 2rem 0;
}
}
/*bft3*/
.bft3-banner{
   background: url(../images/bft3/bft-banner.jpg) no-repeat top center;
  object-fit: cover;
  background-size: cover;
  height: 100%;
}

.bft-monitor-section ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 32px;
}
.bft-first-wid{
  padding-right: 12px;
  margin-top: 15px;
}
.bft-monitor-section .card-title {
  font-size: 1.5rem;
  font-weight: 600;
 font-family: headfont, arial, sans-serif;
 margin-top: 10px;
}
#contactForm{
  margin-top: 40px;
}
.bft-monitor-section .card-text {
 margin-top: 20px;
  color: #78797a;
  font-family: roboto, arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 22px;
        text-transform: none;
}
.bft-monitor-section h2{
  font-size: 48px;
  margin-bottom: 4rem;
  font-family: DIN Condensed, arial, sans-serif;
  font-weight: bolder !important;
  letter-spacing: .3px;
  line-height: 45px;
 
}
.bft-monitor-section ul li{
  font-size: 1.1rem;
  color: var(--grey-bold);
}
.bft-monitor-section ul{
  padding: 30px 2rem;
  margin-bottom: 15px;
}
a.font-fa{
 font-family: headfont, arial, sans-serif;
}
.cards .col-md-6{
  text-align: center;
  padding: 0 15px;
}
.card-body h5{
  font-weight: 900 !important;
}
.card-body p{
    color: var(--grey-bold);

}
.cards{
  margin-top: 9rem;
}
p.blur-p{
 font-family: headfont, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
}
.bft-right-image{
  text-align: right;
  margin-top: 80px;
}
.bft-right-image img{
  width: 82% !important;
  max-width: none;

}
@media (max-width: 991.98px) {
.bft-banner-padding{
  padding: 0 1rem;
}
.bft-monitor-section h2{
      font-size: 1.5rem;
      margin-bottom: 2rem;
}
.bft-right-image{
  margin-bottom: 1rem;
  order: 1;
}

.bft-first-wid{
    order: 2;
}
.cards{
  margin-top: 1rem;
}
}
ul.right-list{
  padding-left: 30px;
  padding-top: 10px;
}
ul.right-list li{
  margin-bottom: .5em;
  color: var(--grey-bold);
}
#contactForm .form-control:focus{
  border-color: #03b1c7 !important;
  box-shadow: none;
}
.bft-banner-padding h1{
 font-family: headfont, arial, sans-serif;
  display: inline-block;
 
}
.bft-banner-padding p{
  font-family: headfont, arial, sans-serif;
  letter-spacing: 1px;

 
}
.bft-banner-padding{
      top: 53.5%;
}

/*form*/
#form-page{
  background: url(../images/form/056A4979_FINAL\ \(7\).webp);
  background-size: cover;
  height: 100vh;
  position: relative;
  padding-top: 120px;
}
#form-page::before{
  content: "";
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
#form-page .container{
  height: 100%;
  z-index: 9;
  position: relative;
}
#form-page .container .row{
  height: 100%;
}
#form-page .container .row .col-md-6{
  height: 80%;
}
.form-txt{
 display: flex;
    height: 100%;
    flex-direction: column;
    color: #ffffff;
    justify-content: center;
     font-family: headfont, arial, sans-serif;
 
}
.form-txt h1{
      font-weight: bold;  
              font-size: 48px;
        font-weight: 700;
        font-style: normal;
        line-height: 44px;
        letter-spacing: .3px;
        text-transform: none;
        color: inherit;
        text-transform: uppercase;
        
} 
.form-txt p{
  font-family: roboto, arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        line-height: 27px;
        letter-spacing: .3px;
        text-transform: none;
        margin-top: 20px;
}
.find-loc{
  padding: 0 3rem;
}
#form-page .card{
  border-radius: 0;
}
#form-page .card-body h2{
  font-size: 32px;
          font-family: headfont, arial, sans-serif;
          line-height: 1;
}
.loc-form-cont input{
height: 40px !important;
    
}
.loc-form-cont label{
  margin-bottom: 0;
  font-size: 12px;
}
.get-star button{
  padding: 0 24px;
        font-size: 18px;
        line-height: 44px;
        border-radius: 0;
        background-color: #03b1c7;
}
.location-option {
    padding: 6px 14px;
    width: 100%;
}
.location-option .location-option__title {
    color: #03b1c7;
    font-size: 16px;
    font-weight: 600;
}
 .location-option .location-option__subtitle {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    opacity: .5;
    padding-top: 4px;
}
.bft-welcome >.px-5{
  padding-left: 3.5rem !important;
}

.mt-8 {
  margin-top: 8rem;
}

/* Form Page Iframe Styles */
/* Fix iframe layout issues */
#form-page {
  min-height: calc(100vh - 200px);
  padding-bottom: 20px;
}

.card-body iframe {
  height: 772px !important;
  max-height: 772px;
  overflow: hidden;
}

.iframe-container {
  height: 772px;
  overflow: hidden;
  position: relative;
}

/* Hide scrollbars completely */
.card-body iframe::-webkit-scrollbar {
  display: none !important;
}

.card-body iframe {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

/* Ensure footer stays at bottom */
.bft-footer.sticky-bottom {
  position: relative !important;
  margin-top: auto;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#form-page {
  flex: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card-body iframe {
    height: 800px !important;
    max-height: 800px !important;
    overflow: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  
  .card-body iframe::-webkit-scrollbar {
    display: none !important;
  }
  
  .iframe-container {
    height: 800px !important;
    overflow: hidden !important;
  }
  
  #form-page {
    min-height: calc(100vh - 150px);
    padding-bottom: 15px;
  }
  
  .col-md-5 {
    padding: 15px !important;
  }
  
  .card-body {
    padding: 20px !important;
  }
  
  h2 {
    font-size: 1.2rem !important;
    padding: 0 10px !important;
  }
}

@media (max-width: 480px) {
  .card-body iframe {
    height: 750px !important;
    max-height: 750px !important;
    overflow: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  
  .card-body iframe::-webkit-scrollbar {
    display: none !important;
  }
  
  .iframe-container {
    height: 750px !important;
    overflow: hidden !important;
  }
  
  .container {
    padding: 0 10px;
  }
  
  .form-txt h1 {
    font-size: 1.5rem !important;
  }
  
  .form-txt p {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 360px) {
  .card-body iframe {
    height: 700px !important;
    max-height: 700px !important;
    overflow: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  
  .card-body iframe::-webkit-scrollbar {
    display: none !important;
  }
  
  .iframe-container {
    height: 700px !important;
    overflow: hidden !important;
  }
}

/* Franchise Form Page Styles */
/* Ensure proper layout for iframe form */
.franchise-form-page .bft-hero {
  min-height: auto !important;
  padding: 60px 0 40px 0 !important;
  margin-bottom: 40px;
}

.franchise-form-container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto 60px auto;
  min-height: 800px;
}

.franchise-form-container iframe {
  width: 100%;
  height: 800px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  overflow: hidden !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

/* Hide scrollbars for franchise form */
.franchise-form-container iframe::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.franchise-form-container iframe::-webkit-scrollbar-track {
  display: none !important;
}

.franchise-form-container iframe::-webkit-scrollbar-thumb {
  display: none !important;
}

.franchise-form-container iframe::-webkit-scrollbar-corner {
  display: none !important;
}

/* Ensure footer is visible for franchise form */
.franchise-form-page .bft-footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

/* Franchise form responsive adjustments */
@media (max-width: 768px) {
  .franchise-form-page .bft-hero {
    padding: 40px 0 30px 0 !important;
    margin-bottom: 30px;
  }
  
  .franchise-form-container {
    margin: 0 15px 100px 15px;
    min-height: 850px;
  }
  
  .franchise-form-container iframe {
    height: 850px !important;
    max-height: 850px !important;
    overflow: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-track {
    display: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-thumb {
    display: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-corner {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .franchise-form-page .bft-hero {
    padding: 30px 0 20px 0 !important;
    margin-bottom: 20px;
  }
  
  .franchise-form-container {
    margin: 0 10px 80px 10px;
    min-height: 800px;
  }
  
  .franchise-form-container iframe {
    height: 800px !important;
    max-height: 800px !important;
    overflow: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-track {
    display: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-thumb {
    display: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-corner {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .franchise-form-page .bft-hero {
    padding: 20px 0 15px 0 !important;
    margin-bottom: 15px;
  }
  
  .franchise-form-container {
    margin: 0 5px 70px 5px;
    min-height: 750px;
  }
  
  .franchise-form-container iframe {
    height: 750px !important;
    max-height: 750px !important;
    overflow: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-track {
    display: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-thumb {
    display: none !important;
  }
  
  .franchise-form-container iframe::-webkit-scrollbar-corner {
    display: none !important;
  }
}