/*==== Start Title Section ====*/

.heading {
    padding-bottom: 40px;
    text-align: center;
}

.heading h2 {
    font-size: 45px;
    color: #464646;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;

}

.heading p {
    font-size: 18px;
    color: #061727;
    font-weight: 300;
    margin-bottom: 0;
}

.btn-primary {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    background: transparent;
    padding: 8px 20px;
    line-height: initial;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-primary:focus,
.btn-primary:hover {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}

.btn-fitnesspro {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    background: #99c942;
    padding: 8px 20px;
    line-height: initial;
    border: 2px solid #99c942;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-fitness-slider {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    background: transparent;
    padding: 8px 20px 30px 20px;
    line-height: initial;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-fitness-slider:focus,
.btn-fitness-slider:hover,
.btn-prfitness-slidermary:hover {
    outline: none;
    color: #99c942;
    text-decoration: none;
    background: transparent;
    border: 2px solid #99c942;
    border-radius: 5px;
    text-transform: capitalize;
}

.fitness-slider-social-icons a {
    color: #99c942;
    padding-right: 20px;
    font-size: 20px;
}

.fitness-slider-social-icons img {
    width: 20px !important;
    height: 20px !important;
    margin-top: 10px;
}

/*============== Slider area  ===============*/
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    /* or use a low-res preview image */
}

.video-background::before {
    content: '';
    display: block;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 900px;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}

.social-logos {
    width: calc(20% - 10px);
    /* Five logos with spacing */
    max-width: 100%;
    height: 60px;
    /* Limit background box height */
    background-color: #ffffff;
    padding: 10px;
    object-fit: contain;
}

.d-flex.gap-2 {
    gap: 10px;
    align-items: center;
}

/*============== Welcome area ===============*/

.welcome-area {
    background: #464646;
}

.welcome-heading {
    padding-right: 4%;
}

.welcome-heading h3 span {
    color: #99c942;
    /* display: block; */
}

.welcome-heading h3 {
    text-align: right;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.welcome-content {
    padding-left: 6%;
    border-left: 3px solid #fff;
}

.welcome-content p span {
    font-size: 20px;
    font-weight: bold;
}

.welcome-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

/*============== Why Us ===============*/

.choose-item {
    position: relative;
    overflow: hidden;
}

.choose-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.choose-content {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* 60% black overlay */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.4s ease, color 0.4s ease;
    border-radius: 5px;
}

.choose-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    /* 60% black overlay */
    padding: 10px;
    width: 100%;
}

.choose-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}

.choose-item:hover .choose-content {
    background-color: rgba(255, 255, 255, 0.3);
    /* 60% white overlay */
    color: #99c942;
    /* green text (Bootstrap success green) */
}

.choose-item:hover .choose-content h3 a {
    color: #99c942;
    /* make sure anchor reflects green too */
}

.choose-carousel .owl-nav button.owl-prev,
.choose-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent border: none;
    font-size: 24px;
    padding: 6px 10px;
    cursor: pointer;
    z-index: 10;
}

.choose-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.choose-carousel .owl-nav button.owl-next {
    right: -25px;
}

.presence-area {
    background: #cccccc url("https://greenappmedia.com/fitnesspro/website/public/fitnesspro-assets/images/banner/about-fitness-pro.jpg") no-repeat center / cover;
}

.presence-content {
    text-align: center;
}

.presence-content h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
}

.presence-content p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}

.presence-button {
    text-align: center;
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
}

.presence-button li {
    display: inline-block;
    padding: 0;
}

.presence-button li a {
    display: inline-block;
    padding: 8px 35px;
    background: #99c942;
    color: #464646;
    border-radius: 50px;
}

.presence-button li:nth-child(2) a {
    background: #99c942;
}

.presence-button li:last-of-type a {
    background: #99c942;
}

.presence-content h3 {
    color: #99c942;
    font-size: 45px;
}

/*============== Brands ===============*/


/* .brands-row {
  row-gap: 30px;
}

.brands-item {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.brands-item img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
} */

/*============== Brands ===============*/


.brands-row {
    row-gap: 30px;
}

.brands-area h2 {
    font-size: 35px;
    color: #464646;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'roboto', sans-serif;

}

.brands-area hr {
    border-bottom: 4px solid #99c942;
    width: 300px;
    margin: 5px auto;
    opacity: 1;
}

.brands-area p {
    font-size: 20px;
    padding: 25px;
}

