:root {
    --primary-color: rgba(253, 194, 70, 1);
    --text-color: #000000;
    --title-color: #121414;
    --text-gray:#71716e;
    --bg-red-light: #FBCFC8;
    --bg-blue-light: #F3F7FA;
    --bg-grey-light: #f6f6f6;
    --bg-light-orange: rgba(248, 241, 233, 1);
}
/* * {
    outline: 1px solid #f00 !important;
    opacity: 1 !important;
    visibility: visible !important;
  } */
  /* Aos Style */
/* [data-aos] {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
} */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@media screen and (min-width: 1200px) {
    /* .container{
        max-width: 1200px;
    } */
}
.font-italic{
    font-style: italic;
}
.inter{
    font-family: 'Inter', sans-serif;
}
.open-sans{
    font-family: 'Open Sans', sans-serif;
}
.section-margin-top{
    margin-top: 4rem;
}
.section-margin-bottom{
    margin-bottom: 3rem;
}
.text-gray{
    color: var(--text-gray);
}
.bg-blue-light{
    background-color: var(--bg-blue-light);
}
.bg-gray-light{
    background-color: #f6f6f6;
}
.bg-gray-dark{
    background-color: #D9D9D7;
}
.bg-red-light{
    background-color: var(--bg-red-light);
}
.bg-light-orange{
    background-color: var(--bg-light-orange);
}
.bg-black{
    background-color: #000000;
}
.white{
    color: var(--white);
}

.card-img-bottom{
    width: 100%;
}
.inter{
    font-family: 'Inter', sans-serif;
}


.ltr-1{
    letter-spacing: -1px;
}
.line-height-1-2{
    line-height: 1.2em;
}
/* End Ringside Font Family */


/* Font Size */
.font-48-32{
    font-size: 2.75rem;
}
.font-48-28{
    font-size: 2.75rem;
}
.font-48-24{
    font-size: 3rem;
}
.font-36-16{
    font-size: 2.25rem;
}
.font-32-16{
    font-size: 2rem;
}
.font-28-24{
    font-size: 1.75rem;
}
.font-28-20{
    font-size: 1.75rem;
}
.font-24-20{
    font-size: 1.5rem;
}
.font-24-16{
    font-size: 1.5rem;
}
.font-24-14{
    font-size: 1.5rem;
}
.font-24-12{
    font-size: 1.5rem;
}
.font-20-14{
    font-size: 1.25rem;
}
.font-18-14{
    font-size: 1.125rem;
}
.font-16-12{
    font-size: 1rem;
}

/* End Font Size */


body {
    color: var(--text-color);
    overflow-x: hidden;
}

.title-color{
    color: var(--title-color);
}
.ringside{
    font-family: 'Ringside';
}
.ringside-compressed{
    font-family: 'Ringside Compressed';
}
.itc-grand{
    font-family: 'ITC Garamond Std';
}
.subpara {
    font-size: 1.5rem;
    line-height: 2rem;
    
}
.mainTitle{
    font-size: 3rem;
    color: var(--title-color);
}
.color-white{
    color: #fff;
}

.text-black{
    color: var(--text-color);
}
.color-black-2{
    color: #222;
}

.hero-section{
    sup{
        font-weight: 400;
        font-size: 1rem;
        top: -1.2em;
    }
}

.overflowX{
    overflow-x: hidden;
}

.normalpara {
    font-size: 1.25rem;
}
.riskSection img{
    width: 160px !important; 
    height: 160px; 
    object-fit: cover;
}
.small{
    font-size: 1rem;
}
.font-18{
    font-size: 1.15rem;
}
.font-28{
    font-size: 1.75rem;
}
.font-48{
    font-size: 3rem;
}
.form-label{
    font-size: 1.125rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}



.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.hero-img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.section-title {
    /* font-size: 2rem; */
    /* font-weight: 700; */
    margin-bottom: 1rem;
}

.card-img-top {
    height: 270px;
    object-fit: cover;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8d7da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.footer {
    background: #f8f9fa;
    padding: 2rem 0 1rem 0;
    margin-top: 2rem;
}

.footer-links {
    font-size: 0.95rem;
}

.social-icons a {
    /* margin: 0 8px; */
    color: #333;
}
.app-download img{
    height: 40px;
    width: auto;
}
.app-badges img {
    height: 32px;
    margin-right: 8px;
}

.step-btns .btn {
    margin: 0 8px 8px 0;
}

/* .section {
    margin-bottom: 2.5rem;
} */

.bg-light-pink {
    background: #fff0f6;
}


.border-8 {
    border-radius: 8px;
}
.border-16 {
    border-radius: 16px;
}

.border-24 {
    border-radius: 24px;
}
.border-32 {
    border-radius: 32px;
}

.card {
    border: none;
    overflow: hidden;
}

/* Header Styles */
header{
	position: absolute;
	top: 0;
	z-index: 99999;
}
.top-header {
    padding: 15px 0;
}
.border-bottom{
    border-bottom: 1px solid var(--title-color) !important;
}

.consult-btn {
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
    padding: 8px 15px;
    border: none;
    font-weight: 500;
    transition: all 0.3s;
}

.consult-btn:hover {
    background-color: #bb140f;
}


.logo-container {
	width: 300px;
    display: flex;
    align-items: center;
	margin: auto;
	img{
		width: 80%
	}
}

/* Hero Section */
.hero-section{
    
}
.hero-content{
	h1{
		font-size: 6rem;
		font-weight: 900;
		color: rgba(255, 176, 10, 1);
		line-height: 1;
			@media(max-width: 767px){
				font-size: 2.75rem;
		}
	}
}
.hero-bg {
    min-height: 720px;
	border-radius: 0 0 30px 30px
}

.hero-content {
    gap: 14rem;
    padding-top: 6.5rem !important;
	line-height: 1.2;
}
.subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
    
}
.btn-main-primary {
    background-color: rgba(20, 20, 20, 1);
    color: white;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 1.25rem;
/*    font-family: 'Ringside Regular Book';*/
    font-weight: 500;
}



