@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: linear-gradient(180deg, rgba(240, 240, 234, 1) 0%, rgba(222, 238, 238, 1) 100%);
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 95px;
    color: #222222;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Oswald';
}

h2 {
    font-size: 65px;
    color: #222222;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Oswald';
}

h3 {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
    font-family: 'Oswald';
}

h4 {
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 500;
    margin: 0 0 0px;
    color: #000;
}

h5 {
    font-family: 'Oswald';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Poppins';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #515250;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.add-padding {
    width: 100%;
    margin: auto;
    max-width: 1650px;
}

.theme-1 {
    gap: 10px;
    height: 50px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    position: relative;
    align-items: center;
    border-radius: 50px;
    font-family: 'Poppins';
    justify-content: center;
    border: 1px solid #e6f3f4;
    background-color: #276712;
    padding: 10px 6px 10px 20px;
}

.theme-1::before {
    width: 110%;
    right: -5%;
    padding: 1.5px;
    content: '';
    height: 60px;
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(90deg, #000, #00000000, #000);
    background-size: cover;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.theme-1 img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: contain;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 17px;
    color: #0f0f0f;
    font-weight: 6500;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000;
}

/*header css start */


/*banner css start */

.main_slider {
    position: relative;
    padding: 150px 5% 0px;
    background-image: url(../images/banner-.png);
    background-size: cover;
}

.main_slider .row {
    align-items: center;
}

.main_slider::before {
    top: 0;
    left: 0;
    width: 40%;
    content: '';
    height: 300px;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.main_slider::after {
    top: 0;
    right: 0;
    width: 40%;
    content: '';
    height: 250px;
    position: absolute;
    background-position: right top;
    background-image: url(../images/banner-after.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-heading {
    text-align: center;
}

.banner-heading h1 {
    z-index: 1;
    position: relative;
}

.banner-heading img {
    top: 15%;
    right: 0;
    width: 35%;
    height: 40%;
    position: absolute;
    object-fit: contain;
    animation: 20s right ease-in-out infinite;
}

@keyframes right {
    0% {
        right: 0%;
    }

    40% {
        right: 80%;
    }

    80% {
        right: 0%;
    }
}

.banner-text {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner-text .banner-person {
    z-index: 1;
    width: 100%;
    height: 510px;
    margin-top: -45px;
    position: relative;
    object-fit: contain;
    object-position: 58% center;
}

.banner-text .banner-person-ground {
    top: 25px;
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: -100px;
    object-fit: contain;
    object-position: center;
}

.banner-text .theme-1 {
    bottom: 100px;
    position: absolute;
    color: #0f0f0f;
    background-color: #b4dcdf;
}

.banner-text .theme-1::before {
    width: 110%;
    right: -5%;
    padding: 1.5px;
    content: '';
    height: 60px;
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0), #fff);
    background-size: cover;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.banner-text ul {
    top: 110px;
    gap: 80px;
    right: 17%;
    z-index: 10;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.banner-text ul::before {
    position: absolute;
    left: -46px;
    top: -7%;
    bottom: 0;
    width: 50px;
    height: 120%;
    content: '';
    background-image: url(../images/banner-ul-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner-text ul li {
    font-size: 20px;
    color: #276712;
    font-weight: 600;
    position: relative;
    position: relative;
    font-family: 'Oswald';
}

.banner-text ul li:nth-child(2) {
    left: -20px;
}

.banner-text ul li::before {
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    color: #000;
    font-size: 10px;
    content: '\f111';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
}

.banner-product {
    gap: 10px;
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner-product h4 {
    font-size: 20px;
    color: #276712;
    margin-top: 15px;
}

.banner-product p {
    color: #0f0f0f;
    font-size: 14px;
}

.banner-product-img {
    width: 220px;
    display: flex;
    height: 290px;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-product-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner-product-img img {
    width: 70%;
    height: 75%;
    object-fit: contain;
}

.banner-video {
    gap: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner-video h4 {
    font-size: 20px;
    color: #276712;
    margin-bottom: 15px;
}

.banner-video a {
    color: #222222;
    font-weight: 700;
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: underline;
}

/*banner css end*/

/* inner banner */

section.main_slider.innner-banner {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.inner-babnner-img img {
    bottom: 0;
    height: 600px;
    position: absolute;
}

/* inner banner */

/* about-sec */

.about-sec {
    padding: 100px 0px;
    overflow-x: hidden;
}

.about-sec .row {
    align-items: center;
}

.about-tex {
    gap: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-tex::before {
    top: 0;
    bottom: 0;
    left: 38%;
    content: '';
    margin: auto;
    height: 80px;
    width: 100vw;
    position: absolute;
    background-color: #276712;
}

.about-tex img {
    width: 140px;
    height: 140px;
    position: relative;
    object-fit: contain;
}

.about-tex h5 {
    color: #fff;
    position: relative;
    font-family: 'Poppins';
}

.about-heading {
    margin: 25px 0px;
}

.about-text-box {
    width: 100%;
    padding: 15px 15px;
    max-width: 270px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
}

.about-text {
    gap: 25px;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.about-img {
    height: 500px;
}

.about-img img {
    width: 650px;
    height: 500px;
    object-fit: cover;
    position: absolute;
    border-radius: 25px;
}

.about-text ul {
    width: 60%;
}

.about-text ul li {
    margin-bottom: 25px;
}

.about-text-p {
    width: 100%;
}

.about-text-p p {
    margin-bottom: 15px;
}

.about-text-p h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.about-text-p .d-flex {
    margin-top: 15px;
}

.about-text-p ul {
    margin-left: 15px;
    width: fit-content;
}

.about-text-p ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-text-p ul li h5 {
    color: #276712;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
}

.about-text-box span {
    height: 65px;
    width: 65px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #276712;
}

.about-text-box span img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.about-text-box h5 {
    margin: 15px 0px 5px;
}

.about-text-box p {
    font-size: 14px;
}

.tab-img {
    height: 700px;
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
}

.tab-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.built-sec .about-text-box {
    text-align: center;
    background-color: #f9f6f9;
}

.built-sec .about-text-box img {
    text-align: center;
}

.inner-built-sec {
    padding-top: 0;
}

.inner-coach-sec .tab-img {
    margin-bottom: 0;
}

.inner-coach-sec .about-heading {
    margin-top: 80px;
}

/* about-sec */

/* book page */


.booking-sec {
    padding: 100px 0px;
}

.booking-box {
    padding: 50px 0px;
    background-color: transparent;
    /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09); */
}

.booking-box h2 {
    font-size: 90px;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Poppins';
}

.booking-box input,
.booking-box select {
    width: 100%;
    height: 70px;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    font-family: 'Poppins';
    border: 1px solid #c6c6c5;
    background-color: transparent;
}

.booking-box textarea {
    width: 100%;
    height: 200px;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 45px;
    background-color: transparent;
    border: 1px solid #c6c6c5;
}

.booking-box button {
    width: 100%;
    height: 60px;
}

.booking-box button::before {
    height: 80px;
    width: 104%;
    right: -2%;
}

/* book page */

/* product-detail-sec */

.product-detail-sec {
    padding: 100px 0px;
}

.prodduct-detail-box {
    height: 650px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 50px;
    justify-content: center;
    background-image: url(../images/banner-product-bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.prodduct-detail-box img.position-relative-img {
    width: 80%;
    height: 80%;
    position: relative;
    object-fit: contain;
}

.prodduct-detail-box img.position-absolute-img {
    right: 0;
    height: 300px;
    bottom: -45px;
    position: absolute;
}

.product-detail-text h2 {
    font-size: 60px;
    margin-bottom: 5px;
}

.product-detail-text .product-review {
    display: flex;
    align-items: center;
    margin: 15px 0px 25px;
    justify-content: space-between;
}

.product-detail-text .product-review span {
    color: #ffc107;
    font-size: 25px;
}

.product-detail-text .product-review h3 {
    color: #276712;
}

.product-detail-text p {
    font-size: 18px;
}

.product-detail-text ul {
    margin-top: 25px;
}

.product-detail-text ul li {
    gap: 10px;
    display: flex;
    margin-bottom: 25px;
    align-items: baseline;
    justify-content: flex-start;
}

.product-detail-text ul li h5 {
    color: #7c7c7c;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
}

/* product-detail-sec */

/*CART PAGE CSS*/

.shopping_cart {
    padding: 80px 0;
}

.shopping_cart_table h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #000;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 25%;
    /* background-color: #f2f2f2; */
    padding: 0;
    margin-right: 10px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 36px;
    color: #102d26;
    font-weight: 400;
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.minus,
.plus {
    font-size: 20px;
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #102d26;
    color: #102d26;
}

#number {
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.cart_recipt {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    color: #151414;
    padding: 10px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    height: 80%;
    width: 80%;
    object-fit: contain;
}

.cart_product_img {
    height: 100px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-product-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.recipt li {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    padding: 15px 25px 25px;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #e3e2e2;
}

.payment_card h3 {
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e2e2;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    background-color: #f3f3f3;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1000px;
    width: auto !important;
    min-width: 100%;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form input::placeholder {
    color: #000;
    font-weight: 500;
}

.payment_card form select {
    width: 100%;
    padding: 0;
    height: 50px;
    border: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}


.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    height: 40px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
}

.skin-2 .num-in span {
    width: 40px;
    height: 40px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    /* font-family: 'Helvetica'; */
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

/* .skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
} */

.cart-to-check-box {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.cart-to-check-box a {
    /* font-family: 'Playfair'; */
}

/*CART PAGE CSS END*/


.billing_form {
    padding: 40px;
    /*background-color: #0e194a;*/
}

.billing_form h3 {
    font-size: 40px;
    color: #000;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 800;
}

.billing_form label {
    font-size: 13px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 600;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    background: transparent;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 5px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-size: 13px;

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #b7b7b7;
    border-radius: 0px;
}

section.checkout_page {
    padding: 80px 0;
    margin-bottom: 7%;
}

.cart_sidebar h3 {
    font-size: 22px;
    color: #000;
    margin-top: 0px;
    line-height: 25px;
    margin-bottom: 20px;
}

.cart_sidebar .h-sub {
    font-weight: 800;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #c6c6c6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    width: 150px;
    background: #000;

}

.checkout_btn:hover {
    color: white;
}

.Quick_info ul li a {
    text-transform: lowercase;
    font-size: 14px;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #276712;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 1px solid #b5b5b5;
    margin-left: 0;
    padding: 20px;
    background-color: transparent;
}

.billing_form {
    padding: 20px;
}

.cart_sidebar a {
    margin: 0 auto;
}

.cart_sidebar a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #f95180;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 15px;
}

/*Billing End */

/*testimonial sect*/

.testi-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.testi-slider .slick-active {
    opacity: 1;
}

.testimonial_content p {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 30px;
    max-height: 140px;
    font-style: italic;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.testimonial_content {
    border-radius: 20px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0 px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px #00000021;
    padding: 20px 35px 24px;
    /* text-align: right; */
    margin: 20px 0 0px 0px;
    height: auto;
}

.testimonial_content img {
    margin: 0 0 0 auto;
    width: initial;
}

.client_description {
    display: flex;
    align-items: flex-end;
    margin-top: -34px;
    padding: 0 15px;
}

.client_iamge {
    border-radius: 50%;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 20px #00000021;
    margin-right: 20px;
}

.client_iamge img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.client_name h4 {
    font-size: 24px;
    font-weight: 600;
    color: #171717;
    margin-bottom: 5px;
    line-height: 19px;
}

.client_name ul {
    margin: -11px 0 6px;
    padding: 0;
    list-style-type: none;
}

.client_name ul li {
    display: inline-block;
    font-size: 14px;
    color: #ffc400;
}

.client_name p {
    color: #7c7c7c;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
}

.testimonials {
    background: #693432;
}

.test-txt h2 {
    color: #fff;
}

.test-txt p {
    color: #fff;
    width: 37%;
    margin: 0 auto;
    text-align: center;
}

.testimonial_content:hover p {
    color: #fff;
}

.testimonial_content:hover {
    background: #8bb939;
}

.testimonial_content:hover img {
    filter: brightness(5.5);
}

.client-sec {
    padding-bottom: 100px;
}

/*testimonial sect*/

/* technologies-sec */

.section-bg-before {
    padding: 50px 5% 0px;
    position: relative;
}


.section-bg-before .row {
    position: relative;
}

.section-bg-before::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 470px;
    position: absolute;
    border-radius: 50px;
    background-color: #276712;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    color: #fff;
    margin-bottom: 10px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    color: #ffffffd0;
}

.technologies-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 2rem;
    border: 2px solid #e8f5e8;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8faf8 100%);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    min-height: 480px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.technologies-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #347020, #4a8c2a);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.technologies-card:hover {
    transform: translateY(-8px);
    border-color: #347020;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.technologies-card:hover::before {
    opacity: 1;
}

.technologies-card .icons {
    height: 100px;
    width: 100px;
    background: linear-gradient(135deg, #347020 0%, #4a8c2a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    box-shadow:
        0 10px 15px -3px rgba(52, 112, 32, 0.3),
        0 4px 6px -2px rgba(52, 112, 32, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.technologies-card:hover .icons {
    transform: scale(1.05);
    box-shadow:
        0 20px 25px -5px rgba(52, 112, 32, 0.4),
        0 10px 10px -5px rgba(52, 112, 32, 0.3);
}

.technologies-card .icons img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.technologies-card:hover .icons img {
    transform: scale(1.1);
}

.technologies-card .text {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.technologies-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.technologies-card ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.technologies-card ul li {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background-color: #f7faf7;
    list-style: none;
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.technologies-card ul li:hover {
    background-color: #e8f5e8;
    border-left-color: #347020;
    transform: translateX(4px);
}

.technologies-card ul li p {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.technologies-card ul li p strong {
    color: #347020;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.inner-technologies-sec {
    padding-top: 100px;
    padding-bottom: 0px;
}

.inner-technologies-sec .section-bg-before {
    margin-bottom: 25px;
}

/* technologies-sec */


/*HOme Contact Start*/

.home-contact-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #6e6e6e94;
    padding: 10px 0;
    margin: 0 0 30px;
    background: transparent;
    font-family: "Poppins";
    color: #645446;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.home-contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #6e6e6e94;
    resize: none;
    margin: 100px 0 30px;
    background: transparent;
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

section.home-contact-sec form {
    padding: 58px 0;
    position: relative;
}

.card-imag {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #276712;
}

.card-imag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(101%) contrast(101%); */
}

section.ctc_details .card:hover p {
    color: #fff;
}

section.ctc_details .card {
    overflow: hidden;
    padding: 0px !important;
    min-height: 92% !important;
    justify-content: flex-start !important;
}

section.ctc_details .card-text {
    margin-bottom: 30px;
    padding: 10px 25px 20px;
    /* Firefox support */
    scrollbar-width: thin;
    scrollbar-color: white transparent;
}

section.ctc_details .card-text-p::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    height: 20px;
    border-radius: 10px;
    /* width of the entire scrollbar */
}

.card-text-p {
    height: 150px;
    overflow-y: auto;
}

section.ctc_details .custom-space {
    padding: 35px !important;
}

section.ctc_details .card-text-p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
    /* color of the tracking area */
}

section.ctc_details .card-text-p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #fff;
}


section.ctc_details .card-text h4 {
    margin-bottom: 10px;
}

.home-contact-head h6 {
    writing-mode: tb;
    color: #fff;
    font-size: 58px;
    line-height: 68px;
    margin: 0;
    transform: rotate(180deg);
    font-family: "Poppins";
    text-transform: uppercase;
    letter-spacing: 7px;
}

.home-contact-head {
    text-align: center;
    background: #276712;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 60px;
}

section.home-contact-sec form:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 77vw;
    height: 100%;
    z-index: -1;
    top: 0;
    right: -25%;
    border-radius: 0 20px 20px 0;
}

.home-contact-form button {
    font-size: 15px;
    border: 0;
    height: 50px;
    padding: 0 40px;
    font-family: "Poppins";
    text-transform: uppercase;
}

.cnt-button a.btn1 {
    width: 20%;
    margin-bottom: 0;
}

.contact-page {
    padding-top: 150px;
}

/*HOme Contact End*/

/*/Footer Start*/

footer {
    background: #222222;
    padding: 320px 0 80px;
    position: relative;
    overflow: hidden;
}

.f-newletter h4 {
    font-size: 42px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 76px;
}

.f-newletter input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin: 0 0 20px;
    color: #fff;
}

.f-newletter button {
    width: 100%;
    border: solid 0.5px #fff !important;
    height: 50px;
    font-size: 15px;
    letter-spacing: 6px;
    border: 0;
    background: transparent;
    text-align: center;
    font-family: "Roboto-Regular";
    border-radius: 0;

    padding: 0;
}

.f-newletter input::placeholder {
    color: #fff;
    font-weight: 200;
}

.f-address h5 {
    font-size: 30px;
    color: #fff;
    font-family: "Poppins";
    line-height: 40px;
    margin-bottom: 30px;
}

.f-address ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.f-address ul i {
    font-size: 24px;
    color: #fff;
}

.f-address ul li a {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 27px;
    opacity: 80%;
}

.f-address {
    position: relative;
    padding: 0 0px 0 40px;
}

.f-address:before {
    content: "";
    position: absolute;
    background: #393939;
    width: 1px;
    height: 320px;
    bottom: -117px;
    left: 0px;
}

section.home-contact-sec {
    margin-bottom: -250px;
    position: relative;
    z-index: 1;
}

.copy-right p {
    background: #e0eeed;
    border-radius: 10px;
    color: #000;
    width: 29%;
    margin: 0;
    writing-mode: tb;
    font-size: 16px;
    font-family: "Poppins";
    height: auto;
    padding: 20px 17px;
    margin-top: 170px;
    top: -50px;
    position: relative;
}

.copy-right {
    text-align: right;
    transform: rotate(180deg);
}

/*Footer End*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

.home-contact-form input::placeholder {
    color: #645446;
    font-family: "Poppins";
    font-weight: 500;
}

.home-contact-form textarea::placeholder {
    color: #645446;
    font-family: "Poppins";
    font-weight: 500;
}

.f-address ul i.fas.fa-phone-alt {
    transform: rotate(105deg);
}

.f-newletter {
    position: relative;
}

.f-newletter h2 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    margin-top: 20px;
}

/*Media Query End*/

/* coach-service-sec */

section.ctc_details.coach-service-sec {
    padding: 0px 0px 50px !important;
}

section.ctc_details.coach-service-sec .card h4 {
    font-size: 20px;
    min-height: 50px;
    line-height: 25px;
    margin-bottom: 20px;
}

section.ctc_details.coach-service-sec .card-text {
    min-height: 0;
    margin-bottom: 0;
    height: fit-content;
}

section.ctc_details.coach-service-sec .card a {
    color: #fff !important;
    width: fit-content !important;
}


  .image-row-section {
    padding: 60px 0;
    background-color: #f7f7f7;
    text-align: center;
  }

  .image-row-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .image-row-container img {
    width: 100%;
    max-width: 400px; /* Control width here */
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .image-row-container img:hover {
    transform: scale(1.05);
  }



/* coach-service-sec */