body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #222;
}

.section {
    padding: 80px 0;
}

.navbar-nav .nav-link.active {
    color: #ff5a3c !important;
}

/* hero */
.hero {
    padding: 60px 0 90px 0;
    background: #f9f9f9;
    /* height: calc(100vh - 85px); */
}

.hero h1 {
    font-weight: 800 !important;
    font-size: 3.8rem;
}

.btn {
    padding: 15px 22px;
    border: 0;
    border-radius: 10px !important;
}

.btn-primary {
    background: #ff5a3c;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:active {
    background: #db4227;
}

.btn-light {
    background: #fff;
    border: 1px solid #ddd;
}

.hero-slider {
    position: relative;
}

.hero-slider:not(.slick-initialized)>div:not(:first-child) {
    display: none;
}

.hero-slider .slick-arrow {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    z-index: 99;
}

.hero-slider .slick-arrow:before {
    display: none;
}

.hero-slider .slick-prev.slick-arrow {
    background: #FF4D2E url(../img/chevron_left.svg) no-repeat center center;
    position: absolute;
    bottom: -44px;
    top: auto;
    left: 44%
}

.hero-slider .slick-next.slick-arrow {
    background: #FF4D2E url(../img/chevron_right.svg) no-repeat center center;
    position: absolute;
    bottom: -44px;
    top: auto;
    right: 44%;
}

.hero-slider ul.slick-dots {
    display: inline-block;
}

.hero-slider ul.slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}

.hero-slider ul.slick-dots li button {
    background-color: #FFE3DE;
    border-radius: 25px;
    width: 14px;
    height: 14px;
}

.hero-slider ul.slick-dots li button::before {
    display: none;
}

.hero-slider li.slick-active button {
    background-color: #FF4D2E !important;
}

/* client-logo-section */

.client-logo-section {
    background-color: F9F9F9;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

.breadcrumb li a {
    color: #FF4D2E;
    font-weight: 500;
    text-decoration: none;
}

.card {
    border-radius: 14px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.logo-slider img {
    opacity: 1;
    height: 35px;
    margin: auto;
}

.business-models-tabs ul.nav-tabs {
    gap: 15px;
    border: 0px;
}

.business-models-tabs ul.nav-tabs li button {
    border: 1px solid #cfcfcf;
    background-color: #fff;
    border-radius: 8px;
    color: #151515;
    font-weight: 500;
    padding: 14px 23px;
}

.business-models-tabs ul.nav-tabs li button img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.business-models-tabs ul.nav-tabs li button.active {
    background-color: #FF4D2E;
    border-color: #FF4D2E;
    color: #fff;
}

.business-models-tabs ul.nav-tabs li button.active img {
    filter: invert(1);
}

.business-models-tabs .tab-content {}

.business-models-tabs .list-unstyled li img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.tag-text {
    background-color: #fff3f3;
    color: #FF4D2E !important;
    border-radius: 32px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
}

.elite-Fitness {
    background-color: #fff;
}

.feature-sec {
    background-color: #FFF9F9;
}

.feature-card {
    padding: 25px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: 0.3s ease-in-out;
}

.feature-card:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0 16px 25px rgba(0, 0, 0, 0.096);
}

.feature-card img {
    margin-bottom: 25px;
}

.feature-card h5 {
    font-weight: 600;
}

.ecosystem-sec {
    background-color: #fff;
}

.ecosystem-card {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}

.ecosystem-card:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0 16px 25px rgba(0, 0, 0, 0.096);
}

.cta {
    background: #fff5f5 url(../img/gym-decor.png) no-repeat;
    background-position: bottom center;
    padding: 39px 0 101px 0;
    text-align: center;
    background-size: contain;
}

footer {
    background: #1f1f1f;
    color: #aaa;
    padding: 60px 0;
}

footer a {
    color: #aaa;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}


.footer-head {
    font-weight: 600;
    font-size: 16px;
}

/* inner page css */

.inner-page-banner {
    background-color: #ffecec;
}

.text-highlighted {
    color: #FF4D2E;
}

.bg-light-custom {
    background-color: #F9FAFB;
}

.list-unstyled li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px !important;
}

h1.page-title {
    font-weight: bold;
}

.form-card .form-select,
.form-card .form-input,
.form-card .form-control {
    padding: 14px 12px;
    border: 1px solid #ccc;
}

.blog-featured-slider {
    margin-bottom: 0px !important;
}

.blog-featured-slider .slick-dots {
    position: absolute;
    bottom: 16px;
    width: auto;
    right: 44px;
}

.blog-featured-slider .slick-dots button:before {
    display: none;
}

.blog-featured-slider .slick-dots button {
    width: 14px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.112);
    border-radius: 14px !important;
}

.blog-featured-slider .slick-dots li.slick-active button {
    background-color: #FF4D2E;
}

.blog-featured-slider {}

/* BLOG CARD BASE */

.blog-card {
    border-radius: 16px;
    overflow: hidden;
    transition: all .35s ease;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    position: relative;
}


/* IMAGE STYLE */

.blog-card img {
    transition: transform .45s ease;
}


/* HOVER EFFECT */

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}


/* IMAGE ZOOM */

.blog-card:hover img {
    transform: scale(1.05);
}


/* TITLE COLOR CHANGE */

.blog-card h5 {
    transition: color .25s ease;
}

.blog-card:hover h5 {
    color: #ff4d2e;
}


/* BADGE HOVER */

.blog-card .badge {
    transition: all .25s ease;
}

.blog-card:hover .badge {
    background: #ff4d2e;
    color: #fff;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav ul.dropdown-menu li a.dropdown-item {
    padding: 8px 11px;
}

/* testimonial section css */

/* TESTIMONIAL SECTION */

.testimonial-section{
background:#f7f7f7;
}


/* CARD */

.testimonial-card{
    background: #fff5f5;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    max-width: 700px;
    margin: auto;
    text-align: center;
    min-height: 275px;
}


/* STARS */

.testimonial-rating{
color:#ff4d2e;
font-size:18px;
margin-bottom:15px;
}


/* TEXT */

.testimonial-text{
font-size:16px;
color:#555;
margin-bottom:25px;
line-height:1.6;
}


/* USER */

.testimonial-user{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
}

.testimonial-user img{
width:50px;
height:50px;
border-radius:50%;
object-fit:cover;
}

.testimonial-user span{
font-size:13px;
color:#777;
}


/* SLICK DOTS */

.testimonial-slider .slick-dots li button:before{
font-size:10px;
color:#ff4d2e;
}

.testimonial-slider .slick-dots li.slick-active button:before{
color:#ff4d2e;
}

.blog-featured-slider .slick-dots {
    position: relative;
    bottom: -6px;
    width: 100%;
    right: auto;
}