.btn-main-primary:hover {
    border: 1px solid rgba(20, 20, 20, 1);
    color: rgba(20, 20, 20, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-main-primary-white {
    background-color: var(--primary-color);
    color: white;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 1.25rem;
    font-family: 'Ringside Regular Book';

}
.btn-main-primary-white:hover {
    background-color:#fff !important;
    color: var(--primary-color);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.max-w-70{
    max-width: 70%;
}
/* End Hero Section */

.bg-Primary {
    background: var(--primary-color);
}
.bg-brown{
    background-color: #501009;
}
.bg-blue{
    background-color: #003A6C;
}
.bg-blue-1{
    background-color: #D8E4EC;
}
.bg-blue-2{
    background-color: #BEEBE6;
}

/* Owl Carousel */
.owl-carousel .owl-stage{display: flex;}

.font-14-12{
    font-size: 0.9rem;
}

.font-20-12{
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.form-control{
    min-height: 45px;
	display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(204, 204, 201, 1);
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder,
 select:invalid{
    font-family: 'Inter', sans-serif;
    color: #bebebb;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  padding: 8px 40px 8px 12px; /* space for arrow */
  border-radius: 8px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
}

/* Custom arrow */
.select-wrapper::after {
  content: "▼"; /* you can replace with icon */
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #bebebb;
}

.checkbox-container{
	.form-check{
		padding-right: 4.5rem
	}
}

input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  float: left;
  margin-left: -1.5em;
  margin-top: .325em;
  vertical-align: top;
  background-color: transparent;
  font: inherit;
  color: rgba(18, 20, 20, 1);
  width: 1em;
  height: 1em;
  border: 0.10em solid rgba(18, 20, 20, 1);
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;

}
input[type="checkbox"]{
	border-radius: 0.15em;
}
input[type="checkbox"]:checked,input[type="radio"]:checked{
	background-color: transparent;
	border: 0.10em solid rgba(18, 20, 20, 1);
}
input[type="checkbox"]::before {
 content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
 transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="radio"] {
	border-radius: 50%
}
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgba(18, 20, 20, 1);
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
.form-section {	
/*
	.form-check-input,
	.form-check-input:checked {
		background: transparent;
		border: 1px solid rgba(18, 20, 20, 1);
	}
*/
}
.form-group{
	margin-bottom: 10px
}

.pr-c{
    padding-right: 2rem;
}
.pl-c{
    padding-left: 2rem;
}


.overflow-hidden{
    overflow: hidden;
}

.footer-section  ul li a{
    font-size: 12px;
    color: #4b4a48;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.footer-section  ul li a:hover{
    color: #0a58ca;
}
.footer-section{
    background-color: #f6f6f6;
    h5{
        font-size: 14px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
    }
    .title{
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 700;
    }
}
.footer-logo{
    width: 60%;
}

.owl-theme .owl-dots .owl-dot.active span{
width: 30px;
background-color: #bebebb !important;
}
.owl-theme .owl-dots .owl-dot span{
/* width: 30px; */
background-color: #E7E7E5 !important;
}

/*-----------------------*/

.form-section{
	
	.card{
		background: var(--primary-color);
	}
	.form-line{
		width: 72%;
		margin: 0.75rem 0.825rem 1.5rem;
		opacity:1;
			@media(max-width: 767px){
				width: 90%;
		}
	}
}

.weightloss-journey{
	picture{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		
	}
	
	.card-body{
		display: flex;
		align-items: center;
		gap:20px;
		height: 130px
	}
	
	
	@media(min-width: 767px){
		.card{
			margin-bottom: 50px
		}
		p{
			line-height: 1.7em
		}
		
	}
}

.facts-carousel{
	height: 100%;
	.item{
		height: 100%;
		padding: 1.5rem
	}
}
footer{
	.footer-cnt{
		background: rgba(255, 250, 243, 1);

	}
}

.loader-overlay,.modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99999;
	align-items: center;
    justify-content: center;
}

.loader {
	border: 8px solid #f3f3f3;
    border-top: 8px solid #f15a22;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal p{line-height: 2}
.close{position: absolute;top:0;right: 15px; color: #000;font-size: 1.75rem;text-align: right;cursor: pointer}
.modal{
	img{width: 80px;height: 80px;margin: auto}
	.card{
		background: rgba(248, 241, 233, 1);
	}
}

/*-----------------------*/