.brands-item {
    padding: 10px;
    /* background-color: #ffffff; */
    border-radius: 8px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brands-item img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

/*==== Start market Section ====*/

.market {
    background: #000000;
}

.market-title {
    position: relative;
    text-align: right;
    padding-right: 10%;
    margin-bottom: 25px;
}

.market-title h2 {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
    padding-right: 10%;
    border-right: 5px solid #99c942;
    font-family: 'Montserrat', sans-serif;
}

.market-title h2 span {
    font-weight: 300;
    display: block;
    color: #99c942;
}

.market-item {
    position: relative;
    display: table;
    height: 100%;
    padding-bottom: 20px;
}

.market-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.market-image img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;

}

.market-content {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    /* 60% black overlay */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
}

.market-content h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #464646;
    /* background-color: rgba(255, 255, 255, 0.7);  */
    padding: 10px;
    width: 100%;
}


/*==== Start  Project Section ====*/

.projects-area {
    background: #dddddb;
}

/* expertise area */

.expertise-area {
    text-align: center;
    background-color: #464646;
    color: #ffffff;
}

.expertise-area h2 {
    margin-bottom: 35px;
    font-size: 35px;
    word-spacing: 25px;
}

.statistic {
    font-size: 3rem;
    /* Adjust as needed */
    display: inline-flex;
    align-items: flex-start;
    gap: 0.15em;
    /* Optional spacing between number and plus */
}

.statistic .number {
    line-height: 1;
}

.statistic .plus {
    font-size: 0.7em;
    /* Slightly smaller than the number */
    position: relative;
    top: -0.4em;
    /* Raise the plus sign */
    left: -0.2em;
    /* Adjust horizontal position */
    color: #99c942;
}

/*============== Photo Gallery Area ===============*/

.gallery-area {
    position: relative;
    border-top: 1px solid #e9e9e9;
}

.gallery-area .heading p.gallery-date {
    margin: 0;
    padding: 0 0 10px;
}

.gallery-area .heading p {
    padding-bottom: 10px;
}

.photo-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.photo-item img {
    border-radius: 15px;
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin: 0;
}

.photo-item-content {
    position: absolute;
    bottom: 0;
    padding: 0 15px 15px;
}

.photo-item-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
}

.photo-item-content h3 a {
    color: #ffffff;
}

.photo-item-content h3 a:hover,
.photo-item-content h3 a:focus {
    color: #ffffff;
}

.photo-item-content .arrow-btn {
    margin-left: 2px;
}

.photo-item-content p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: 300;
}

.photo-item-backbtn {
    text-align: center;
}

.photo-item-backbtn p a {
    background: #99c942;
    color: #464646;
    border: #464646;
}


/* pagination */

.pagination-area {
    padding: 50px 0;
}

.pagination-area .page-item.active .page-link {
    background-color: #e9e9e9;
    color: #333333;
}

.pagination-area .page-link {
    color: #ffffff;
    background: #99c942;
    border: none;
    margin: 0 10px;
}

.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
    color: #333333;
    background: #e9e9e9;
    box-shadow: none;
}

.pagination-area li.active .page-link:hover,
.pagination-area li.active .page-link:focus {
    color: #333333;
    background: #e9e9e9;
    box-shadow: none;
}

.pagination-area .page-item:first-child .page-link,
.pagination-area .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-area .page-item:last-child .page-link {
    color: #333333;
    background: transparent;
    margin-right: 0;
}

.gallery-pag.pagination-area .page-link {
    background: #e9e9e9;
    font-weight: 600;
    color: #464646;
}

.gallery-pag.pagination-area .page-item:first-child .page-link,
.gallery-pag.pagination-area .page-item:last-child .page-link {
    border-radius: 0;
    background: #99c942;
    color: #ffffff;
}

.gallery-pag.pagination-area .page-item.active .page-link {
    background-color: #99c942;
    color: #fff;
}

.gallery-pag.pagination-area .page-link:hover,
.gallery-pag.pagination-area .page-link:focus {
    color: #464646;
}

/*======= Product detail page Section  =============*/

.product-area {}

.cat-header {
    border-bottom: 2px solid #99c942;
    margin-bottom: 20px;
}

.product-item {
    position: relative;
    margin-bottom: 1.5rem;
    width: 300px;
    height: 300px;
    text-align: center;
}

.product-item img {
    /* border-radius: 15px; */
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 5px;
    object-position: center;
    margin: 0 auto;
}

