body
{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size:14px;
	color:#1c1c1c;
}
a:hover,
a:focus
{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	margin:0;
}
/* .site-nav
{
	background-color:transparent;
} */
.banner
{
	padding:0;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:32rem 15px 22rem;
}
.home-banner
{
	background-image:url(../images/Website-banner.png);
}

.main
{
	width:100%;
	position:absolute;
	top:180px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.banner img
{
	width:100%;
	max-width:100%;
}
.site-nav,
.site-nav .navbar-brand 
{
	transition:0.2s linear;
	-moz-transition:0.2s linear;
	-webkit-transition:0.2s linear;	
	/* background-color: #25D366; */
}
.site-nav,
.site-nav{background-color: #ffffff;}

.site-nav .navbar-nav .nav-link
{
	color:#000000;
	font-weight:600;
	padding:10px 15px;
	text-transform:uppercase;
}
.site-nav .navbar-nav .nav-link:active
{
	color:#000000;
}
.banner-content
{
	color:#000;
		display: flex; /* Use flexbox for the column */
		flex-direction: column; /* Stack items vertically */
		align-items: center; /* Center items horizontally */
		text-align: center; /* Center text */

}
.banner-content p
{
	margin-top:20px;
	font-size:16px;
}
.banner-content h3
{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size:45px;
	font-weight: 600;
}
.banner-content h1
{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size:50px;
	font-weight:600;
}
.banner-content h1 span
{
	color:#da176e;
}
.banner-form
{
	border-radius:5px;
	padding:20px 22px;
	background-color:#fff;
}
.banner-form h4
{
	font-size:18px;
	font-weight:600;
}
.banner-form label
{
	margin-bottom:3px;
	margin-top:20px;
}
.banner-form input[type="submit"]
{
	background-color:#a7d433;
	color:#fff;
	border-radius:80px;
	width:150px;
	margin-top:25px;
	padding:10px;
	text-transform:uppercase;
}
.banner-form a.btn
{
	background-color:#a7d433;
	color:#fff;
	border-radius:80px;
	width:150px;
	margin-top:25px;
	padding:10px;
	text-transform:uppercase;
}
.banner-form input[type="submit"]:hover,
.banner-form input[type="submit"]:focus
{
	background-color:#1c1c1c;
}
.banner-form p
{
	margin-top:15px;
}
.about-content p
{
	font-size:18px;
	color:#909090;
	margin-top:25px;
}

/* About section: video larger and balanced */
.about-section .about-video-wrap
{
	min-height: 320px;
	width: 100%;
	position: relative;
}
.about-section .about-video-wrap iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#datePicker, #timePicker {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.sections
{
	padding:50px 15px;
}
.section-title
{
	font-size:30px;
	font-weight:600;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.weight-loss-section
{
	background-color:#f3f3f3;
}
.custom-card
{
	text-align:center;
	background:none;
	border:none;
}

.custom-card img
{
	width:200px;
	display:inline-block;
}

/* Diet section: same width & height for all images */
#design-diet .custom-card img
{
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
.custom-card .card-title
{
	font-size:45px;
	font-weight:600;
	color:#868686;
}
.custom-card h3
{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size:14px;
	margin-top:25px;
	font-weight:600;
}
.custom-card p
{
	margin-top:10px;
	color:#868686;
}
.custom-card a
{
	font-size:18px;
	color:#a7d433;
	font-weight:600;
}
.testimonials .custom-card img
{
	width:250px;
	display:inline-block;
} 
.testimonials .card-body{

	padding: unset;
}

.date-time
{
	font-size:13px;
	color:#666;
	margin-top:10px;
	margin-bottom:5px;
}

.theme-btn
{
	background-color:#a7d433;
	border-radius:80px;
	width:160px;
	padding:10px;
	margin-top:10px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	
	transition:0.2s linear;
	-moz-transition:0.2s linear;
	-webkit-transition:0.2s linear;
}
.theme-btn:hover,
.theme-btn:focus
{
	background-color:#1c1c1c;
	transition:0.2s linear;
	-moz-transition:0.2s linear;
	color:#fff;
	-webkit-transition:0.2s linear;
}
.newsletter-card img
{
	border-radius:10px;
	border:1px solid #1c1c1c;
}
.testimonial-section
{
	background-color:#a7d433;
	color:#fff;
}
.testimonial-content
{
	padding:0 50px;
	text-align:center;
}
.testimonial-content img
{
	width:150px;
}
.testimonial-content h3
{
	margin-bottom:10px;
	font-weight:bold;
	margin-top:30px;
}
.testimonial-content p
{
	font-size:14px;
	line-height:24px;
	padding: 0 140px;
}

.testimonial-content h4
{
	font-weight:600;
	margin-top:10px;
}
.testimonial-content span
{
	display:block;
	font-size:18px;
	margin-top:5px;
}
.swiper-button-next,
.swiper-button-prev
{
	background-image:none;
	width:50px;
	height:50px;
	border:1px solid #fff;
	text-align:center;
	opacity:1;
	border-radius:100%;
	font-size:30px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled
{
	opacity:1;
}
.swiper-button-next, .swiper-button-prev
{
	top: 93%;
}
.swiper-button-prev
{
	left:45%;
}
.swiper-button-next
{
	right:45%;
}
.footer-menu li
{
	display:inline-block;
}
.footer-menu li a
{
	color:#8d8d8d;
	padding:5px 15px;
}
.footer-menu
{
	margin-top:0px;
	margin-bottom:0;
}
.copyright
{
	color:#8d8d8d;
	padding:10px;
	text-align:center;
}
.scrolled
{
	background-color:#fff;
	transition:0.2s linear;
	-moz-transition:0.2s linear;
	-webkit-transition:0.2s linear;
}
.scrolled .navbar-nav li a
{
	color:#1c1c1c !important;
}

.scrolled .navbar-brand img
{
	width:150px;
	transition:0.2s linear;
	-moz-transition:0.2s linear;
	-webkit-transition:0.2s linear;
}
.site-nav .navbar-toggler:focus
{
	outline:none;
}
.testimonial-img
{
	width:100%;
}
.swiper-button-next, .swiper-button-prev
{
	display: inline-block;
	position:unset;
}
.testimonial-arrow
{
	text-align:center;
	margin-top:50px;
}
.service-card img
{
	width:200px;
}
.footer
{
	padding:30px 15px;
}
.thanks-wrapper
{
	display:table;
	text-align:center;
	width:100%;
	height:100vh;
}
.thanks-wrapper .thanks-content
{
	display:table-cell;
	text-align:center;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.thanks-content img
{
	width:100px;
}
.thanks-content h1
{
	font-weight:bold;
	color:#333;
	font-size:42px;
	margin-top:40px;
}
.thanks-content p
{
	color:#666;
	margin-top:30px;
	display:inline-block;
}
.thanks-content .btn-back
{
	background-color:#a7d433;
	color:#fff;
	width:300px;
	padding:10px;
	border-radius:80px;
	margin-top:30px;
	transition:0.2s linear;
	-moz-transition:0.2s linear;
	-webkit-transition:0.2s linear;
}
.thanks-content .btn-back:hover,
.thanks-content .btn-back:focus
{
	background-color:#1c1c1c;
	color:#fff;
	transition:0.2s linear;
	-moz-transition:0.2s linear;
	-webkit-transition:0.2s linear;
}
.thanks-logo
{
	width:100%;
	display:block;
	text-align:center;
}
.info{
	color:#f10;
}
#mail-status{
	
color:green;
}
.banner2 .banner-content h3,
.banner2 .banner-content h1,
.banner2 .banner-content p
{
	color:#333;
	text-shadow:none;
}
.nav-2 .navbar-nav li a
{
	color:#333 !important;
}



#question-steps .steps {
	display: none;
}

#question-steps .actions ul {
	margin: 0;
	padding: 0 20px;
	text-align: right;
}

#question-steps .actions ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 20px;
}

#question-steps .actions a {
	background-color: #a7d433;
    color: #fff;
    border-radius: 80px;
    width: 120px;
    padding: 8px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: .95rem;
    line-height: 1.5;
}

#question-steps .actions a[href="#previous"] {
	background-color: #2c2b2a;
}