.product-item-content {
    position: absolute;
    bottom: 0;
    padding: 0 15px 15px;
}

.product-item-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
}

.product-item-content h3 a {
    color: #464646;
}

.product-item-content h3 a:hover,
.product-item-content h3 a:focus {
    color: #ffffff;
}

.product-item-content .arrow-btn {
    margin-left: 2px;
}

.product-item-content p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: 300;
}

.product-item-backbtn {
    text-align: center;
}

.product-item-backbtn p a {
    background: #99c942;
    color: #464646;
    border: #464646;
}

.product-item-similiar-content {
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 300px;
    margin-top: -15px;
}

.product-item-similiar-content h3 {
    font-size: 16px;
    font-weight: 500;
}

.product-item-similiar-content h3 a {
    color: #464646;
}

.shop-sidebar {
    position: relative;
    border-radius: 15px;
}

.shop-sidebar h3 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
}

.shop-sidebar h3::after {
    display: block;
    content: "";
    height: 4px;
    width: 60px;
    background: #a2ba34;
    margin-top: 10px;
}

.shop-sidebar a.cat-nav,
.dashboard-menu a.dash-nav {
    padding: 8px 30px;
    color: #fff;
    background: #e24254;
    border: none;
    display: none;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.sidebar-categories {
    position: relative;
}

.sidebar-categories ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 10px 0px;
    background: #99c942;
}

.sidebar-categories ul li {
    border-bottom: 1px solid #dbeea4;
    padding: 5px 0;
}

.sidebar-categories ul li:last-child {
    border-bottom: 1px solid transparent;
}

.sidebar-categories ul li a {
    display: block;
    padding: 5px 15px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 15px;
    font-weight: 300;
}

.top-category {
    font-size: 18px;
    font-weight: 600;
}

.sidebar-categories ul li.sub-menu>a::before {
    color: #333333;
    display: inline-block;
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 15px;
    padding-right: 10px;
    top: 1px;
    position: relative;
}

.sidebar-categories ul li.sub-main-menu>a::before {
    color: #333333;
    display: inline-block;
    content: "\f015";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 15px;
    padding-right: 10px;
    top: 1px;
    position: relative;
}

.sidebar-categories ul ul {
    padding: 0 0px 0 20px;
}

.sidebar-categories ul ul>li {
    border: none;
    padding: 0 0 0 20px;
}

.sidebar-categories ul ul>li::before {
    color: #333333;
    display: inline-block;
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 6px;
    padding-right: 0px;
    top: -2px;
    position: relative;
}

.sidebar-categories ul ul>li a {
    display: inline-block;
    padding-left: 10px;
}

.sidebar-featured {
    background: #dd4949;
    position: relative;
    margin-top: 30px;
}

.sidebar-featured .featured-item {
    text-align: center;
}

.sidebar-featured .featured-content {
    text-align: left;
    padding: 20px 25px 0;
}

/* product details */
.product-thumb {
    width: 100%;
    height: auto;
}

.product-thumb .content {
    position: relative;
    width: 78%;
    height: auto;
    float: right;
    background: #fff;
    padding: 0px;
}

.product-thumb .content img {
    width: 100%;
    padding: 0 15%;
}

.product-thumb .thumbs {
    float: left;
    width: 20%;
    overflow-y: scroll;
    max-height: 375px;
}

.product-sub-main {
    height: 300px;
}

.product-sub-item {
    position: relative;
    margin-bottom: 1.5rem;
    width: auto;
    height: 200px;
    text-align: center;
}

.product-sub-item img {
    /* border-radius: 15px; */
    height: 100%;
    width: auto;
    object-fit: cover;
    margin: 0;
    border-radius: 5px;
    object-position: center;
    margin: 0 auto;
}

.product-sub-item-similiar-content {
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 300px;
    margin-top: -15px;
}

.product-sub-item-similiar-content h3 {
    font-size: 16px;
    font-weight: 500;
}

.product-sub-item-similiar-content h3 a {
    color: #464646;
}

/* product details */
.scroll-container {
    max-height: 200px;
    /* or any height you need */
    overflow-y: scroll;

    /* Optional: hide horizontal scrollbar */
    overflow-x: hidden;
}

/* WebKit scrollbar styling */
.scroll-container::-webkit-scrollbar {
    width: 3px;
    /* 👈 This sets the scrollbar width */
}

.scroll-container::-webkit-scrollbar-track {
    background: transparent;
    /* Optional: scrollbar track background */
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 👈 Scrollbar thumb color */
    border-radius: 2px;
    /* Optional: rounded corners */
}

/* Optional: hover effect */
.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.product-thumb .thumbs img {
    border: 0px solid #eeeeee;
    width: 100%;
    padding: 0px 15px 0;
    background: transparent;
    margin-bottom: 15px;
    cursor: pointer;
}

.product-thumb .preview {
    position: relative;
    width: 78%;
    height: auto;
    float: right;
    background: #fafafa;
    border: 1px solid #333333;
    text-align: center;
    padding: 0;
}

.product-thumb .preview i {
    font-weight: 600;
    font-size: 20px;
    top: 15px;
    cursor: pointer;
    right: 15px;
    position: absolute;
}

.product-thumb .preview img {
    width: auto;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    min-height: 375px;
    object-fit: cover;
}

.product-detail {
    position: relative;
    display: block;
}

.product-detail h2 {
    color: #2e2e2e;
    font-size: 40px;
    font-weight: 300;
}

.product-meta {
    position: relative;
    display: block;
    text-align: left;
    padding: 15px 0 0;
}

.product-meta p.price {
    font-size: 38px;
    color: #1f252b;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.product-meta p.price em {
    font-size: 25px;
    font-style: initial;
}

.product-meta p.price span {
    /*  font-size: 13px;
  font-weight: bold;
  background: #06adb5;
  color: #fff;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  padding: 10px 10px;
  margin-left: 10%;*/
}

.product-meta .rating {
    top: -35px;
    position: relative;
    text-align: right;
}

.product-meta .rating i {
    color: #fdcb1e;
}

.product-detail hr {
    margin: 5px 0 20px;
    padding: 0;
    border-bottom: 1px solid #464646;
    border-top: 0;
}

.product-detail {
    position: relative;
    display: block;
}

.product-detail ul {
    position: relative;
    padding: 0 0 15px 20px;
}

.product-detail li {
    color: #000000;
    font-size: 16px;
    list-style-type: disc;
    padding: 4px 0;
    font-weight: 300;
}

.product-detail li a {
    color: #93be21;
    font-weight: bold;
}

.ml-select {
    position: relative;
    display: block;
    padding: 10px 0;
}

.ml-select select,
.ml-select select:focus {
    color: #010101;
    font-size: 14px;
    border: 1px solid #e9e8e6;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: none;
    background: #fff;
    height: auto !important;
}

.ml-select select option {
    font-size: 15px;
    color: #333;
}

.ml-by {
    position: relative;
    display: block;
    max-width: 355px;
}

.ml-by::after {
    content: "\f0dd";
    position: absolute;
    right: 1px;
    font-family: "Font Awesome 5 Pro";
    line-height: 14px;
    color: #06adb5;
    top: 1px;
    font-size: 36px;
    padding: 5px 10px;
    background: #fff;
    pointer-events: none;
    height: 39px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 900;
}

.product-btn {
    position: relative;
    display: block;
    margin: 20px 0 10px;
}

.product-btn a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    margin-left: 15px;
    background: #06adb5;
    text-transform: uppercase;
}

.product-btn a.product-contact {
    background: #99c942;
    margin-left: 0;
    color: #464646;
}

.product-btn a.product-cateroty-btn {
    background: #464646;
    margin-left: 0;
    color: #ffffff;
}

.product-btn a i {
    font-size: 16px;
    padding-right: 5px;
}

.share-btn {
    position: relative;
    display: block;
    padding: 15px 0;
}

.share-btn ul {
    position: relative;
    display: block;
    padding: 0;
    text-align: right;
}

.share-btn li {
    display: inline-block;
    list-style: none;
    padding-left: 5px;
}