.wizard > .content
{
    display: block;
    margin: 0.5em;
    min-height: 15em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.wizard > .content > .body
{
    /*float: left;
     position: absolute;
   width: 95%;
   height: 95%; */
    padding: 20px;
}

#question-steps .row { 
	padding-bottom: 30px !important;
}

#question-steps input[type="radio"] {
  display: none;
}

#question-steps input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}

#question-steps input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

#question-steps label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #20df80;
  border-radius: 20px;
  padding: 1.4rem .5rem 1.4rem;
  margin-bottom: 0;
  text-align: center;
  position: relative;

  font-size: 18px;
}

#question-steps input[type="radio"]:checked + label {
  background: #20df80;
  color: white;
  
}
#question-steps input[type="radio"]:checked + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #1dc973;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
}

#question-steps a[href="#finish"] {
	display: none;
}


/* Form Styling */
.custom-form {
  margin-top: 50px;
  margin-left: 50px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
}

.custom-form .form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.custom-form input,
.custom-form select {
  flex: 1;
  padding: 15px 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.custom-form input:focus,
.custom-form select:focus {
  outline: none;
  border-color: #00b894;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background: #00b894;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #019874;
}

.terms {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
 
/* Hide mobile-only fields by default */
.mobile-only {
  display: none;
}

/* Show only in mobile view (max-width 768px for tablets and phones) */
@media (max-width: 768px) {
  .mobile-only {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  /* Optional: hide the default desktop inputs if they exist */
  .desktop-only {
    display: none;
  }
}

/* Common style for select and input[type=date]/input[type=time] */
@media (max-width: 768px) {
  select,
  input[type="date"],
  input[type="time"] {
    appearance: none;        /* remove default browser style */
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    cursor: pointer;
  }

  /* Add dropdown arrow for select and date/time */
  select,
  input[type="date"],
  input[type="time"] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='gray'><polygon points='0,0 20,0 10,10'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
  }
}