.share-btn li a {
    background: #ebebeb;
    color: #333;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}

.share-btn li.facebook a {
    background: #3a5897;
    color: #fff;
}

.share-btn li.twitter a {
    background: #22a1f2;
    color: #fff;
}

.share-btn li.plus a {
    background: #fa6551;
    color: #fff;
}

.share-btn li.count a {
    color: #333;
    width: 20px;
    position: relative;
    margin-left: 5px;
}

.share-btn li.count a::after {
    content: "\f0d9";
    position: absolute;
    left: -5px;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    color: #ebebeb;
    z-index: 333;
    font-weight: 900;
}

.products-tab {
    position: relative;
    padding: 0;
}

.details-tabs .tab-content {
    max-width: 80%;
}

.details-tabs .nav-tabs {
    position: relative;
    border: none;
    justify-content: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.details-tabs .nav-tabs li {
    position: relative;
    display: inline-block;
    width: auto;
}

.details-tabs .nav-tabs li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    box-shadow: none;
    background-color: #dd4949;
    border: 1px solid #ffffff;
    border-right: none;
}

.details-tabs .nav-tabs li:last-child a {
    border-right: 1px solid #ffffff;
    background: #fbcb0a;
}

.details-tabs .nav-tabs li:first-child a {
    color: #fff;
    background: #06adb5;
}

.details-contents {
    position: relative;
    display: block;
}

.details-contents .table thead th,
.details-contents .table td,
.details-contents .table th {
    border: none;
}

.details-contents .table th {
    font-size: 14px;
    text-align: center;
    color: #1f252b;
    text-transform: uppercase;
    font-weight: normal;
}

.details-contents .table th:first-child {
    text-align: left;
}

.details-contents .table td:first-child {
    text-align: left;
}

.details-contents .table td {
    font-size: 14px;
    text-align: center;
    color: #1f252b;
}

.details-contents tbody tr:nth-of-type(2n + 1) {
    background-color: #e7ebec;
}

.inquiry-area {
    position: relative;
    display: block;
}

.inquiry-area p {
    font-size: 15px;
    color: #1f252b;
    margin-bottom: 30px;
}

.inquiry-area form {
    max-width: 500px;
}

.inquiry-area label {
    text-align: right;
    font-size: 14px;
    color: #1f252b;
}

.inquiry-area label span {
    color: #dd4949;
}

.inquiry-area input,
.inquiry-area textarea {
    border-color: #e9e8e6;
    border-radius: 0;
    font-size: 14px;
    color: #646464;
    padding: 6px 15px;
}

.inquiry-area textarea {
    height: 100px;
}

.inquiry-area input:focus,
.inquiry-area textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #e9e8e6;
}

.inquiry-area input[type="submit"],
.inquiry-area input[type="submit"]:hover,
.inquiry-area input[type="submit"]:focus {
    background: #f65555;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
}

.details-contents .review-item {
    position: relative;
    padding: 15px 0 0;
}

.details-contents .review-item h5 {
    font-size: 16px;
    color: #adadad;
    margin: 0;
    padding-top: 10px;
}

.details-contents .review-item>p {
    font-size: 16px;
    color: #1f252b;
}

.details-contents .review-item .rating i {
    color: #fdcb1e;
}

.details-contents .review-area p {
    font-size: 15px;
    color: #1f252b;
}

.details-contents .review-area>a {
    background: #f65555;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0 15px;
    text-transform: uppercase;
}

.products .product-carousel .owl-nav button {
    background: transparent;
    color: #202f30;
    border-radius: none;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 50px;
    outline: none;
}

.products .product-carousel .owl-nav button i {
    color: #202f30;
    font-size: 40px;
    line-height: 42px;
}

.products .product-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -60px;
}

.products .product-carousel .owl-nav button.owl-prev {
    left: -60px;
    right: inherit;
}

.related-product {
    position: relative;
}

.related-product .title {
    border-top: 4px solid #acc479;
    padding-top: 50px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #99c942;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.filter-checkbox {
    margin-bottom: 15px;
    border-bottom: #333333 1px solid;
}

.filter-checkbox:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
}

.filter-checkbox label {
    margin-bottom: 15px;
}

.filter-checkbox input[type="checkbox"] {
    margin-bottom: 15px;
}

.side-menu {
    padding: 10px;
    border-right: 1px solid #ddd;
}

.submenu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.submenu li {
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submenu a {
    text-decoration: none;
    color: #333;
}

.submenu a:hover {
    color: #acc479;
}


/* about us */
.float-image {
    float: left;
    width: 300px;
    /* Adjust as needed */
    margin: 0 20px 15px 0;
    border-radius: 8px;
    /* Optional: rounded corners */
}

.about-us-content p {
    text-align: justify;
}

.about-mission {
    background-color: #acc479;
    background: #acc479 url("https://greenappmedia.com/fitnesspro/website/public/fitnesspro-assets/images/banner/about-fitness-pro.jpg") no-repeat center / cover;
}

.mission-box {
    padding: 50px;
}

.mission-item {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    color: #fff;
}

.mission-item p {
    color: #fff !important;
}

.mission-item h3 {
    color: #fff !important;
}

.team-content p {
    text-align: justify;
    margin-top: 15px;
}

.team-image-wrapper {
    width: 100%;
    height: 180px;
    /* Set your desired height */
    overflow: hidden;
    border-radius: 8px;
    /* Optional: rounded corners */
}

.team-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-philosophy {
    background-color: #464646;
    color: #ffffff;
    padding: 50px 0;
    background: #cccccc url("https://greenappmedia.com/fitnesspro/website/public/fitnesspro-assets/images/banner/about-fitness-pro.jpg") no-repeat center / cover;
}

.philosophy-hr {
    margin: 15px auto;
    color: #dbeea4;
    text-align: center;
    display: flex;
    /* Use flexbox for easier alignment */
    justify-content: center;
    align-items: center;
}

.philosophy-hr img {
    width: 80px;
    height: auto;
    padding-left: 12px;
    padding-right: 5px;
}

.philosophy-hr::before,
.philosophy-hr::after {
    content: "";
    border-bottom: 3px outset #dbeea4;
    width: 250px;
    opacity: 1;
}

.about-philosophy p {
    color: #ffffff;
}

.about-philosophy h4 {
    color: #ffffff;
}

.about-philosophy h3 {
    color: #99c942;
}

.about-philosophy h4 span {
    color: #99c942;
}

.philosophy-box {
    text-align: center;
}

.core-value-area {
    position: relative;
    background: #fffccc;
}

.philosophy-item {
    margin-top: 25px;
}

.philosophy-item ul li {
    margin-top: 15px;
    font-size: 16px;
}

.core-value-area::after {
    content: '';
    background: #99c942;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.core-value-area>.container {
    position: relative;
    z-index: 11;
}

.core-value-area .row>div:nth-child(1) {
    background: #fffccc;
}

.core-value-area .row>div:nth-child(2) {
    background: #dbeea4;
}

.core-value-area .row>div:nth-child(3) {
    background: #bade6b;
}

.core-value-area .row>div:nth-child(4) {
    background: #99c942;
}

.core-value-item {
    border: 0px solid #646464;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    color: #333;
    padding: 50px 20px;
}

.core-value-item p {
    color: #333 !important;
}

.core-value-area .row>div:nth-child(1) .core-value-item {
    padding-left: 0;
}

.core-value-item h3 {
    color: #464646;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.core-value-item hr {
    opacity: 1;
    max-width: 100px;
    border-bottom: 3px solid #333;
    margin: 15px 0;
}

.core-value-item p {
    color: #464646 !important;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}

/*============== History Area ===============*/
.history-area {
    text-align: center;
}

.history {
    position: relative;
    padding: 0;
}

.history::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #99c942;
}

.history::after {
    content: '';
    position: absolute;
    left: 49%;
    width: 30px;
    height: 2px;
    bottom: 0;
    background: #99c942;
}

.history ul {
    padding: 0;
    margin: 0;
}

.history ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 65px;
    box-sizing: border-box;
}

.history ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.history ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.history ul li:nth-child(2n+1)::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    right: -15px;
    background: #99c942;
}

.history ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    left: -15px;
    background: #99c942;
}

.history-content {
    padding-bottom: 20px;
}

.history-content img {
    width: 50%;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
}

.history-content h3 {
    position: relative;
    color: #17222b;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 0;
}

/* .history-content h3::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 25px;
    left: -35px;
    background: #99c942;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #dbeea4;
} */

.history-content p {
    font-size: 16px;
    color: #17222b;
    margin: 0;
}

/* anniversary area */
.about-anniversary {
    background-color: #464646;
    background: #cccccc url("https://greenappmedia.com/fitnesspro/website/public/fitnesspro-assets/images/about-anniversary.jpg") no-repeat center / cover;
}

.hm-video2-play img {
    border-radius: 15px;
    width: 100%;
}

.about-anniversary h3 {
    text-align: center;
    color: #ffffff;
}

.anniversary-thumb {
    position: relative;
    margin-bottom: 1.5rem;
}

.anniversary-thumb img {
    border-radius: 5px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    margin: 0;
}

.about-references {
    margin-bottom: -50px;
    text-align: center;
}

.about-references div {
    padding: 20px;
    background-color: #99c942;
    color: #464646;
    width: 40%;
    margin: 0 auto;
    border-radius: 15px;
    margin-bottom: -60px;
    padding-bottom: 10px;
}

.index-image {
    width: 100px;
}
