@charset "UTF-8";
:root {
  --Black: #000000;
  --White: #ffffff;
  --Primary: #3c210e;
  --Secondary: #fedac2;
  --Third: #f4d118;
  --Four: #c72929;
  --Color-1: #f5f1ed;
  --Color-3: #5e5a56;
  --Color-4: #28221D;
  --Outline: #e4e4e4;
  --Placeholder: #abb0b4;
  --Border: rgba(255, 255, 255, 0.1);
}



/*---------- Reset css styles ----------- */
/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
.blog-content h4:hover a,

.blog-thumb:hover .b-meta h4,
.blog-thumb:hover .b-meta h4 a:hover,
.recent-blog-footer span,

mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    background: var(--White);
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family:'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--Primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 6px;
  background: var(--Primary);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
      font-family: 'Poppins', sans-serif;
  color: var(--Primary);
  font-weight: 500;
  margin: 0;
  text-rendering: optimizeLegibility;
}
h1,
.h1 {
    font-size: 28px;
    font-weight: 600;
}

h2,
.h2 {
     font-size: 28px;
    line-height: 40px;
}

h3,
.h3 {
     font-size: 28px;
    line-height: 34px;
}

h4,
.h4 {
     font-size: 28px;
    line-height: 30px;
}

h5,
.h5 {
     font-size: 28px;
    line-height: 26px;
}

h6,
.h6 {
    font-size: 28px;
    line-height: 22px;
}
.text-1 {
  font-size: 18px;
  line-height: 28px;
}

.text-2 {
  font-size: 14px;
  line-height: 22px;
}

.text-2-sub {
  font-size: 14px;
  line-height: 22px;
}

.text-3 {
  font-size: 16px;
  line-height: 24px;
}

.text-4 {
  font-size: 32px;
  line-height: 44px;
}

.text-5 {
  font-size: 20px;
  line-height: 36px;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.lh-30 {
  line-height: 30px;
}
 .title-heading {
  font-size: 37px;
  font-weight: 500;
  line-height: 60px;
}
.title-heading-main{
  text-align: center !important;
  font-size: 37px;
  font-weight: 500;
  line-height: 60px;
}

/* H3 Sub Heading */
.title-heading-sub {
       font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    padding: 0px 71px 7px;
}
.title-heading-sub-sub {
       font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    padding: 0px 71px 7px;
}
.title-heading.white {
  color: #fff;
}

/* link style
-------------------------------------------------------------- */
a {
  display: inline-block;
  text-decoration: none;
  color: var(--Primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Color-3);
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-style: normal;
    text-transform: normal;
    font-weight: 500;
    line-height: 1.42857143;
    color: #3c210e;
}



/* tf-container



-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1320px;
  max-width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.full {
  width: 100%;
}
.tf-container.xl {
  width: 1790px;
}

/* Extra classes
-------------------------------------------------------------- */
#wrapper {
  width: 100vw;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.text-center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.white-space {
  white-space: nowrap;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.p-0 {
  padding: 0 !important;
}

.mx-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
  margin-right: 0;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.py-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.gap-30 {
  gap: 30px;
}

.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.bg-1 {
  background-color: var(--Color-1);
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.tf-top-bar {
  padding: 10px 0;
  border-bottom: 1px solid var(--Outline);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.tf-top-bar .btn-show-top {
  position: absolute;
  right: 12px;
  top: 11px;
  display: none;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-top-bar .btn-show-top .arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.tf-top-bar .btn-show-top .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.3333333333px solid rgba(0, 0, 0, 0.7);
  border-bottom: 3.3333333333px solid rgba(0, 0, 0, 0.7);
  transform: translate(3.3333333333px, 13.3333333333px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
.tf-top-bar .btn-show-top .arrows:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.3333333333px solid rgba(0, 0, 0, 0.7);
  border-bottom: 3.3333333333px solid rgba(0, 0, 0, 0.7);
  transform: translate(6.6666666667px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}

.waitings {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #00000070;
    padding: 10px;
    padding-top: 25%;
    display: none;
    top: 0;
    left: 0;
    z-index:99;
}
.waitings .text-light {
    color: #027124!important;
    letter-spacing: 1px;
    word-spacing: 2px;
    background: white;
  }

  
.tf-top-bar:not(.style-has-logo).active .wrap-top-bar {
  max-height: 200px;
}
.tf-top-bar .wrap-top-bar {
  max-width: 1790px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.tf-top-bar .top-bar-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 49px;
}
.tf-top-bar .top-bar-left .top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px 24px;
}
.tf-top-bar .top-bar-left .top-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  text-align: center;
  white-space: nowrap;
}
.tf-top-bar .top-bar-left .top-info li i {
  font-size: 20px;
}
.tf-top-bar .top-bar-left .tf-dropdown-sort {
  position: relative;
}
.tf-top-bar .top-bar-left .tf-dropdown-sort .btn-select {
  padding: 5px;
}
.tf-top-bar .top-bar-left .tf-dropdown-sort::after {
  top: 3px;
  position: absolute;
  content: "";
  background-color: var(--Outline);
  width: 1px;
  height: 20px;
  left: -24px;
}
.tf-top-bar .top-bar-right .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 48px;
}
.tf-top-bar .top-bar-right .list > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
}
.tf-top-bar .top-bar-right .list > li i {
  font-size: 17px;
  color: #000;

}
.tf-top-bar .top-bar-right .list > li:not(:last-child) {
  position: relative;
  font-weight: 600;
}
.tf-top-bar .top-bar-right .list > li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--Outline);
  right: -27px;
}
.tf-top-bar .top-bar-right .tf-social {
  gap: 4px;
}
.tf-top-bar .top-bar-right .tf-social li a {
  border: none;
  background: #fedac2;
    color: #000;
    border-radius: 8px;
    height: auto;
}
.tf-top-bar.style-has-logo {
  padding: 27px 0;
}
.tf-top-bar.style-has-logo .wrap-top-bar {
  max-width: 1320px;
  justify-content: unset;
}
.tf-top-bar.style-has-logo .top-bar-left {
  flex-grow: 1;
}
.tf-top-bar.style-has-logo .top-bar-left .top-info {
  gap: 40px;
}
.tf-top-bar.style-has-logo .top-bar-left .top-info li {
  text-align: start;
  display: block;
}
.tf-top-bar.style-has-logo .top-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  max-width: 230px;
  margin-right: 8em
}
.tf-top-bar.style-has-logo .top-logo img {
  max-width: 192px;
}
.tf-top-bar.style-has-logo .top-bar-right {
  flex-grow: 1;
  align-items: end;
}
.tf-top-bar.style-has-logo .top-bar-right .list {
  gap: 16px;
  justify-content: end;
}
.tf-top-bar.style-has-logo .top-bar-right .list > li:not(:last-child)::after {
  right: -4px;
}

#header-main .header-inner {
  border-bottom: solid 1px var(--Outline);
  background-color: var(--White);
  position: relative;
}
#header-main .header-inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-main .header-inner-wrap .header-logo {
  padding: 30px 0;
  flex: none;
}
#header-main .header-inner-wrap .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
#header-main .header-inner-wrap .header-right .btn-shop-bag {
  position: relative;
}
#header-main .header-inner-wrap .header-right .btn-shop-bag span {
  position: absolute;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--White);
  background-color: var(--Primary);
  font-size: 10px;
  top: -4px;
  right: -7px;
}
#header-main .header-inner-wrap .group-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
#header-main .header-inner-wrap .group-btn .btn-find i {
  font-size: 24px;
  font-weight: 700;
}
#header-main .header-inner-wrap .mobile-button {
  display: none;
}
#header-main .header-inner-wrap .mobile-button i {
  font-size: 35px;
}
#header-main .header-inner-wrap.w-1320 {
  max-width: 1320px;
  margin: 0 auto;
}
#header-main .header-inner-wrap.w-1790 {
  max-width: 1790px;
  margin: 0 auto;
}
#header-main .header-inner-wrap.w-1840 {
  max-width: 1870px;
  margin: 0 auto;
}
#header-main.no-boder .header-inner {
  border: none;
}
#header-main.header-style-absolute .header-inner {
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  background-color: transparent;
  border-bottom: none;
}
#header-main.header-style-absolute .header-logo-2 {
  display: none;
}
#header-main.header-style-absolute .group-btn {
  display: none;
}
#header-main.header-style-absolute .main-menu .navigation > li > a {
  color: var(--White);
}
#header-main.header-style-absolute .main-menu .navigation > li > a::before {
  background-color: var(--White);
}
#header-main.header-style-absolute .main-menu .navigation .sub-menu {
  border-radius: 16px;
}
#header-main.header-style-absolute .mobile-button {
  color: var(--White);
}
#header-main.style-1 .header-inner-wrap {
  margin: 0 auto;
  padding: 0 15px;
}
#header-main.style-1 .header-logo-2 {
  display: none;
}
#header-main.style-1 .header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 80px;
}
#header-main.style-1.home-page-4 .main-menu .navigation > li > a {
  line-height: 78px;
}
#header-main.style-no-logo .header-logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
#header-main.style-no-logo .main-menu .navigation > li > a {
  line-height: 78px;
}
#header-main.style-no-logo .main-menu .navigation > li > a::before {
  top: 51px;
}

.header {
  z-index: 998;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.scrollHeader {
  position: sticky !important;
  left: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header.scrollHeader.header-default .header-inner .header-logo {
  display: none !important;
}
.header.scrollHeader.header-default .header-inner .header-logo-2 {
  display: block !important;
  padding: 30px 0;
}
.header.scrollHeader.header-default .header-inner .group-btn {
  display: flex !important;
}
.header.scrollHeader.header-default .header-inner .main-menu .navigation > li > a {
  color: var(--Primary) !important;
}
.header.scrollHeader.header-default .header-inner .main-menu .navigation > li > a::before {
  background-color: var(--Primary) !important;
}
.header.scrollHeader.header-default .header-inner .main-menu .navigation .sub-menu {
  border-radius: 16px;
}
.header.scrollHeader.header-default .header-inner .mobile-button {
  color: var(--Primary) !important;
}
.header.header-bg {
  background-color: var(--White);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.main-menu {
  margin: 0 15px;
}
.main-menu .navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 32px;
  letter-spacing: 0.8px;
}
.main-menu .navigation > li {
  cursor: pointer;
}
.main-menu .navigation > li > a {
  font-size: 17px;
  font-weight: 500;
  line-height: 100px;
  color: var(--Primary);
  position: relative;
}
.main-menu .navigation > li > a::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--Primary);
  top: 62px;
  left: auto;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .navigation > li.has-child {
  padding-right: 20px;
}
.main-menu .navigation > li.has-child > a::after {
  position: absolute;
  right: -25px;
  font-family: "icomoon";
  content: "\e901";
  font-size: 21px;
  cursor: pointer;
}
.main-menu .navigation > li.has-child .sub-menu {
  position: absolute;
  top: 100%;
  left: -26px;
  padding: 12px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: var(--White);
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.main-menu .navigation > li.has-child .sub-menu.service-link {
  left: 0;
  right: 0;
  padding: 28px 13px;
}
.main-menu .navigation > li.has-child .sub-menu > li.has-child-2 {
  position: relative;
}
.main-menu .navigation > li.has-child .sub-menu > li.has-child-2::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 0;
  left: 87%;
}
.main-menu .navigation > li.has-child .sub-menu > li.has-child-2 > a::before {
  position: absolute;
  font-family: "icomoon";
  content: "\e901";
  font-size: 21px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 7px;
}
.main-menu .navigation > li.has-child .sub-menu > li.has-child-2:hover a::before {
  transform: rotate(-90deg);
}
.main-menu .navigation > li.has-child .sub-menu > li > a {
  /*padding: 15px 0px 15px 12px;*/
  padding: 10px 10px;
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: 28px;
  width: 250px;
  border-radius: 8px;
  color: var(--Primary);
}
.main-menu .navigation > li.has-child .sub-menu > li > a:hover {
  background-color: var(--Color-1);
}
.main-menu .navigation > li.has-child .sub-menu > li > .sub-menu {
  visibility: hidden;
  opacity: 0;
  top: -15px;
  left: calc(100% + 12px);
  box-shadow: unset;
}
.main-menu .navigation > li.has-child .sub-menu > li > .sub-menu:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.main-menu .navigation > li.has-child .sub-menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu .navigation > li:hover .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
/*.main-menu .navigation > li.current-menu-item > a::before, .main-menu .navigation > li:hover > a::before {
  width: 100%;
  left: 0;
}*/
.main-menu .navigation > li .current-item > a {
  background-color: var(--Color-1);
}

.service-link .wrap-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.service-link .wrap-cta .wg-title {
  margin-bottom: 20px;
}
.service-link .wrap-cta .left {
  max-width: 867px;
}
.service-link .wrap-cta .right {
  max-width: 306px;
  position: relative;
}
.service-link .wrap-cta .right::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -45px;
  top: 0;
  background-color: var(--Outline);
}
.service-link .wrap-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 16px;
}
.service-link .wrap-service .service-item-list {
  border: 1px solid var(--Outline);
  padding: 16px 20px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-link .wrap-service .service-item-list h6 {
  margin-bottom: 4px;
}
.service-link .wrap-service .service-item-list p {
  color: var(--Color-3);
}
.service-link .wrap-service .service-item-list:hover {
  background-color: var(--Color-1);
}
.service-link .box-listings {
  gap: 20px;
}
.service-link .box-listings .image-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.service-link .box-listings:not(:last-child) {
  margin-bottom: 24px;
}

.mobile-nav-wrap .offcanvas-title img {
  max-width: 192px;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
  width: 0px;
}

.inner-mobile-nav {
  padding: 15px;
  position: relative;
}
.inner-mobile-nav .top-nav-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-mobile-nav .top-nav-mobile #mobile-logo_header {
  width: 150px;
}
.inner-mobile-nav .top-nav-mobile .mobile-nav-close {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-mobile-nav .mb-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
}
.unique-features .feature-item{    background: #ffffffc2;}
.unique-features .featHed{color: var(--Primary)!important; padding: 7px 0;}
.unique-features .icon-CheckCircle{color:#2d2015 !important;}
.unique-features .feature-item p{    font-size: 1.6rem;}
/* Section styling */
.section-human-approach {
    position: relative;
    overflow: hidden;
}

/* Image composition styling */
.image-composition {
    position: relative;
    padding-top: 20px;
}

.image-composition .img-1 {
    position: relative;
    width: 70%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    z-index: 1;
}

.image-composition .img-2 {
    position: absolute;
    width: 60%;
    right: 0;
    top: 40%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Handwritten title effect */
.handwritten-title {
    opacity: 0.9;
}

/* Signature styling */
.signature {
    opacity: 0.8;
    filter: sepia(30%);
}

/* Story Timeline */
.story-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 30px;
}

.story-item {
    position: relative;
    margin-bottom: 24px;
}

.story-number {
    position: absolute;
    left: -45px;
    top: 30px;
    width: 36px;
    height: 36px;
    background: #d4a762;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
}

.story-content {
    position: relative;
    transition: all 0.3s ease;
    text-align: justify;
}

.story-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.timeline-connector {
    position: absolute;
    left: -27px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d4a762;
    z-index: 1;
}

/* Story icons */
.story-icon {
    text-align: right;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .story-timeline {
        padding-left: 0;
    }
    .story-number {
        left: 15px;
        top: -18px;
    }
    .timeline-connector {
        left: 32px;
    }
}

/* Section styling */
.section-indian-roots {
    background-color: #fff9f0;
}

.mandala-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
}

/* Cultural visual */
.cultural-visual {
    position: relative;
    z-index: 1;
}

.main-image {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border: 8px solid white;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(212,167,98,0.1) 0%, rgba(212,167,98,0.3) 100%);
}

/* Handmade paper effect */
.handmade-paper-texture {
    background-color: #fff;
    background-image: url('https://img.freepik.com/free-photo/white-paper-texture_1194-2301.jpg?semt=ais_hybrid&w=740&q=80');
    background-size: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(212,167,98,0.3);
    position: relative;
    z-index: 1;
    min-height: 405px;
}

.texture-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,249,240,0.8) 0%, rgba(255,249,240,0.4) 100%);
    z-index: -1;
}

/* Cultural icons */
.culture-icon {
    transition: all 0.3s ease;
    border: 1px solid rgba(212,167,98,0.3);
}

.culture-icon:hover {
    transform: translateY(-5px);
    background-color: rgba(212,167,98,0.1) !important;
    border-color: rgba(212,167,98,0.5);
}

/* Divider */
.divider-left {
    display: flex;
    align-items: center;
}

.divider-left .line {
    height: 1px;
    flex-grow: 1;
}

/* Gold text */
.text-gold {
    color: #d4a762;
}

/* Gold button */
.btn-color-gold {
    background-color: #d4a762;
    color: white;
}

.btn-color-gold:hover {
    background-color: #c09555;
    color: white;
}

/* Check Points */
.check-point {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    /*font-size: 1.1rem;*/
}

.check-point:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.check-point i {
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .check-point {
        padding: 12px 15px;
        font-size: 1rem;
    }
}

.whatTTC .ttc-left{text-align: left!important;}

/* Mechanism Section Styles */
.mechanism-section {
    background-color: white;
    position: relative;
}

.image-composition {
    position: relative;
    padding-right: 30px;
}

.img-main {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
}

.img-overlay {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 60%;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border: 5px solid white;
    z-index: 2;
}

.divider-left {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.divider-left .line {
    height: 1px;
    background: #d4a762;
    flex-grow: 1;
}

.divider-left i {
    margin: 0 15px;
    font-size: 1.5rem;
}

.key-points {
    background-color: #f9f5ee;
    padding: 20px;
    border-radius: 8px;
}

.point-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.point-item i {
    margin-right: 10px;
    /*font-size: 1.2rem;*/
}

.point-item span {
    /*font-size: 1.1rem;*/
    color: #5a4a3a;
}

@media (max-width: 991px) {
    .image-composition {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .img-overlay {
        width: 50%;
        bottom: -20px;
        right: -20px;
    }
}
.simple-come-section {
  padding: 60px 20px;
  background-color: #f9f5f0;
  font-family: 'Helvetica', Arial, sans-serif;
}

.simple-come-card {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  margin-top: 28px;
}

.simple-come-card h2 {
  font-size: 2.5rem;
  color: #8a6d46;
  margin-bottom: 20px;
  font-weight: 300;
}

.divider-line {
  width: 100px;
  height: 2px;
  background: #d4b483;
  margin: 0 auto 30px;
}

.come-points {
  margin-bottom: 30px;
}

.come-point {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px;
  background: #fdfaf6;
  border-radius: 8px;
}

.come-point span {
  color: #b38a58;
  margin-right: 15px;
  font-size: 1.2rem;
}

.come-point p {
  margin: 0;
  color: #5a4a3a;
  text-align: left;
  flex: 1;
}

.main-message {
  font-size: 1.8rem;
  color: #8a6d46;
  margin-bottom: 5px;
}

.sub-message {
  font-size: 1.2rem;
  color: #b38a58;
  font-style: italic;
  margin-bottom: 25px;
}

.action-button {
  display: inline-block;
  padding: 12px 30px;
  background: #b38a58;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.action-button:hover {
  background: #8a6d46;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .simple-come-card {
    padding: 30px 20px;
  }
  
  .simple-come-card h2 {
    font-size: 2rem;
  }
  
  .main-message {
    font-size: 1.5rem;
  }
}


/* Benefits Section Styles */
.benefit-section {
    background-color: #f8f5ee;
}

.benefit-box {
    background: white;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.box-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.box-header i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #d4a762;
}

.box-header h4 {
    margin: 0;
    color: #5a4a3a;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
}

.benefit-list li:last-child {
    border-bottom: none;
}

.benefit-list li i {
    margin-right: 10px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.positive-box .benefit-list li i {
    color: #5cb85c;
}

.consideration-box .benefit-list li i {
    color: #f0ad4e;
}

.note-box {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.note-box i {
    font-size: 2rem;
    margin-bottom: 15px;
}

.note-box p {
    margin: 0;
    font-style: italic;
    color: #5a4a3a;
}

@media (max-width: 767px) {
    .benefit-box {
        padding: 20px;
    }
    
    .benefit-list li {
        font-size: 0.95rem;
    }
}

/* Chakra Section Styles */
.chakra-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f9f5ee 100%);
}

.chakra-image-wrap {
    position: relative;
    padding-right: 30px;
}

.chakra-image-wrap img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.chakra-overlay {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 50%;
    border: 5px solid white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.divider-left {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.divider-left .line {
    height: 1px;
    background: #d4a762;
    flex-grow: 1;
}

.divider-left i {
    margin: 0 15px;
    font-size: 1.8rem;
}

.chakra-example {
    display: flex;
    align-items: center;
    background: rgba(212,167,98,0.1);
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.chakra-example i {
    font-size: 2.5rem;
    margin-right: 15px;
    color: #5bc0de;
}

.chakra-example h5 {
    color: #5a4a3a;
    margin-bottom: 5px;
}

.chakra-example p {
    margin: 0;
    color: #5a4a3a;
}

/* Healing Tool Section Styles */
.healing-tool-section {
    background-color: white;
}

.healing-image-wrap {
    position: relative;
}

.healing-image-wrap img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.testimonial-box {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 80%;
    text-align: left;
    z-index: 2;
}

.quote-icon {
    font-size: 2.5rem;
    color: #d4a762;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 15px;
}

.testimonial-text {
    font-style: italic;
    color: #5a4a3a;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.testimonial-author {
    color: #d4a762;
    font-weight: 500;
    margin: 0;
}

.healing-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.healing-point i {
    font-size: 2rem;
    margin-right: 15px;
    color: #d4a762;
    flex-shrink: 0;
}

.healing-point h4 {
    color: #5a4a3a;
    margin-bottom: 5px;
}

.healing-point p {
    color: #5a4a3a;
    margin: 0;
}

.key-message {
    background-color: #f9f5ee;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.key-message:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #d4a762;
    border-radius: 4px 0 0 4px;
}

.highlight-text {
    color: #d4a762;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .testimonial-box {
        max-width: 90%;
    }
}

@media (max-width: 991px) {
    .healing-image-wrap {
        margin-bottom: 60px;
    }
    
    .testimonial-box {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .ps-lg-5 {
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .healing-point {
        flex-direction: column;
    }
    
    .healing-point i {
        margin-bottom: 10px;
    }
}


@media (max-width: 991px) {
    .chakra-image-wrap {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .chakra-overlay {
        width: 40%;
        bottom: -20px;
        right: -10px;
    }
}

@media (max-width: 767px) {
    .chakra-overlay {
        width: 50%;
    }
    
    .chakra-example {
        flex-direction: column;
        text-align: center;
    }
    
    .chakra-example i {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Sound Benefits Section */
.sound-benefits-section {
    background: linear-gradient(to bottom, #f9f5ee 0%, #f4eeee 100%);
}

.intro-text {
    font-size: 1.2rem;
    color: #5a4a3a;
    max-width: 700px;
    margin: 0 auto 20px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}



.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.benefit-icon {
    font-size: 2.5rem;
    color: #d4a762;
    margin-bottom: 15px;
}

.benefit-card h4 {
    color: #5a4a3a;
    margin-bottom: 10px;
}

.benefit-card p {
    color: #5a4a3a;
    margin: 0;
    font-size: 15px;
    padding-top: 10px;
}

.view-more-box {
    margin-top: 40px;
    text-align: center;
}

.view-more-link {
    color: #d4a762;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.view-more-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.view-more-link[aria-expanded="true"] i {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .benefit-card {
        padding: 20px;
    }
}

/* Curriculum Section */
.curriculum-section {
    background-color: white;
}

.curriculum-card {
    background: white;
    border-radius: 12px;
    padding: 4px 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.curriculum-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.curriculum-card:nth-child(1) {
    border-top-color: #d4a762;
}
.curriculum-card:nth-child(2) {
    border-top-color: #5bc0de;
}
.curriculum-card:nth-child(3) {
    border-top-color: #5cb85c;
}
.curriculum-card:nth-child(4) {
    border-top-color: #f0ad4e;
}

.card-icon {
    font-size: 2.5rem;
    color: #d4a762;
    margin-bottom: 20px;
}

.curriculum-card h3 {
    color: #5a4a3a;
    margin-bottom: 15px;
    font-size: 2rem;
}

.card-content p {
    color: #5a4a3a;
    margin-bottom: 15px;
}

.card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.card-content li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    color: #5a4a3a;
}

.card-content li:last-child {
    border-bottom: none;
}

.training-note {
    background-color: #f9f5ee;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.training-note i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #d4a762;
}

.training-note p {
    font-style: italic;
    color: #5a4a3a;
    margin-bottom: 0;
}

.highlight {
    color: #d4a762;
    font-weight: 500;
}

@media (max-width: 991px) {
    .curriculum-card {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .curriculum-card {
        margin-bottom: 20px;
    }
    
    .card-icon {
        font-size: 2rem;
    }
}

.syllabus-section {
        padding: 80px 0;
    }
    
    .syllabus-phase {
        background: white;
        border-radius: 12px;
        padding: 30px;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .syllabus-phase:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    
    .phase-header {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #d4a762;
    }
    
    .phase-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
        color: #d4a762;
    }
    
    .phase-content {
        list-style: none;
        padding-left: 0;
    }
    
    .phase-content li {
        margin-bottom: 12px;
        padding-left: 25px;
        position: relative;
        line-height: 1.5;
    }
    
    .phase-content li i {
        position: absolute;
        left: 0;
        top: 4px;
    }
    
    .training-note {
        background: white;
        padding: 20px;
        border-radius: 8px;
        display: inline-block;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .training-note i {
        font-size: 1.8rem;
        margin-bottom: 10px;
        display: block;
    }

/* Course For Section Styles - 2 Column Version */
.course-for-section {
    padding: 80px 0;
    background-color: #f8f5ee;
    position: relative;
    overflow: hidden;
}

.course-for-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/texture-light.png');
    opacity: 0.2;
    z-index: 0;
}

.course-for-section .intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4A3E1C;
    max-width: 800px;
    margin: 0 auto;
}

.course-for-container {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(212, 167, 98, 0.2);
}

.course-for-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.course-for-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4a762, transparent);
}

.course-for-header i {
    font-size: 2.5rem;
    color: #d4a762;
    margin-bottom: 15px;
    display: inline-block;
}

.course-for-header h3 {
    color: #4A3E1C;
    font-weight: 600;
}

.course-for-list {
    width: 100%;
}

.course-for-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-for-list li {
    padding: 15px 0;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.3);
    display: flex;
    align-items: flex-start;
    min-height: auto;
}

.course-for-list li:last-child {
    border-bottom: none;
}

.course-for-list li i {
    color: #d4a762;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 3px;
}

.course-for-list li span {
    color: #4A3E1C;
    line-height: 1.6;
    display: inline-block;
}

.course-for-footer {
    margin-top: 0px;
    padding-top: 20px;
    text-align: center;
    font-style: italic;
    color: #6B7AA1;
    position: relative;
}

.course-for-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4a762, transparent);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .course-for-section {
        padding: 60px 0;
    }
    
    .course-for-container {
        padding: 30px 20px;
    }
    
    .course-for-list li {
        min-height: auto;
        padding: 12px 0;
    }
}

/* Animation Timing Adjustments */
@media (min-width: 768px) {
    .course-for-list .col-md-6:nth-child(2) li {
        animation-delay: calc(0.4s + (0.2s * var(--item-index)));
    }
}

/* Reiki Learn Section Styles */
.reiki-learn-section {
    padding: 80px 0;
    background: linear-gradient(rgba(248,245,238,0.9), rgba(248,245,238,0.9)), url('../images/texture-light.png');
    position: relative;
}

.reiki-learn-section .intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4A3E1C;
    max-width: 800px;
    margin: 0 auto;
}

.reiki-levels-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reiki-level-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    border-top: 5px solid;
}

.reiki-level-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/texture-light.png');
    opacity: 0.05;
    z-index: 0;
}

.level-1 {
    border-color: #9BB8CD;
}

.level-2 {
    border-color: #EEC759;
}

.level-3 {
    border-color: #B3A492;
}

.level-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.level-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(212, 167, 98, 0.5), transparent);
}

.level-number {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

.level-subtitle {
    font-style: italic;
    color: #6B7AA1;
    margin-top: 5px;
}

.level-content {
    position: relative;
    z-index: 1;
}

.level-content > p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #4A3E1C;
}

.level-learnings {
    list-style: none;
    padding: 0;
    margin: 0;
}

.level-learnings li {
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.2);
}

.level-learnings li:last-child {
    border-bottom: none;
}

.level-learnings li i {
    color: #d4a762;
    font-size: 1.3rem;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 3px;
}

.level-learnings li span {
    color: #4A3E1C;
    line-height: 1.6;
}

.reiki-note {
    margin-top: 40px;
    padding: 25px;
    background: rgba(255,255,255,0.7);
    border-radius: 8px;
    font-style: italic;
    color: #6B7AA1;
    position: relative;
    border: 1px dashed rgba(212, 167, 98, 0.3);
}

.reiki-note::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 3rem;
    color: rgba(212, 167, 98, 0.2);
    font-family: serif;
    line-height: 1;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .reiki-learn-section {
        padding: 60px 0;
    }
    
    .reiki-level-card {
        padding: 25px 20px;
    }
    
    .level-learnings li {
        padding: 10px 0;
    }
    
    .reiki-note {
        padding: 20px 15px;
    }
}

/* After Meditation Section Styles */
.after-meditation-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f9f5ee 0%, #f4eeee 100%);
    position: relative;
}

.after-meditation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/mandala-bg.png');
    opacity: 0.03;
    z-index: 0;
    background-size: 600px;
    background-repeat: repeat;
    background-position: center;
}

.highlight-text {
    color: #d4a762;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
}

.transformation-container {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(212, 167, 98, 0.1);
}

.transformation-item {
    background: #f8f5ee;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 3px solid rgba(212, 167, 98, 0.3);
}

.transformation-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-bottom-color: #d4a762;
}

.transformation-item.center-item {
    max-width: 500px;
    margin: 0 auto;
}

.transformation-item i {
    font-size: 2.5rem;
    color: #d4a762;
    margin-bottom: 15px;
    display: block;
}

.transformation-item h4 {
    color: #4A3E1C;
    margin-bottom: 10px;
}

.transformation-item p {
    /*color: #6B7AA1;*/
    padding-top: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
}

.transformation-note {
    margin-top: 40px;
    padding: 25px;
    background: rgba(248, 245, 238, 0.7);
    border-radius: 8px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4A3E1C;
    position: relative;
    text-align: center;
}

.gold-text {
    color: #d4a762;
    font-weight: 500;
}

/* Why Rishikesh Section Styles */
.why-rishikesh-section {
    padding: 80px 0;
    background: linear-gradient(rgba(248,245,238,0.9), rgba(248,245,238,0.9));
    position: relative;
}

.rishikesh-image-wrap {
    position: relative;
    height: 100%;
}

.rishikesh-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    transform: rotate(-2deg);
    box-shadow: 20px 20px 0 rgba(212, 167, 98, 0.1);
}

.image-quote {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 250px;
}

.image-quote i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
}

.image-quote p {
    font-style: italic;
    color: #4A3E1C;
    margin: 0;
    line-height: 1.5;
}

.rishikesh-content p {
    color: #4A3E1C;
    line-height: 1.8;
    margin-bottom: 20px;
}

.haritha-note {
    background: white;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    border-left: 3px solid #d4a762;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.haritha-note i {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #f8f5ee;
    padding: 0 15px;
    color: #d4a762;
    font-size: 1.8rem;
}

.haritha-note p {
    margin: 0;
}

.haritha-note strong {
    color: #d4a762;
    font-weight: 500;
}

.rishikesh-features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.3);
}

.feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-item i {
    color: #d4a762;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-item span {
    color: #4A3E1C;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .rishikesh-image-wrap img {
        min-height: 400px;
        margin-bottom: 50px;
    }
    
    .rishikesh-content {
        padding-left: 0 !important;
    }
    
    .image-quote {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .why-rishikesh-section {
        padding: 60px 0;
    }
    
    .rishikesh-image-wrap img {
        min-height: 300px;
    }
    
    .haritha-note {
        padding: 20px 15px;
    }
}
/* Responsive Adjustments */
@media (max-width: 767px) {
    .after-meditation-section {
        padding: 60px 0;
    }
    
    .transformation-container {
        padding: 30px 20px;
    }
    
    .transformation-item {
        padding: 20px 15px;
    }
    
    .transformation-note {
        padding: 20px 15px;
        font-size: 1rem;
    }
}

/* Transformative Training Styles */
.transformative-training {
    padding: 80px 0;
}

.training-content p {
    color: #4A3E1C;
    line-height: 1.8;
    font-size: 1.1rem;
}

.training-highlight {
    background: rgba(212, 167, 98, 0.1);
    border-left: 3px solid #d4a762;
    padding: 20px;
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}

.training-highlight i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.training-highlight p {
    margin: 0;
    font-style: italic;
    color: #4A3E1C;
}

.center-environment {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.center-environment h3 {
    color: #4A3E1C;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.center-environment h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #d4a762;
}

.environment-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.3);
}

.environment-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.environment-item i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.environment-item p {
    margin: 0;
    color: #4A3E1C;
    line-height: 1.6;
}

.training-note {
    margin-top: 30px;
    padding: 20px;
    background: rgba(248, 245, 238, 0.7);
    border-radius: 8px;
    text-align: center;
    font-style: italic;
    color: #6B7AA1;
    border: 1px dashed rgba(212, 167, 98, 0.3);
}

/* Courses With Purpose Styles */
.courses-purpose {
    padding: 80px 0;
    position: relative;
}

.purpose-container {
    position: relative;
    z-index: 1;
}

.purpose-container h2 {
    color: #4A3E1C;
    text-align: center;
    margin-bottom: 20px;
}

.purpose-container p {
    color: #4A3E1C;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.purpose-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-top: 3px solid #d4a762;
}

.purpose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.purpose-card i {
    color: #d4a762;
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.purpose-card h4 {
    color: #4A3E1C;
    margin-bottom: 10px;
    font-size: 26px;
}

.purpose-card p {
    color: #6B7AA1;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
}

/* Testimonial Section Styles */
.testimonial-section {
    padding: 80px 0;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/testimonial-bg.jpg') center/cover no-repeat;
    color: white;
}

.testimonial-slider {
    max-width: 800px;
    margin: 40px auto;
}

.testimonial-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid rgba(255,255,255,0.2);
}

.testimonial-card p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
}

.testimonial-card p::before,
.testimonial-card p::after {
    content: '"';
    color: rgba(212, 167, 98, 0.5);
    font-size: 2rem;
    font-family: serif;
    line-height: 1;
}

.testimonial-card p::before {
    position: absolute;
    top: -10px;
    left: -15px;
}

.testimonial-card p::after {
    position: absolute;
    bottom: -30px;
    right: -15px;
}

.author {
    color: #d4a762;
    font-weight: 500;
}

.testimonial-note {
    max-width: 600px;
    margin: 30px auto 0;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

/* Healing Tools Styles */
.healing-tools {
    padding: 80px 0;
}

.tool-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 167, 98, 0.1);
}

.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: rgba(212, 167, 98, 0.3);
}

.tool-card i {
    color: #d4a762;
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.tool-card h3 {
    color: #4A3E1C;
    margin-bottom: 10px;
}

.tool-card p {
    /*color: #6B7AA1;*/
    padding-top: 10px;
    margin: 0;
    line-height: 1.6;
}

.breath-note {
    background: white;
    padding: 25px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 3px solid #d4a762;
}

.breath-note i {
    color: #d4a762;
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.breath-note p {
    margin: 0;
    font-style: italic;
    color: #4A3E1C;
}

/* Practical Details Styles */
.practical-details {
    padding: 80px 0;
}

.details-content h2 {
    color: #4A3E1C;
    margin-bottom: 20px;
}

.details-content p {
    color: #4A3E1C;
    line-height: 1.8;
    margin-bottom: 30px;
}

.details-list {
    margin-top: 30px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.inv-presence .card-header{    padding: 12px;}
.inv-presence .card-header h2{   font-size: 26px;}

.detail-item i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.detail-item h4 {
    color: #4A3E1C;
    margin-bottom: 5px;
}

.detail-item p {
    margin: 0;
    color: #6B7AA1;
    line-height: 1.6;
}

.details-image {
    position: relative;
}

.details-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 10px 10px 0 rgba(212, 167, 98, 0.1);
}

/*.image-overlay {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}*/

.image-overlay i {
    color: #d4a762;
    font-size: 1.5rem;
    margin-right: 10px;
}

.image-overlay span {
    color: #4A3E1C;
    font-weight: 500;
}

/* Final CTA Styles */
.final-cta {
    padding: 80px 0;
    background: linear-gradient(rgba(248,245,238,0.9), rgba(248,245,238,0.9)), url('../images/texture-light.png');
}

.final-cta h2 {
    color: #4A3E1C;
    margin-bottom: 20px;
}

.final-cta p {
    color: #4A3E1C;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.closing-note {
    margin-top: 30px;
    color: #d4a762;
    font-style: italic;
    font-size: 1.1rem;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .transformative-training,
    .courses-purpose,
    .testimonial-section,
    .healing-tools,
    .practical-details,
    .final-cta {
        padding: 60px 0;
    }
    
    .center-environment {
        margin-top: 40px;
    }
    
    .details-image {
        margin-top: 40px;
    }
    
    .image-overlay {
        right: 20px;
        bottom: -10px;
    }
}

@media (max-width: 767px) {
    .transformative-training,
    .courses-purpose,
    .testimonial-section,
    .healing-tools,
    .practical-details,
    .final-cta {
        padding: 50px 0;
    }
    
    .purpose-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-card {
        padding: 30px 20px;
    }
}

/* Deepening Path Section Styles */
.deepening-path-section {
    padding: 80px 0;
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('../images/texture-light.png');
}

.path-image-wrap {
    position: relative;
    height: 100%;
}

.rounded-shadow {
    border-radius: 12px;
    box-shadow: 15px 15px 0 rgba(212, 167, 98, 0.1);
    transform: rotate(-2deg);
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.image-quote {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 250px;
}

.image-quote i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
}

.image-quote p {
    font-style: italic;
    color: #4A3E1C;
    margin: 0;
    line-height: 1.5;
}

.path-content h3 {
    color: #4A3E1C;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.path-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #d4a762;
}

.path-content p {
    color: #4A3E1C;
    line-height: 1.8;
    margin-bottom: 25px;
}

.training-features {
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.3);
}

.feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-item i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-item h4 {
    color: #4A3E1C;
    margin-bottom: 5px;
}

.feature-item p {
    margin: 0;
    color: #6B7AA1;
    line-height: 1.6;
    font-size: 0.95rem;
}

.training-note {
    background: rgba(248, 245, 238, 0.7);
    padding: 20px;
    border-radius: 8px;
    border-left: 3px solid #d4a762;
    margin: 25px 0;
}

.training-note p {
    margin: 0;
    font-style: italic;
}

.training-note strong {
    color: #d4a762;
    font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .deepening-path-section {
        padding: 60px 0;
    }
    
    .path-content {
        padding-left: 0 !important;
        margin-top: 40px;
    }
    
    .rounded-shadow {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .deepening-path-section {
        padding: 50px 0;
    }
    
    .image-quote {
        right: 20px;
    }
    
    .training-note {
        padding: 15px;
    }
}

/* The Haritha Way Section Styles */
.haritha-way-section {
    padding: 80px 0;
    background: linear-gradient(rgba(248,245,238,0.9), rgba(248,245,238,0.9)), url('../images/texture-light.png');
    position: relative;
}

.haritha-way-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/mandala-bg-light.png');
    opacity: 0.03;
    z-index: 0;
    background-size: 600px;
    background-repeat: repeat;
}

.way-container {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.way-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.way-content {
    padding: 40px;
}

.way-content h3 {
    color: #4A3E1C;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.way-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #d4a762;
}

.way-content p {
    color: #4A3E1C;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
}

.way-features {
    margin: 40px 0;
}

.feature-card {
    background: #f8f5ee;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 3px solid rgba(212, 167, 98, 0.3);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-bottom-color: #d4a762;
}

.feature-card i {
    color: #d4a762;
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.feature-card h4 {
    color: #4A3E1C;
    margin-bottom: 10px;
    font-size: 24px;
}

.feature-card p {
    color: #6B7AA1;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
}

.way-note {
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border: 1px dashed rgba(212, 167, 98, 0.3);
    position: relative;
}

.way-note i {
    color: #d4a762;
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.way-note p {
    margin: 0;
    font-style: italic;
    color: #4A3E1C;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .haritha-way-section {
        padding: 60px 0;
    }
    
    .way-content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .haritha-way-section {
        padding: 50px 0;
    }
    
    .way-image img {
        height: 250px;
    }
    
    .way-content {
        padding: 25px 20px;
    }
    
    .feature-card {
        padding: 20px 15px;
    }
}
/* Investment & Community Section Styles */
.investment-community-section {
    padding: 80px 0;
    background: linear-gradient(rgba(248,245,238,0.9), rgba(248,245,238,0.9)), url('../images/texture-light.png');
}

.investment-card,
.community-card {
    background: white;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    border-top: 5px solid;
}

.investment-card {
    border-color: #d4a762;
}

.community-card {
    border-color: #6B7AA1;
}

.card-header {
    padding: 25px;
    text-align: center;
    background: rgba(212, 167, 98, 0.05);
    border-bottom: 1px solid rgba(212, 167, 98, 0.1);
}

.community-card .card-header {
    background: rgba(107, 122, 161, 0.05);
    border-color: rgba(107, 122, 161, 0.1);
}

.card-header i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.card-header h2 {
    color: #4A3E1C;
    margin: 0;
}

.card-body {
    padding: 25px;
}

.card-body p {
    color: #4A3E1C;
    line-height: 1.8;
    margin-bottom: 20px;
}

.investment-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.investment-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.3);
}

.investment-features li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.investment-features li i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.investment-features li h4 {
    color: #4A3E1C;
    margin-bottom: 5px;
}

.investment-features li p {
    margin: 0;
    color: #6B7AA1;
    line-height: 1.6;
    font-size: 0.95rem;
}

.investment-note {
    margin-top: 25px;
    padding: 20px;
    background: rgba(248, 245, 238, 0.7);
    border-radius: 8px;
    text-align: center;
    border-left: 3px solid #d4a762;
}

.investment-note i {
    color: #d4a762;
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
}

.investment-note p {
    margin: 0;
    font-style: italic;
}

.community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 25px 0;
}

.community-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(107, 122, 161, 0.05);
    border-radius: 8px;
}

.community-item i {
    color: #6B7AA1;
    font-size: 1.5rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.community-item span {
    color: #4A3E1C;
    font-size: 0.95rem;
    line-height: 1.5;
}

.community-testimonial {
    margin-top: 30px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    border: 1px solid rgba(212, 167, 98, 0.1);
}

.quote-icon {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #f8f5ee;
    padding: 0 10px;
}

.quote-icon i {
    color: #d4a762;
    font-size: 1.8rem;
}

.community-testimonial p {
    margin: 0;
    font-style: italic;
    color: #4A3E1C;
    line-height: 1.8;
}

.unified-cta {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.unified-cta h3 {
    color: #4A3E1C;
    margin-bottom: 20px;
}

.values-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.values-list span {
    display: flex;
    align-items: center;
    color: #4A3E1C;
    font-weight: 500;
}

.values-list i {
    color: #d4a762;
    font-size: 1.5rem;
    margin-right: 8px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .investment-community-section {
        padding: 60px 0;
    }
    
    .community-grid {
        grid-template-columns: 1fr;
    }
    
    .investment-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .investment-community-section {
        padding: 50px 0;
    }
    
    .card-header {
        padding: 20px;
    }
    
    .card-body {
        padding: 20px 15px;
    }
    
    .values-list {
        gap: 15px;
    }
}

.compact-syllabus-section {
    padding: 80px 0;
    background: linear-gradient(rgb(251 251 251 / 90%), rgba(248, 245, 238, 0.9)), url(../images/texture-light.png);
}

.syllabus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.syllabus-category {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 3px solid #d4a762;
}

.syllabus-category h3 {
    color: #4A3E1C;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.3);
}

.syllabus-category h3 i {
    color: #d4a762;
    margin-right: 12px;
    font-size: 1.3rem;
}

.syllabus-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.syllabus-category li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    color: #6B7AA1;
    line-height: 1.6;
}

.syllabus-category li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #d4a762;
    font-size: 1.5rem;
    line-height: 1;
}

.syllabus-footer {
    margin-top: 40px;
    text-align: center;
}

.syllabus-footer p {
    color: #4A3E1C;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

.syllabus-footer i {
    color: #d4a762;
    margin-right: 10px;
    font-size: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .compact-syllabus-section {
        padding: 60px 0;
    }
    
    .syllabus-category {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .compact-syllabus-section {
        padding: 50px 0;
    }
    
    .syllabus-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .syllabus-category {
        margin-bottom: 20px;
    }
    
    .syllabus-footer p {
        flex-direction: column;
        text-align: center;
    }
    
    .syllabus-footer i {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Crystal Outcomes Section Styles */
.crystal-outcomes-section {
    padding: 80px 0;
    background: linear-gradient(rgba(248,245,238,0.9), rgba(248,245,238,0.9)), url('../images/texture-light.png');
}

.outcomes-container {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.practical-skills {
    margin-bottom: 30px;
}

.practical-skills h3,
.transformation h3 {
    color: #4A3E1C;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.practical-skills h3::after,
.transformation h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #d4a762;
}

.practical-skills ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.practical-skills li {
    padding: 12px 0;
    position: relative;
    padding-left: 35px;
    color: #4A3E1C;
    line-height: 1.6;
    border-bottom: 1px dashed rgba(212, 167, 98, 0.3);
}

.practical-skills li:last-child {
    border-bottom: none;
}

.practical-skills li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d4a762"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>');
    background-repeat: no-repeat;
}

.transformation {
    background: rgba(212, 167, 98, 0.05);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border-left: 3px solid #d4a762;
}

.transformation p {
    color: #4A3E1C;
    line-height: 1.8;
    margin: 0;
    font-style: italic;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .crystal-outcomes-section {
        padding: 60px 0;
    }
    
    .outcomes-container {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .crystal-outcomes-section {
        padding: 50px 0;
    }
    
    .outcomes-container {
        padding: 25px 20px;
    }
    
    .practical-skills li {
        padding-left: 30px;
    }
}

.inner-mobile-nav .mb-body .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Black);
  margin-bottom: 11px;
}
.inner-mobile-nav .mb-body .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}
.inner-mobile-nav .mb-body .support .mb-info li span {
  font-weight: 600;
  color: var(--Primary);
}
.inner-mobile-nav .mb-body .support .mb-info li a {
  font-weight: 600;
  color: var(--Primary);
}
.inner-mobile-nav #menu-mobile-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--Outline);
  padding-top: 15px;
}
.inner-mobile-nav #menu-mobile-menu > li {
  position: relative;
  cursor: pointer;
  color: var(--Primary);
  border-bottom: 1px solid var(--Outline);
}
.inner-mobile-nav #menu-mobile-menu li a {
  font-weight: 645;
  font-size: 15px;
  min-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--Primary);
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a::after {
  content: "\e901";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 {
  position: relative;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a::after {
  content: "\e901";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a:hover:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.inner-mobile-nav .sub-mobile {
  margin-bottom: 26px;
  border-left: 1px solid var(--Outline);
}
.inner-mobile-nav .sub-mobile li {
  padding-left: 15px;
}
.inner-mobile-nav .sub-mobile li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  min-height: 35px;
}

#menu-mobile-menu li.current-menu-item > a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
  color: var(--Secondary);
}

/*------------ footer ---------------- */
#footer {
  background-color: var(--Color-4);
  position: relative;
}
#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.webp) ;
    opacity: 0.5;
    z-index: 0;
    background-size: cover;
}
.copyright-footer{    background: #2c05055c;
    margin: 0;
    width: 100%;
    padding: 0 2em;}
.footer-overlay {
    background: rgb(44 5 5 / 60%);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
#footer .footer-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 14em;
  padding-bottom: 14em;
}
/*#footer .footer-main::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--Border);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}*/
#footer .footer-left {
  max-width: 500px;
  padding-right: 50px;
}
#footer .footer-left .footer-logo {
  margin-bottom: 28px;
}
#footer .footer-left .description {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 28px;
}
#footer .footer-left .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 28px;
  margin-bottom: 26px;
}
#footer .footer-left .footer-info li {
  color: var(--White);
  line-height: 26px;
}
#footer .footer-left .footer-info li:not(:last-child) {
  margin-bottom: 8px;
}
#footer .footer-left .footer-info li a {
  color: var(--White);
}
#footer .footer-left .footer-info li a:hover {
  color: var(--Secondary);
}
#footer .footer-right {
  max-width: 500px;
  width: 100%;
}
#footer .footer-right .wrap-footer-menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .wrap-form .title {
  color: var(--White);
  margin-bottom: 20px;
}
#footer .wrap-form .form-send-email {
  margin-bottom: 20px;
}
#footer .wrap-form p {
  color: var(--Placeholder);
  font-size: 14px;
  line-height: 22px;
}
#footer .footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-top: 1px solid var(--Border);
  flex-wrap: wrap;
  gap: 9px 20px;
}
#footer .footer-bottom p {
  color: var(--Placeholder);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
#footer .footer-bottom p a {
  color: var(--White);
  position: relative;
}
#footer .footer-bottom p a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--White);
  left: 1px;
  bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-bottom p a:hover {
  color: var(--Secondary);
}
#footer .footer-bottom p a:hover::after {
  background-color: var(--Secondary);
}
#footer .footer-bottom .content-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
#footer .footer-bottom .content-right li a {
  font-size: 14px;
  line-height: 22px;
  color: var(--Placeholder);
}
#footer .footer-bottom .content-right li a:hover {
  color: var(--Secondary);
}
#footer .footer-bottom .content-right li:not(:last-child) {
  position: relative;
}
#footer .footer-bottom .content-right li:not(:last-child)::after {
  position: absolute;
  content: "|";
  color: var(--Border);
  right: -10px;
  top: 1px;
}
#footer .footer-menu-list .title {
  color: var(--White);
  margin-bottom: 13px;
}
#footer .footer-menu-list ul li:not(:last-child) {
  margin-bottom: 8px;
}
#footer .footer-menu-list ul li a {
  position: relative;
  color: var(--Placeholder);
  font-size: 14px;
  line-height: 22px;
}
#footer .footer-menu-list ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--White);
  left: 1px;
  bottom: -3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-menu-list ul li:hover:hover a {
  color: var(--White);
}
#footer .footer-menu-list ul li:hover:hover a::after {
  width: 100%;
}
#footer .footer-col-block .title-mobile {
  display: none;
  position: relative;
}
#footer .footer-col-block .title-mobile::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background-color: var(--White);
  transition: 0.25s ease-in-out;
}
#footer .footer-col-block .title-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: var(--White);
  transition: 0.25s ease-in-out;
}
#footer .footer-col-block.open .title-mobile::before {
  opacity: 0;
}
#footer .footer-col-block.open .title-mobile::after {
  transform: translate(0%, -50%) rotate(-180deg);
}
#footer.style-2 .footer-top {
  padding: 40px 0 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--Border);
  gap: 10px 20px;
  flex-wrap: wrap;
}
#footer.style-2 .footer-top .wrap-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
#footer.style-2 .footer-main {
  padding: 42px 0 40px;
  gap: 30px;
  flex-wrap: wrap;
}
#footer.style-2 .footer-main::after {
  display: none;
}
#footer.style-2 .footer-right {
  max-width: 400px;
}
#footer.style-2 .wrap-form {
  max-width: 400px;
}

/*------------ tabs ---------------- */
.widget-tabs .widget-menu-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--White);
  position: relative;
}
.widget-tabs .widget-menu-tab li {
  padding: 25px 20px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.widget-tabs .widget-menu-tab li::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: auto;
  right: 0;
  width: 0;
  height: 3px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-tabs .widget-menu-tab li.active, .widget-tabs .widget-menu-tab li:hover {
  color: var(--Primary);
}
.widget-tabs .widget-menu-tab li.active::before, .widget-tabs .widget-menu-tab li:hover::before {
  width: 100%;
  left: 0;
}
.widget-tabs.style-2 .widget-menu-tab {
  justify-content: center;
  border-radius: 0;
  border-bottom: 1px solid var(--Outline);
  margin-bottom: 31px;
  gap: 30px;
}
.widget-tabs.style-2 .widget-menu-tab li {
  color: var(--Placeholder);
  padding: 8px 0;
}
.widget-tabs.style-2 .widget-menu-tab li.active, .widget-tabs.style-2 .widget-menu-tab li:hover {
  color: var(--Primary);
}
.widget-tabs.style-2 .widget-menu-tab li.active::before, .widget-tabs.style-2 .widget-menu-tab li:hover::before {
  width: 100%;
  left: 0;
}

/*------------ button ---------------- */
.tf-btn-default {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: var(--Secondary);
}

.tf-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
}
.tf-btn.btn-color-primary {
  background-color: var(--Primary);
}
.tf-btn.btn-color-primary:hover {
  background-color: transparent !important;
}
.tf-btn.btn-color-primary:hover::after {
  background-color: var(--Secondary);
}
.tf-btn.btn-color-secondary {
  background-color: var(--Secondary);
}
.tf-btn.btn-color-white {
  background-color: var(--White);
}
.tf-btn.has-boder {
  border: 2px solid var(--Primary);
}
.tf-btn.boder-8 {
  border-radius: 8px;
}
.tf-btn.pd-23 {
  padding: 0 23px;
}
.tf-btn.pd-26 {
  padding: 0 26px;
}
.tf-btn.pd-28 {
  padding: 0 28px;
}
.tf-btn.pd-40 {
  padding: 0 39px;
}
.tf-btn.text-color-white > span {
  color: var(--White) !important;
}
.tf-btn.text-color-white:hover > span {
  color: var(--Primary) !important;
}
.tf-btn.style-default {
  position: relative;
  height: 52px;
  gap: 6px;
}
.tf-btn.style-default::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--Primary);
  position: absolute;
  bottom: -100%;
  left: 0;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.style-default > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  gap: 6px;
  color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.style-default i {
  font-size: 19px;
}
.tf-btn.style-default:hover {
  background-color:#ffffff;
}
.tf-btn.style-default:hover > span {
  color: var(--White);
}
.tf-btn.style-default:hover i {
  color: var(--White);
}
.tf-btn.style-default:hover::after {
  bottom: 0;
  border-radius: 0;
}

.tf-btn-link {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--Primary) !important;
  max-width: max-content;
}
.tf-btn-link span {
  margin: 0;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.3s linear;
}
.tf-btn-link span::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0px;
  background: var(--Primary);
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-link i {
  color: var(--Primary);
  transition: 0.2s;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
  font-size: 18px;
}
.tf-btn-link:hover span::after {
  width: 100%;
}
.tf-btn-link:hover i {
  transform: translateX(4px);
}

/*------------ range slider ---------------- */
/*range-slider
    ---------------------*/
.tf-progessbar .tf-progressbar-content {
  width: 100%;
  height: 4px;
  background-color: var(--Outline);
  position: relative;
  z-index: 1;
  border-radius: 1000px;
  margin-bottom: 16px;
}
.tf-progessbar .tf-amount {
  position: absolute;
  left: 0;
  z-index: 10;
  height: 100%;
  background-color: var(--Secondary);
  border-radius: 1000px;
  width: 53%;
}
.tf-progessbar .tf-amount::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--Secondary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

/*------------ form ---------------- */
form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background-color: var(--White);
  border: 1px solid var(--Outline);
  border-radius: 8px;
  color: var(--Primary);
  overflow: hidden;
  margin-bottom: 0;
}
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--Placeholder);
}
form textarea.style-1,
form input[type=text].style-1,
form input[type=password].style-1,
form input[type=datetime].style-1,
form input[type=datetime-local].style-1,
form input[type=date].style-1,
form input[type=month].style-1,
form input[type=time].style-1,
form input[type=week].style-1,
form input[type=number].style-1,
form input[type=email].style-1,
form input[type=url].style-1,
form input[type=search].style-1,
form input[type=tel].style-1,
form input[type=color].style-1 {
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 4px;
}
form textarea.style-2,
form input[type=text].style-2,
form input[type=password].style-2,
form input[type=datetime].style-2,
form input[type=datetime-local].style-2,
form input[type=date].style-2,
form input[type=month].style-2,
form input[type=time].style-2,
form input[type=week].style-2,
form input[type=number].style-2,
form input[type=email].style-2,
form input[type=url].style-2,
form input[type=search].style-2,
form input[type=tel].style-2,
form input[type=color].style-2 {
  border-radius: 8px;
}
form .cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px 16px;
  width: 100%;
}
form .cols fieldset {
  width: 100%;
}
form .cols .select-custom {
  width: 100%;
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

.btn-haritha {
    background:#a9c226;
    color: #ffffff;
    border-radius: 20px;
}

.f-33 {
    font-size: 33px;
}

form textarea {
  height: 160px;
}
form select {
  font-size: 14px;
  line-height: 22px;
  padding: 11px 16px;
  border: 1px solid var(--Outline);
  border-radius: 8px;
  position: relative;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
form select:focus-visible {
  border: 1px solid var(--Outline);
}
form.tf-radio {
  height: 14px;
  width: 14px;
}

.box-send {
  margin-bottom: 80px;
}
.box-send .title {
  margin-bottom: 24px;
  letter-spacing: -0.6px;
}
.box-send .message {
  margin-bottom: 20px;
}
.box-send .tf-btn {
  margin-top: 23px;
}
.box-send.style-2 {
  margin-bottom: 0;
}
.box-send.style-2 .title {
  margin-bottom: 15px;
}
.box-send.style-2 .cols {
  margin-bottom: 20px;
}
.box-send.style-2 .cols label {
  line-height: 26px;
  margin-bottom: 8px;
  position: relative;
}
.box-send.style-2 .cols label::after {
  position: absolute;
  content: "*";
  color: var(--Four);
}
.box-send.style-2 .message textarea {
  height: 100px;
}
.box-send.style-2 .message label {
  line-height: 26px;
  margin-bottom: 8px;
}
.box-send.style-2 input:focus-visible {
  border: 1px solid var(--Secondary);
}
.box-send.style-2 .tf-btn {
  margin-top: 20px;
}
.box-send.style-2 .checkbox-item label {
  padding-left: 22px;
}
.box-send.style-2 .checkbox-item label .btn-checkbox {
  width: 18px;
  height: 18px;
}

.select-custom {
  position: relative;
  background-color: var(--White);
}
.select-custom::after {
  position: absolute;
  content: "\e901";
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  right: 16px;
  font-size: 20px;
}

.form-send-email {
  width: 100%;
}
.form-send-email fieldset input {
  padding: 17px 90px 17px 24px;
  background-color: var(--Border);
  border: none;
  color: var(--White);
}
.form-send-email .button-submit {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: var(--Secondary);
  border-radius: 0 8px 8px 0;
}
.form-send-email .button-submit button {
  font-size: 28px;
  cursor: pointer;
  height: 60px;
  width: 60px;
}
.form-send-email .button-submit:hover button {
  animation: effect-send 0.4s ease-in;
}

.form-consultation {
  padding: 29.5px 28px;
  border-radius: 16px;
  background-color: var(--White);
}
.form-consultation fieldset {
  margin-bottom: 20px;
}
.form-consultation fieldset input {
  height: 49px;
}
.form-consultation select {
  height: 49px;
  border-radius: 4px;
}
.form-consultation .tf-dropdown-sort {
  margin-bottom: 20px;
}
.form-consultation textarea {
  height: 86px;
}
.form-consultation .message {
  margin-bottom: 20px;
}
.form-consultation .tf-btn {
  width: 100%;
}

.form-info .cols {
  margin-bottom: 20px;
  gap: 20px 16px;
}
.form-info .cols input {
  height: 48px;
}
.form-info > .tf-dropdown-sort {
  margin-bottom: 20px;
}
.form-info .tf-dropdown-sort.tf-choose-item {
  border-radius: 8px;
}
.form-info select {
  height: 48px;
}
.form-info textarea {
  height: 100px;
}

.form-payment .payment-option {
  padding: 11px 20px;
  border-radius: 8px;
  border: 1px solid var(--Outline);
}
.form-payment .payment-option:not(:last-child) {
  margin-bottom: 19px;
}
.form-payment .payment-option .radio-item label {
  padding-left: 20px;
}
.form-payment .payment-option .radio-item label input {
  height: unset;
}
.form-payment .payment-option.active {
  background-color: var(--Color-1);
  padding: 20px 20px;
}
.form-payment input {
  height: 48px;
}

.form-login {
  padding: 11px 20px 19px;
  border-radius: 8px;
  border: 1px solid var(--Outline);
}
.form-login .title {
  position: relative;
  margin-bottom: 8px;
}
.form-login .title::after {
  position: absolute;
  content: "*";
  color: var(--Four);
}
.form-login .cols {
  margin-bottom: 12px;
}
.form-login input {
  height: 48px;
}

.form-appointment textarea {
  height: 86px;
}
.form-appointment .tf-btn {
  margin-top: 18px;
  width: 100%;
}
.form-appointment .cols {
  margin-bottom: 20px;
  gap: 23px 20px;
}
.form-appointment select {
  height: 49px;
}
.form-appointment input {
  height: 49px;
}

.form-fill-card {
  margin-top: 8px;
}
.form-fill-card p {
  margin-bottom: 19px;
}
.form-fill-card .card-number {
  position: relative;
}
.form-fill-card .card-number input {
  padding-right: 152px;
}
.form-fill-card .card-number .list-payment {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 11px;
}
.form-fill-card .checkbox-item {
  margin-top: 19px;
}

.form-coupon {
  width: 100%;
  position: relative;
}
.form-coupon input {
  height: 56px;
}
.form-coupon .tf-btn {
  position: absolute;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  right: 8px;
}

@keyframes effect-send {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translate3d(42px, -39px, 38px);
    opacity: 0;
  }
  50% {
    transform: translate3d(-42px, 39px, 38px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------ slider ---------------- */
.page-title-homepage-3 .pagination-page-title-home,
.page-title-homepage-4 .pagination-page-title-home {
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 19px;
}
.page-title-homepage-3 .pagination-page-title-home .swiper-pagination-bullet,
.page-title-homepage-4 .pagination-page-title-home .swiper-pagination-bullet {
  background-color: var(--White);
  position: relative;
}
.page-title-homepage-3 .pagination-page-title-home .swiper-pagination-bullet::before,
.page-title-homepage-4 .pagination-page-title-home .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-title-homepage-3 .pagination-page-title-home .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.page-title-homepage-4 .pagination-page-title-home .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 999px;
  border: 1px solid var(--White);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-title-homepage-4 .button {
  border-radius: 999px;
  color: var(--White);
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  width: 60px;
  top: 53%;
  transform: translateY(-50%);
  font-size: 28px;
}
.page-title-homepage-4 .button.swiper-button-disabled {
  background-color: var(--White);
  color: var(--Primary);
  opacity: 1;
}
.page-title-homepage-4 .button:hover {
  background-color: var(--White);
  color: var(--Primary);
}
.page-title-homepage-4 .swiper-button-prev {
  left: 40px;
}
.page-title-homepage-4 .swiper-button-prev::after {
  display: none;
}
.page-title-homepage-4 .swiper-button-next {
  right: 40px;
}
.page-title-homepage-4 .swiper-button-next::after {
  display: none;
}

.style-pagination {
  position: relative;
}
.style-pagination .swiper-pagination {
  position: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.style-pagination .swiper-pagination.pagination-layout {
  display: none;
}
.style-pagination .swiper-pagination.pagination-testimonial-1 {
  display: none;
}
.style-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: var(--White);
  border: 1px solid var(--Primary);
  opacity: 1;
}
.style-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--Primary);
}
.style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 999px;
  border: 1px solid var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-testimonial .pagination-testimonial {
  max-width: max-content;
  bottom: 73px;
  left: 13px;
}
.slider-testimonial .swiper-wrapper {
  height: auto;
}

.slider-layout-3 .swiper-slide {
  height: auto;
}

.slide-effect-fade .swiper-slide .fade-item {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-effect-fade .swiper-slide.swiper-slide-active .fade-item {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slide-effect-fade .swiper-slide.swiper-slide-active .fade-item.fade-item1 {
  transition-delay: 0.2s;
  transition-duration: 0.9s;
}
.slide-effect-fade .swiper-slide.swiper-slide-active .fade-item.fade-item2 {
  transition-delay: 0.4s;
  transition-duration: 0.9s;
}
.slide-effect-fade .swiper-slide.swiper-slide-active .fade-item.fade-item3 {
  transition-delay: 0.6s;
  transition-duration: 0.9s;
}
.slide-effect-fade .swiper-slide.swiper-slide-active .fade-item.fade-item4 {
  transition-delay: 0.8s;
  transition-duration: 0.9s;
}

/*------------ off canvas ---------------- */
.offcanvas {
  z-index: 3000;
}

.offcanvas-backdrop {
  cursor: url("../cursor-close.html"), auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offcanvas-search {
  height: max-content !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px) !important;
}
.offcanvas-search.show {
  transform: translateY(0px) !important;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--bg-4);
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
}
.offcanvas-search .offcanvas-body {
  padding: 60px 0;
}
.offcanvas-search .form-search-courses {
  overflow: hidden;
  border-radius: 4px;
}
.offcanvas-search .form-search-courses .button-submit button {
  background-color: var(--Color-1);
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--Color-1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas-search .form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Primary);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas-search .form-search-courses .button-submit button:hover i {
  color: var(--Four);
}

/*------------ product ---------------- */
/*------------ blog ---------------- */
.article-blog-item .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.article-blog-item .image-wrap a {
  width: 100%;
  height: 100%;
}
.article-blog-item .image-wrap img {
  width: 100%;
  object-fit: cover;
}
.article-blog-item .date-time {
  background-color: var(--Primary);
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 10px 13.5px;
  border-radius: 0px 0px 12px 0px;
}
.article-blog-item .date-time p {
  color: var(--White);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.article-blog-item .sub {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.article-blog-item .sub a {
  color: var(--Color-3);
}
.article-blog-item .sub a:hover {
  color: var(--Secondary);
}
.article-blog-item .title {
  margin-bottom: 8px;
}
.article-blog-item .title a {
  display: inline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.article-blog-item .tf-btn-link {
  margin-top: 24px;
}
.article-blog-item.h-400 .image-wrap img {
  height: 400px;
  object-fit: cover;
}
.article-blog-item.style-2 {
  height: 100%;
  padding: 20px 20px 10px;
  border-radius: 16px;
  border: 1px solid var(--Outline);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-blog-item.style-2:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.article-blog-item:hover .title a {
  background-size: 100% 1px;
}

/*section-blog-grid
------------------------------------------------------------------------------*/
.section-blog-grid .grid-layout-3 {
  gap: 39px 30px;
  margin-bottom: 39px;
}

/*section-blog-details
------------------------------------------------------------------------------*/
.section-blog-post .heading-blog {
  margin-bottom: 42px;
}
.section-blog-post .heading-blog .tag {
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--Color-1);
  border-radius: 40px;
  margin-bottom: 16px;
}
.section-blog-post .heading-blog .title {
  margin-bottom: 16px;
}
.section-blog-post .heading-blog .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 33px;
}
.section-blog-post .heading-blog .meta .meta-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-blog-post .heading-blog .meta .meta-item i {
  font-size: 20px;
}
.section-blog-post .heading-blog .meta .meta-item:not(:last-child) {
  position: relative;
}
.section-blog-post .heading-blog .meta .meta-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--Outline);
  right: -17px;
}
.section-blog-post .content-inner {
  margin-bottom: 40px;
}
.section-blog-post .main-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}
.section-blog-post .wrap-paragrahp {
  margin-bottom: 40px;
}
.section-blog-post .group-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 19px;
  margin-bottom: 40px;
}
.section-blog-post .group-image .image-wrap {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.section-blog-post .content-list {
  margin-bottom: 16px;
  padding-left: 28px;
}
.section-blog-post .content-list li {
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
.section-blog-post .content-list li::before {
  position: absolute;
  content: "•";
  left: -19px;
}
.section-blog-post .content-list li:not(:last-child) {
  margin-bottom: 12px;
}
.section-blog-post .wrap-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.section-blog-post .wrap-tag .tags p {
  display: inline;
  margin-right: 1px;
}
.section-blog-post .wrap-tag .tags a {
  font-size: 14px;
  line-height: 22px;
}
.section-blog-post .wrap-tag .wrap-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-blog-post .next-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 28px 0 25px;
  border-top: 1px solid var(--Outline);
  border-bottom: 1px solid var(--Outline);
  margin-bottom: 40px;
}
.section-blog-post .next-blog::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 90px;
  background-color: var(--Outline);
  left: 50%;
  transform: translateX(-50%);
}
.section-blog-post .next-blog a {
  text-transform: uppercase;
  color: var(--Four);
  font-weight: 600;
  margin-bottom: 10px;
}
.section-blog-post .next-blog a:hover {
  color: var(--Primary);
}
.section-blog-post .next-blog .previous,
.section-blog-post .next-blog .next {
  max-width: 385px;
}
.section-blog-post .next-blog .next {
  text-align: end;
}
.section-blog-post .next-blog .title a {
  color: var(--Primary);
}
.section-blog-post .next-blog .title a:hover {
  color: var(--Secondary);
}
.section-blog-post.blog-details-2 {
  position: relative;
  max-width: 970px;
  margin: -63px auto 0;
  padding: 60px 44px 0 46px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background-color: var(--White);
}
.section-blog-post.blog-details-2 .heading-blog {
  text-align: center;
}
.section-blog-post.blog-details-2 .heading-blog .meta {
  justify-content: center;
}

.comment-list-wrap {
  margin-bottom: 40px;
}
.comment-list-wrap .comment-list > li:not(:last-child) {
  margin-bottom: 24px;
}
.comment-list-wrap .title {
  margin-bottom: 24px;
}
.comment-list-wrap .comment-blog .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.comment-list-wrap .comment-blog .avatar {
  height: 52px;
  width: 52px;
  overflow: hidden;
  border-radius: 999px;
  flex: none;
}
.comment-list-wrap .comment-blog .avatar img {
  object-fit: cover;
}
.comment-list-wrap .comment-blog .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
.comment-list-wrap .comment-blog .meta li:not(:last-child) {
  position: relative;
}
.comment-list-wrap .comment-blog .meta li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  top: 50%;
  right: -16px;
  background-color: var(--Outline);
}
.comment-list-wrap .comment-blog .name {
  letter-spacing: 0.3px;
}
.comment-list-wrap .comment-blog .time {
  color: var(--Color-3);
}
.comment-list-wrap .comment-blog .comments {
  margin-bottom: 12px;
  line-height: 26px;
}
.comment-list-wrap .comment-blog .comment-reply {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.comment-list-wrap .parent {
  margin-bottom: 24px;
}
.comment-list-wrap .children {
  padding: 20px 24px;
  margin-top: 24px;
  background-color: var(--Color-1);
  border-radius: 8px;
}

.section-blog-news .heading-blog {
  margin-bottom: 40px;
}
.section-blog-news .heading-blog .title {
  margin-bottom: 12px;
}
.section-blog-news .grid-layout-3 {
  gap: 30px;
}
.section-blog-news.blog-details-2 .heading-blog {
  text-align: center;
}
.section-blog-news.blog-details-2 .heading-blog .meta {
  justify-content: center;
}

.tf-siderbar {
  max-width: 360px;
  margin-left: auto;
  position: sticky;
  top: 20px;
}
.tf-siderbar .sidebar-title {
  margin-bottom: 20px;
}
.tf-siderbar .article-blog-item {
  margin-bottom: 20px;
}
.tf-siderbar .article-blog-item .image-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.tf-siderbar .article-blog-item .sub {
  margin-bottom: 7px;
}
.tf-siderbar .list-post .box-listings {
  padding-top: 19px;
  border-top: 1px solid var(--Outline);
}
.tf-siderbar .list-post .box-listings:not(:last-child) {
  margin-bottom: 19px;
}

.box-listings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 28px;
}
.box-listings .image-wrap {
  flex: none;
  max-width: 112px;
  border-radius: 8px;
  overflow: hidden;
}
.box-listings .image-wrap a {
  width: 100%;
  height: 100%;
}
.box-listings .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 8px;
}
.box-listings .meta li {
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: var(--Color-3);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.box-listings .meta li a {
  color: var(--Color-3);
}
.box-listings .meta li a:hover {
  color: var(--Secondary);
}
.box-listings .meta li:not(:last-child) {
  position: relative;
}
.box-listings .meta li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--Outline);
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

.wrap-share {
  position: absolute;
  top: 295px;
  left: -43px;
}
.wrap-share p {
  margin-bottom: 14px;
  font-weight: 600;
}
.wrap-share .tf-social {
  flex-direction: column;
}

/*------------ testimonial ---------------- */
.wg-testimonial {
  padding: 69px 20px 60px 18px;
}
.wg-testimonial .rating {
  margin-bottom: 24px;
}
.wg-testimonial .rating i {
  font-size: 24px;
  color: var(--Primary);
}
.wg-testimonial .bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.wg-testimonial .bot .title {
  margin-bottom: 4px;
}
.wg-testimonial .bot p {
  color: var(--Color-3);
}
.wg-testimonial.style-text-center {
  padding: 40px;
  border-radius: 16px;
  background-color: var(--White);
}
.wg-testimonial.style-text-center .rating {
  justify-content: center;
}
.wg-testimonial.style-text-center .content {
  text-align: center;
}
.wg-testimonial.style-text-center .bot {
  justify-content: center;
}
.wg-testimonial.style-full {
  background-color: var(--Color-1);
  max-width: 926.02px;
  margin: 0 auto;
  padding: 0 0 53px;
}
.wg-testimonial.style-full .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px;
  align-items: center;
}

/*------------ accordion ---------------- */
.tf-accordion .tf-accordion-item:not(:last-child) {
  margin-bottom: 31px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Outline);
}
.tf-accordion .tf-accordion-body p {
  padding-top: 12px;
}
.tf-accordion .accordion-header {
  cursor: pointer;
}
.tf-accordion .accordion-header .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-accordion .accordion-header .title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tf-accordion .icon {
  display: block;
  position: relative;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.tf-accordion .icon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-accordion .icon::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------ shop ---------------- */
.box-tags-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.box-tags-item .item {
  margin: auto 0;
  border-radius: 2px;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.box-tags-item .item.new {
  padding: 0 8px;
  background-color: var(--Third);
  color: var(--Primary);
}
.box-tags-item .item.sale {
  padding: 0 4px;
  background-color: var(--Four);
  color: var(--White);
}

.product-item .image-wrap {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Outline);
  overflow: hidden;
  margin-bottom: 20px;
}
.product-item .image-wrap img {
  width: 100%;
  object-fit: cover;
}
.product-item .image-wrap .box-tags-item {
  position: absolute;
  top: 15px;
  left: 15px;
}
.product-item .image-wrap .list-product-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 14px;
  right: 15px;
  flex-direction: column;
  gap: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .image-wrap .list-product-btn .btn-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--White);
  border: 1px solid var(--Outline);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
  cursor: pointer;
  color: var(--Primary);
  position: relative;
  opacity: 0;
  transform: translateX(12px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .image-wrap .list-product-btn .btn-icon i {
  font-size: 16px;
}
.product-item .image-wrap .list-product-btn .btn-icon:hover, .product-item .image-wrap .list-product-btn .btn-icon.active {
  background: var(--Primary);
  border: 1px solid var(--Primary);
  color: var(--White);
}
.product-item .image-wrap .list-product-btn .box-wishlist {
  transition: transform 0.4s ease 0s, opacity 0s ease 0s;
}
.product-item .image-wrap .list-product-btn .box-compare {
  transition: transform 0.4s ease 0.2s, opacity 0.2s ease 0s;
}
.product-item .image-wrap .list-product-btn .box-view {
  transition: transform 0.4s ease 0.3s, opacity 0.3s ease 0s;
}
.product-item .image-wrap .tf-btn {
  position: absolute;
  margin: 0 15px;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 40px;
  width: calc(100% - 30px);
}
.product-item .wrap-rating-product {
  margin-bottom: 7px;
}
.product-item .content {
  text-align: center;
}
.product-item .content .wrap-rating {
  gap: 8px;
}
.product-item .content .name {
  margin-bottom: 8px;
}
.product-item .content .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.product-item .content .price span {
  font-size: 16px;
  line-height: 26px;
  text-decoration: line-through;
  color: var(--Color-3);
}
.product-item .tooltip {
  top: -4px;
  right: 40px;
}
.product-item .tooltip::before {
  right: -4px;
  left: unset;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.product-item:hover .image-wrap .btn-icon {
  opacity: 1;
  transform: translateX(0px);
}
.product-item:hover .image-wrap .tf-btn {
  bottom: 10px;
  opacity: 1;
}

.wrap-rating-product .rating {
  gap: 2px;
}
.wrap-rating-product span {
  font-size: 14px;
  line-height: 22px;
}

.shop-details .image-wrap {
  position: sticky;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--Outline);
}
.shop-details .content-inner {
  padding-bottom: 23px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Outline);
}
.shop-details .content-inner .product-title {
  margin-bottom: 12px;
}
.shop-details .content-inner .wrap-status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 23px;
}
.shop-details .content-inner .sold {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop-details .content-inner .sold i {
  color: var(--Four);
  font-size: 20px;
  animation: tf-ani-flash 2s infinite;
}
.shop-details .content-inner .price {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.shop-details .content-inner .price .original-price {
  color: var(--Color-3);
  margin-left: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.shop-details .content-inner .box-tags-item {
  margin-left: 16px;
}
.shop-details .content-inner .box-tags-item .item {
  border-radius: 144px;
  padding: 0 8px;
}
.shop-details .content-inner .description {
  color: var(--Color-3);
}
.shop-details .quantity-title {
  margin-bottom: 13px;
}
.shop-details .tf-product-buy-button {
  margin-bottom: 25px;
}
.shop-details .tf-product-buy-button form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.shop-details .tf-product-buy-button .btn-add-to-cart {
  flex-grow: 1;
}
.shop-details .tf-product-btn-wishlist {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Outline);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Primary);
  cursor: pointer;
}
.shop-details .tf-product-btn-wishlist .icon {
  font-size: 24px;
}
.shop-details .tf-product-btn-wishlist .tooltip {
  top: -109%;
  margin-top: 5px;
}
.shop-details .tf-product-btn-wishlist:hover {
  background-color: var(--Primary);
}
.shop-details .tf-product-btn-wishlist:hover .icon {
  color: var(--White);
}
.shop-details .wg-quantity {
  margin-bottom: 26px;
}
.shop-details .btns-full {
  width: 100%;
  margin-top: 5px;
}
.shop-details .tf-product-help {
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--Outline);
}
.shop-details .tf-action-btns > *:last-child {
  display: none;
}
.shop-details .tf-action-btns.active > *:first-child {
  display: none;
}
.shop-details .tf-action-btns.active > *:last-child {
  display: block;
}

.wg-quantity {
  width: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 99px;
  border: 2px solid var(--Outline);
  height: 48px;
}
.wg-quantity input {
  width: 51px;
  padding: 0;
  height: 48px;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--Primary);
}
.wg-quantity .quantity-product {
  pointer-events: none;
}
.wg-quantity .btn-quantity {
  width: 50px;
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--Primary);
  cursor: pointer;
  flex: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tooltip {
  z-index: 202;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--Primary);
  color: var(--White);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 7px 10px 9px;
  max-width: 250px;
  width: max-content;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
}
.tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  position: absolute;
  background: var(--Primary);
  width: 8px;
  height: 8px;
  z-index: 100;
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
.hover-tooltip.center .tooltip {
  left: 50%;
  transform: translateX(-50%);
}

.tf-product-extra-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 34px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.tf-product-extra-link li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  gap: 4px;
}
.tf-product-extra-link li a i {
  font-size: 20px;
}
.tf-product-extra-link li:not(:last-child) {
  position: relative;
}
.tf-product-extra-link li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: -20px;
  background-color: var(--Outline);
  top: 0;
}

.tf-product-time,
.tf-product-return {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4.5px;
}
.tf-product-time i,
.tf-product-return i {
  font-size: 20px;
  color: var(--Primary);
}
.tf-product-time p,
.tf-product-return p {
  color: var(--Color-3);
}
.tf-product-time span,
.tf-product-return span {
  color: var(--Primary);
}

.tf-product-return {
  gap: 4px;
}

.tf-product-view {
  gap: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tf-product-view i {
  font-size: 20px;
  color: var(--Primary);
}

.more-infor li {
  font-size: 14px;
  line-height: 22px;
}
.more-infor li:not(:last-child) {
  margin-bottom: 4px;
}
.more-infor li span {
  color: var(--Color-3);
}

/*------------ map ---------------- */
.map-box {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#map .marker {
  cursor: pointer;
  position: relative;
}
#map .marker::after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e90a";
  font-family: "icomoon";
  position: absolute;
  font-size: 28px;
  height: 44px;
  width: 44px;
  top: 50%;
  left: 50%;
  background-color: var(--White);
  transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: -1;
  border-radius: 999px;
}
#map .marker::before {
  content: "";
  position: absolute;
  font-size: 28px;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  background-color: var(--Primary);
  opacity: 0.1;
  transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: -1;
  border-radius: 999px;
}

.mapboxgl-ctrl-attrib a,
.mapboxgl-ctrl-attrib.mapboxgl-compact,
a.mapboxgl-ctrl-logo {
  display: none !important;
}

/*------------ animation ---------------- */
.hover-img .image-wrap {
  overflow: hidden;
}
.hover-img .image-wrap img {
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, -4px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 2px solid rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    transform: translate(-1px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
}
.effec-overlay {
  position: relative;
  overflow: hidden;
}
.effec-overlay img {
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.effec-overlay::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 6;
  bottom: 0;
}
.effec-overlay::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  z-index: 6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effec-overlay:hover img {
  transform: scale(1.1);
}
.effec-overlay:hover::after {
  height: 100%;
}
.effec-overlay:hover::before {
  height: 100%;
}

.effec-icon .icon i,
.effec-icon .icon svg,
.effec-icon .item i,
.effec-icon .item svg {
  transition: all 0.6s ease-in-out;
}
.effec-icon:hover .icon i,
.effec-icon:hover .icon svg,
.effec-icon:hover .item i,
.effec-icon:hover .item svg {
  transform: rotateY(180deg);
}

.animation-float,
.animation-float-small {
  animation: float 2s linear 0.5s infinite alternate both;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 2px 0 var(--Primary);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 2px 0 var(--Primary);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 2px 0 var(--Primary);
  }
}
@keyframes tf-ani-flash {
  50%, 0%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*------------ zoom ---------------- */
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.section-image-zoom .other-image-zoom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-image-zoom.zoom-active .other-image-zoom {
  opacity: 0.3;
}

.pswp__bg {
  background: var(--white);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--white);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--white);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-model-viewer model-viewer {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.tf-model-viewer model-viewer.disabled {
  pointer-events: none;
}
.tf-model-viewer.active model-viewer {
  pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
  display: none;
}

/*------------ nice-select ---------------- */
.nice-select {
  border-radius: 4px;
  padding: 9px 12px;
  width: 164px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 1px solid var(--Outline);
  cursor: pointer;
  background-color: var(--White);
}
.nice-select::after {
  content: "\e901";
  right: 10px;
  color: var(--Primary);
  font-family: "icomoon";
  font-size: 20px;
  position: absolute;
  transform: rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nice-select > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--Primary);
}
.nice-select > .list {
  position: absolute;
  top: 101%;
  left: 0;
  border: 1px solid var(--Outline);
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  background-color: var(--White);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nice-select > .list .option {
  width: 100%;
  padding: 10px 10px;
  color: var(--Primary);
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}
.nice-select > .list .option:not(:last-child) {
  margin-bottom: 3px;
}
.nice-select > .list .option:hover {
  background-color: var(--Outline);
}
.nice-select > .list .option.selected {
  color: var(--Primary);
  background-color: var(--Outline);
}
.nice-select > .list .option.selected::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e916";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.nice-select.open {
  border-color: var(--Outline) !important;
  z-index: 50;
}
.nice-select.open::after {
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  visibility: visible;
}

/*------------ nice-select ---------------- */
[data-theme-color=theme-primary] {
  --Secondary: #fedac2;
}

[data-theme-color=theme-green] {
  --Secondary: #378c4c;
}

[data-theme-color=theme-green-2] {
  --Secondary: #04d9b2;
}

[data-theme-color=theme-orange] {
  --Secondary: #ff9c2e;
}

[data-theme-color=theme-orange-2] {
  --Secondary: #fa6900;
}

[data-theme-color=theme-orange-3] {
  --Secondary: #f2949c;
}

[data-theme-color=theme-pink] {
  --Secondary: #fe4365;
}

[data-theme-color=theme-purple] {
  --Secondary: #9b72f2;
}

[data-theme-color=theme-blue] {
  --Secondary: #69d2e7;
}

[data-theme-color=theme-blue-2] {
  --Secondary: #a7dbd8;
}

[data-theme-color=theme-blue-3] {
  --Secondary: #4ecdc4;
}

[data-theme-color=theme-dark] {
  --Secondary: #6f91a6;
}

/*------------ widgets ---------------- */
.wg-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.wg-pagination li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid var(--Outline);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-pagination li a {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-pagination li i {
  font-size: 24px;
}
.wg-pagination li:hover, .wg-pagination li.active {
  color: var(--White);
  background-color: var(--Primary);
}
.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White);
}

.radio-item label {
  padding-left: 18px;
  cursor: pointer;
  position: relative;
}
.radio-item label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.radio-item label input:checked ~ .btn-radio {
  border: 1px solid var(--Primary);
}
.radio-item label input:checked ~ .btn-radio::after {
  display: block;
}
.radio-item label .btn-radio {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--Primary);
}
.radio-item label .btn-radio::after {
  content: "";
  position: absolute;
  display: none;
  width: 8px;
  height: 8px;
  background-color: var(--Primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-item label {
  padding-left: 26px;
  cursor: pointer;
  position: relative;
}
.checkbox-item label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.checkbox-item label input:checked ~ .btn-checkbox {
  border: 1px solid var(--Primary);
  background-color: var(--Primary);
}
.checkbox-item label input:checked ~ .btn-checkbox:after {
  display: block;
}
.checkbox-item label .btn-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--Outline);
}
.checkbox-item label .btn-checkbox:after {
  content: "\e917";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 16px;
  top: 0px;
  left: 0px;
  color: var(--White);
  display: none;
}

.tf-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.tf-social li a {
  padding: 10px;
  border: 1px solid var(--Border);
  border-radius: 999px;
}
.tf-social li a:hover {
  background-color: var(--Secondary);
}
.tf-social li a:hover svg path {
  stroke: var(--Primary);
}
.tf-social.style-1 {
  gap: 12px;
}
.tf-social.style-1 li a {
  height: 35px;
  width: 35px;
  border: 1px solid var(--Outline);
}
.tf-social.style-1 li a:hover {
  background-color: var(--Secondary);
}

/* Specific hover colors for each platform */
#footer .tf-social li a { /* X/Twitter */
    background: #fedac2;
    color: #000;
    border-radius: 8px;
}

/* Ensure SVG strokes remain white on hover */
#footer .tf-social li a:hover path {
    stroke: white !important;
}

/* For Instagram specifically, ensure the filled part remains white */
#footer .tf-social li:nth-child(2) a:hover path[fill="white"] {
    fill: white !important;
}

#footer .tf-social svg {
    transition: all 0.3s ease;
}

#footer .tf-social li a:hover svg {
    transform: scale(1.1);
}
#footer .tf-social li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Simple Sister Sites Styles */
.sister-sites {
    margin: 20px 0;
}

.sister-sites .title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.9;
}

.sister-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sister-link {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.sister-link:hover {
    color: #fff;
}

.sister-link i {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.sister-link:hover i {
    transform: translateX(3px);
}
.locate-box{    max-width: 460px;
    width: 100%;     padding: 3em 2em;}
.locate-box h4{    margin-bottom: 25px; text-align: left; border-bottom: 3px solid; width: max-content; padding-bottom: 8px;} 
.section-contact .quickFormPage form{max-width: 100%;}
.section-contact .quickFormPage form textarea{    height: 90px;}
.section-contact .list-info li:not(:last-child){    margin-bottom: 30px; line-height: 1.5;}
.rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rating i {
  color: #f4d118;
  font-size: 12px;
}

.tf-dropdown-sort {
  cursor: pointer;
}
.tf-dropdown-sort .btn-select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tf-dropdown-sort .select-item {
  font-size: 14px;
  color: var(--Primary);
  padding: 0 10px;
  line-height: 22px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-dropdown-sort .select-item:hover {
  background-color: var(--Outline);
}
.tf-dropdown-sort.tf-languages {
  width: 45px;
}
.tf-dropdown-sort.tf-languages .btn-select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: var(--Primary);
}
.tf-dropdown-sort.tf-languages .btn-select i {
  font-size: 12px;
}
.tf-dropdown-sort.tf-languages .dropdown-menu {
  width: 96px;
  background-color: var(--White);
  margin-bottom: 10px !important;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid var(--Outline);
  z-index: 999;
}

.list-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.list-check .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
}
.list-check .title i {
  color: var(--Secondary);
  overflow: hidden;
  position: relative;
  font-size: 24px;
}
.list-check .title i::after {
  position: absolute;
  content: "";
  background-color: var(--Primary);
  border-radius: 999px;
  width: 15px;
  height: 10px;
  left: 2px;
  top: 7px;
  z-index: -1;
}

.service-item {
  background-color: var(--White);
  padding: 24px 28px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item.h-280 {
  min-height: 280px;
}
.service-item .content {
  position: relative;
}
.service-item .content .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
.service-item .content .title a {
  color: var(--Primary);
}
.service-item .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item:hover {
  background-color: var(--Secondary);
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.service-item.style-2 {
  border-radius: 12px;
  background-color: var(--White);
}
.service-item.style-2::after {
  display: none;
}
.service-item.style-2 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.service-item.style-2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item.style-2 .image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-item.style-2:hover .image-wrap {
  width: 100%;
}
.service-item.style-2:hover .content .title a,
.service-item.style-2:hover .content p {
  color: var(--White);
}
.service-item.style-2:hover .content .title a:hover {
  color: var(--Secondary);
}
.service-item.style-2:hover .tf-btn-link span,
.service-item.style-2:hover .tf-btn-link i {
  color: var(--White);
}
.service-item.style-2:hover .tf-btn-link:hover i {
  color: var(--White);
}
.service-item.style-2:hover .tf-btn-link:hover span::after {
  background-color: var(--White);
}
.service-item.style-3 .content {
  margin-bottom: 24px;
}
.service-item.style-3 .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.service-item.style-3 .image-wrap a {
  width: 100%;
  height: 100%;
}
.service-item.style-3 .image-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;
}

.wrap-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 43.33px;
}
.wrap-process.list {
  grid-template-columns: repeat(1, 1fr) !important;
}

.process-item:not(.style-no-icon) {
  text-align: center;
}
.process-item:not(.style-no-icon) .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  margin: 0 auto;
  font-size: 32px;
  background-color: var(--White);
  border-radius: 999px;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-item:not(.style-no-icon) .line {
  position: absolute;
  height: 4px;
  width: 263px;
  background-color: var(--Outline);
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-item:not(.style-no-icon) .title {
  margin-bottom: 8px;
}
.process-item.style-has-icon:not(.process-item.style-has-icon.style-no-line):hover .item {
  background-color: var(--Secondary);
}
.process-item.style-has-icon:not(.process-item.style-has-icon.style-no-line):hover .line {
  background-color: var(--Secondary);
}
.process-item.style-has-icon:not(.process-item.style-has-icon.style-no-line):hover ~ .process-item .item {
  background-color: var(--Secondary);
}
.process-item.style-has-icon:not(.process-item.style-has-icon.style-no-line):hover ~ .process-item .line {
  background-color: var(--Secondary);
}
.process-item.style-has-icon .item {
  width: 112px;
  height: 112px;
  background-color: var(--Outline);
}
.process-item.style-has-icon .item i {
  font-size: 60px;
}
.process-item.style-has-icon .number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: var(--Primary);
  color: var(--White);
  font-size: 20px;
  top: -1px;
  right: 0px;
}
.process-item.style-no-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: start;
  gap: 30px;
  padding: 40px;
  border: 1px solid var(--Outline);
  border-radius: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-item.style-no-line .item {
  flex: none;
  background-color: var(--Color-1);
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-item.style-no-line:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.process-item.style-no-line:hover .item {
  background-color: var(--Secondary);
}
.process-item.style-no-icon {
  display: block;
  padding: 29px 26px 30px 30px;
  position: relative;
  background-color: var(--White);
  border-radius: 12px;
}
.process-item.style-no-icon .item {
  background-color: unset !important;
  margin: 0;
  margin-bottom: 20px;
}
.process-item.style-no-icon .item .step {
  font-weight: 600;
  letter-spacing: 0.08rem;
}
.process-item.style-no-icon .content .title {
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}
.process-item.style-no-icon .number {
  position: absolute;
  font-size: 100px;
  line-height: 88px;
  color: var(--Primary);
  opacity: 0.06;
  font-weight: 700;
  top: 24px;
  left: 24px;
  z-index: 1;
}

.icons-box {
  padding: 31px 32px 32px;
  border-radius: 20px;
  background-color: var(--White);
  border: 1px solid var(--Outline);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icons-box .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.icons-box .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  font-size: 36px;
  background-color: var(--Color-1);
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.icons-box p {
  color: var(--Color-3);
}
.icons-box:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.icons-box:hover .icon {
  background-color: var(--Secondary);
}

.wrap-icons-box-list .icons-box-list:not(:last-child) {
  margin-bottom: 40px;
}
.wrap-icons-box-list .icons-box-list:not(:last-child) .icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 72px;
  background-color: var(--Secondary);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.icons-box-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.icons-box-list .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  font-size: 36px;
  background-color: var(--Secondary);
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex: none;
  position: relative;
}
.icons-box-list .title {
  margin-bottom: 12px;
}
.icons-box-list p {
  color: var(--Color-3);
}

.wrap-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.wrap-counter .counter-item:not(.has-icon):not(:last-child) {
  border-right: 1px solid var(--Outline);
  padding-right: 79px;
}
.wrap-counter .counter-item:not(.has-icon):not(:first-child) {
  padding-left: 79px;
}
.wrap-counter .counter-item.has-icon span {
  font-size: 32px;
  line-height: 40px;
}
.wrap-counter .counter-item.has-icon p {
  font-size: 18px;
  line-height: 30px;
}
.wrap-counter .counter-item.has-icon:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Outline);
}
.wrap-counter .counter-item.has-icon:not(:first-child) {
  padding-left: 10px;
}
.wrap-counter.layout-2 {
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.wrap-counter.layout-2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--Outline);
  left: 50%;
  transform: translateX(-50%);
}
.wrap-counter.layout-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--Outline);
  top: 50%;
  transform: translateY(-50%);
}
.wrap-counter.layout-2 .counter-item {
  padding: 41px 0 40px 0 !important;
  border: none !important;
  max-width: 314px;
  width: 50%;
  align-items: start;
}
.wrap-counter.layout-2 .counter-item .count p {
  letter-spacing: unset;
}
.wrap-counter.layout-2 .counter-item:nth-child(even) {
  padding-left: 40px !important;
}

.counter-item .count p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.7px;
}
.counter-item .counter-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  width: max-content;
}
.counter-item .odometer .odometer-value {
  width: 100%;
  text-align: right !important;
}
.counter-item .odometer .odometer-digit {
  vertical-align: unset !important;
}
.counter-item span {
  color: var(--Primary);
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
      font-family: 'Poppins', sans-serif;
}
.counter-item .sub {
  position: relative;
  top: -2px;
  left: 6px;
}
.counter-item.has-icon {
  text-align: start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-item.has-icon .icon {
  font-size: 68px;
}
.counter-item.has-icon .counter-number {
  justify-content: start !important;
}

.team-item {
  position: relative;
  overflow: hidden;
}
.team-item .image-wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.team-item .image-wrap a {
  position: relative;
}
.team-item .image-wrap a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item .image-wrap img {
  width: 100%;
  object-fit: cover;
}
.team-item .name {
  margin-bottom: 4px;
}
.team-item .name a {
  position: relative;
}
.team-item .name a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--Primary);
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item p {
  color: var(--Color-3);
}
.team-item .tf-social {
  position: absolute;
  flex-direction: column;
  padding: 8px;
  width: max-content;
  top: 12px;
  right: -41%;
  background-color: var(--White);
  border-radius: 12px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.team-item .tf-social li {
  font-size: 20px;
}
.team-item .tf-social li a {
  color: var(--Primary);
  height: 36px;
  width: 36px;
  padding: 8px;
}
.team-item .tf-social li a:hover {
  color: var(--White);
  background-color: var(--Primary);
}
.team-item:hover .image-wrap a::after {
  width: 100%;
}
.team-item:hover h5 a::after {
  width: 100%;
}
.team-item:hover .tf-social {
  right: 12px;
}

.therapist-details .widget {
  margin-bottom: 52px;
}
.therapist-details .content .heading .sub {
  line-height: 22px;
  margin-bottom: 12px;
}
.therapist-details .content .heading .name {
  margin-bottom: 24px;
}
.therapist-details .content p {
  color: var(--Color-3);
}
.therapist-details .content .tf-social {
  margin-bottom: 24px;
}
.therapist-details .infor ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.therapist-details .infor ul li {
  width: 50%;
}
.therapist-details .infor ul li p {
  text-transform: uppercase;
  color: var(--Color-3);
  margin-bottom: 8px;
}
.therapist-details .experience .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.therapist-details .experience .item:not(:last-child) {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Outline);
  margin-bottom: 20px;
}
.therapist-details .experience .tag {
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.therapist-details .experience .text {
  text-align: end;
}

.wrap-rating-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wrap-rating-product .rating i {
  font-size: 16px;
}
.wrap-rating-product .rating i:last-child {
  color: var(--Outline);
}

.wg-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px 10px 21px;
  background-color: var(--Color-1);
  border-radius: 8px;
}
.wg-filter .grop-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}
.wg-filter .grop-filter .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop-cart-wrap {
  padding: 60px 0;
}
.shop-cart-wrap .heading {
  margin-bottom: 30px;
}
.shop-cart-wrap .heading .time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px 10px;
  background-color: var(--Color-1);
  border-radius: 4px;
  margin-bottom: 20px;
}
.shop-cart-wrap .heading .time img {
  animation: tf-ani-flash 2s infinite;
  width: 24px;
}
.shop-cart-wrap .heading .time p > span {
  padding-right: 3px;
}
.shop-cart-wrap .heading .deal p {
  margin-bottom: 11px;
}
.shop-cart-wrap .heading .deal p span {
  font-weight: 600;
}
.shop-cart-wrap .table-shop-cart {
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  margin-bottom: 18px;
  max-width: 850px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-head {
  display: flex;
  border-radius: 4px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--Outline);
  gap: 45px;
  width: 100%;
  width: 850px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-head .item {
  font-size: 16px;
  font-weight: 500;
}
.shop-cart-wrap .table-shop-cart .shop-cart-head li:nth-child(1) {
  width: 380px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-head li:nth-child(2) {
  width: 70px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-head li:nth-child(3) {
  width: 100px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-head li:nth-child(4) {
  width: 100px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner {
  display: flex;
  flex-direction: column;
  width: 850px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li {
  padding: 20px 0;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li:not(:last-child) {
  border-bottom: 1px solid var(--Outline);
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item {
  display: flex;
  align-items: center;
  gap: 45px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item .produc-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item .produc-item .image-wrap {
  width: 100px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li p {
  font-weight: 600;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(1) {
  min-width: 380px;
  flex: none;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(2) {
  min-width: 70px;
  flex: none;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(3) {
  min-width: 100px;
  flex: none;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(3) .wg-quantity {
  width: 100px;
  border-radius: 4px;
  border: 1px solid var(--Outline);
  height: 38px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(3) .wg-quantity input {
  width: 30px;
  height: 38px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(3) .wg-quantity .btn-quantity {
  width: 30px;
  height: 32px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(4) {
  position: relative;
  width: max-content;
  flex: none;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(5) {
  width: 20px;
  margin-left: 16px;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(5) .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid var(--Four);
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-cart-wrap .table-shop-cart .shop-cart-inner > li .shop-cart-item li:nth-child(5):hover .icon {
  background-color: var(--Four);
  color: var(--White);
}
.shop-cart-wrap .shop-cart-bottom {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  width: auto;
}
.shop-cart-wrap .shop-cart-bottom .tf-btn {
  padding: 0 24px;
}
.shop-cart-wrap .sidebar-shop {
  padding: 22px 24px 22px;
  border: 1px solid var(--Outline);
  border-radius: 8px;
}
.shop-cart-wrap .sidebar-shop .cart-total-title {
  margin-bottom: 20px;
}
.shop-cart-wrap .sidebar-shop .cart-total-bill .sub-total,
.shop-cart-wrap .sidebar-shop .cart-total-bill .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.shop-cart-wrap .sidebar-shop .cart-total-bill .sub-total:not(:last-child),
.shop-cart-wrap .sidebar-shop .cart-total-bill .item:not(:last-child) {
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--Outline);
}
.shop-cart-wrap .sidebar-shop .cart-total-bill .sub-total.total,
.shop-cart-wrap .sidebar-shop .cart-total-bill .item.total {
  margin-bottom: 20px;
}
.shop-cart-wrap .sidebar-shop .shipping .list-check-radio .item-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 33px;
}
.shop-cart-wrap .sidebar-shop .shipping .list-check-radio .item-check:not(:last-child) {
  margin-bottom: 5px;
}
.shop-cart-wrap .sidebar-shop .shipping .list-check-radio .item-check label {
  color: var(--Color-3);
}
.shop-cart-wrap .sidebar-shop .shipping .list-check-radio .item-check .btn-radio {
  border-color: var(--Placeholder);
}
.shop-cart-wrap .sidebar-shop .shipping .list-check-radio .item-check input:checked ~ .btn-radio {
  border-color: var(--Secondary);
}
.shop-cart-wrap .sidebar-shop .shipping .list-check-radio .item-check input:checked ~ .btn-radio::after {
  background-color: var(--Secondary);
}
.shop-cart-wrap .sidebar-shop .shipping .list-check-radio .item-check input:checked ~ .title {
  color: var(--Primary);
}
.shop-cart-wrap .sidebar-shop .bot {
  text-align: center;
}
.shop-cart-wrap .sidebar-shop .bot .tf-btn {
  margin-bottom: 12px;
}
.shop-cart-wrap .sidebar-shop .bot p {
  margin-bottom: 18px;
}

.shop-cart-check-out .title {
  margin-bottom: 32px;
}
.shop-cart-check-out .list-product {
  margin-bottom: 32px;
}
.shop-cart-check-out .list-product > li {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Outline);
  margin-bottom: 20px;
}
.shop-cart-check-out .list-product .produc-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-cart-check-out .list-product .produc-item .wrap-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.shop-cart-check-out .list-product .produc-item .wrap-info .image-wrap {
  width: 100px;
}
.shop-cart-check-out .wrap-discount {
  margin-bottom: 30px;
}
.shop-cart-check-out .wrap-discount form {
  margin-bottom: 12px;
}
.shop-cart-check-out .wrap-total .shipping {
  margin-bottom: 20px;
}
.shop-cart-check-out .wrap-total .shipping p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.shop-cart-check-out .wrap-total .shipping .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.shop-cart-check-out .wrap-total .total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.shop-cart-check-out .wrap-total .total-item {
  padding-top: 20px;
  border-top: 1px solid var(--Outline);
}
.shop-cart-check-out .tf-btn {
  padding: 0 24px;
}

.countdown__timer {
  display: inline-block;
}
.countdown__timer .countdown__item {
  color: var(--Four);
}
.countdown__timer .countdown__item:nth-child(3) {
  margin-right: 6px;
  position: relative;
}
.countdown__timer .countdown__item:nth-child(3)::after {
  position: absolute;
  content: ":";
  color: var(--Four);
  font-size: 14px;
}

.pricing-item {
  background-color: var(--White);
  border-radius: 20px;
  padding: 32px 32px 33px;
  position: relative;
  overflow: hidden;
}
.pricing-item .pricing {
  margin-bottom: 20px;
}
.pricing-item .pricing h5 {
  margin-bottom: 12px;
}
.pricing-item .pricing p {
  color: var(--Color-3);
}
.pricing-item .description {
  color: var(--Color-3);
  margin-bottom: 19px;
}
.pricing-item .list-check {
  gap: 12px;
  padding-top: 32px;
  border-top: 1px solid var(--Outline);
  margin-bottom: 26px;
}
.pricing-item .list-check li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.pricing-item .list-check li i {
  font-size: 24px;
  color: var(--Secondary);
}
.pricing-item .item {
  position: absolute;
  max-width: 153px;
  top: -22px;
  right: -40px;
}
.pricing-item .sale-off {
  position: absolute;
  padding: 7px 0px 7px 16px;
  border-radius: 100px 0 0 100px;
  background-color: var(--Secondary);
  width: 141px;
  top: 30px;
  right: 0;
}
.pricing-item .sale-off p {
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
}

.box-benefits {
  padding: 20.5px 20px 20.5px 0;
}
.box-benefits .heading-section {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--Outline);
}
.box-benefits .list-check {
  margin-bottom: 35px;
}

.list-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.list-info li i {
  font-size: 24px;
}
.list-info li:not(:last-child) {
  margin-bottom: 14px;
}

.wg-progress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wg-progress .number {
  font-weight: 600;
}
.wg-progress i {
  color: var(--Third);
}
.wg-progress .progress {
  flex-grow: 1;
  border-radius: 0;
  height: 12px;
  max-width: 440.15px;
}
.wg-progress .progress .progress-bar {
  background-color: var(--Primary);
}

.wg-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 10px;
}
.wg-rating .rate {
  text-align: center;
}
.wg-rating .rate .number {
  font-size: 80px;
  line-height: 88px;
  font-weight: 500;
}
.wg-rating .rate .rating {
  justify-content: center;
  gap: 2px;
}
.wg-rating .rate .rating i {
  font-size: 24px;
}
.wg-rating .rate .rating i:last-child {
  color: var(--Outline);
}
.wg-rating .star {
  flex-grow: 1;
  max-width: 528.15px;
  width: 100%;
}
.wg-rating .tf-btn {
  flex: none;
}

#loading {
  background-color: var(--Color-1);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  right: 0px;
  z-index: 999999;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading #loading-center .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader .icon {
  position: absolute;
  max-width: 80px;
}
#loading #loading-center .loader-container .loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.progress-wrap {
  position: fixed;
  bottom: 115px;
  right: 25px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--White);
  border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap::after {
  position: absolute;
  content: "\e927";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--Black);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Black);
  stroke-width: 4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.flat-alert {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.flat-alert.msg-success {
  color: #1a5707;
}
.flat-alert.msg-error {
  color: var(--Four);
}
.flat-alert .close {
  font-size: 14px;
}

.subscribe-msg .notification_ok {
  color: var(--White);
}

.widget-video .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.widget-video .btn-video i {
  color: var(--Primary);
  opacity: 0.8;
  font-size: 25px;
  margin-left: 4px;
}
.widget-video .btn-video::after, .widget-video .btn-video::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  animation: ripple 3s infinite;
}
.widget-video .btn-video::after {
  animation-delay: 0.5s;
}
.widget-video .btn-video::before {
  animation-delay: 0.9s;
}

/*------------ sections ---------------- */
.tf-spacing-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 90px;
}

.tf-spacing-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tf-spacing-5 {
  padding-top: 85px;
  padding-bottom: 80px;
}

.tf-spacing-6 {
  padding-top: 59px;
  padding-bottom: 80px;
}

/*main-content
------------------------------------------------------------------------------*/
.main-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-content.page-blog-details-2 {
  padding-top: 0 !important;
  padding-bottom: 80px;
}
.main-content.page-blog {
  padding-top: 80px;
  padding-bottom: 80px;
}
.main-content.home-page-2 {
  padding-bottom: 0 !important;
}
.main-content.home-page-4 {
  padding-top: 0 !important;
}
.main-content.home-page-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.main-content.page-contact {
  padding-top: 0 !important;
}

.main-content-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.main-content-2.page-shop-check-out {
  position: relative;
}
.main-content-2.page-shop-check-out::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Outline);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.main-content-2.page-appointment {
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px;
}
.heading-section .sub {
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.heading-section h3 {
  text-transform: capitalize;
}
.heading-section .description {
  margin-top: 4px;
  color: var(--Color-3);
}

.grid-layout-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-layout-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/*page-title
------------------------------------------------------------------------------*/
.page-title {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: var(--Color-1);
}
.page-title .title {
  margin-bottom: 12px;
}
.page-title .breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.page-title .breadcrumbs a:hover {
  color: var(--Secondary-color);
}
.page-title .breadcrumbs li {
  color: var(--Text-2);
  line-height: 26px;
  position: relative;
}
.page-title .breadcrumbs li:not(:last-child)::after {
  content: "/";
  position: absolute;
  font-size: 17px;
  right: -13px;
  color: var(--Color-3);
}
.page-title .breadcrumbs li:last-child {
  color: var(--Color-3);
  flex-shrink: 1;
}
.page-title.page-details, .page-title.page-details-2, .page-title.page-shop-details {
  padding-top: 20px;
  padding-bottom: 0;
  background-color: var(--White);
}
.page-title.page-details .breadcrumbs, .page-title.page-details-2 .breadcrumbs, .page-title.page-shop-details .breadcrumbs {
  justify-content: start;
}
.page-title.page-details-2 {
  padding-top: 0;
}
.page-title.page-details-2 .breadcrumbs {
  padding-bottom: 20px;
  padding-top: 20px;
}

/*page-title-homepage-1
------------------------------------------------------------------------------*/
.page-title-homepage-1 {
  padding-top: 0;
  padding-bottom: 0;
  text-align: start;
  background-color: var(--Color-1);
}
.page-title-homepage-1 .page-video {
  width: 100%;
  height: 680px;
  object-fit: cover;
}
.page-title-homepage-1 .content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  gap: 30px;
}
.page-title-homepage-1 .content-inner .title {
  max-width: 760px;
}
.page-title-homepage-1 .content-inner .content-right {
  max-width: 677px;
}
.page-title-homepage-1 .content-inner .description {
  padding-bottom: 27px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Outline);
}
.page-title-homepage-1 .bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px 40px;
  flex-wrap: wrap;
}
.page-title-homepage-1 .bot .phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/*page-title-homepage-2
------------------------------------------------------------------------------*/
.page-title-homepage-2 {
  max-width: 1840px;
  margin: 0 auto;
  background-color: var(--Color-1);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  overflow: hidden;
}
.page-title-homepage-2 .content-inner {
  padding: 40px 200px 40px 120px;
}
.page-title-homepage-2 .content-inner .heading {
  margin-bottom: 40px;
}
.page-title-homepage-2 .content-inner .title {
  margin-bottom: 20px;
}
.page-title-homepage-2 .image-wrap {
  height: 100%;
}
.page-title-homepage-2 .image-wrap img {
  height: 100%;
  object-fit: cover;
}

/*page-title-homepage-3,4
------------------------------------------------------------------------------*/
.page-title-homepage-3,
.page-title-homepage-4 {
  position: relative;
}
.page-title-homepage-3 img,
.page-title-homepage-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-homepage-3 .content-inner,
.page-title-homepage-4 .content-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.page-title-homepage-3 .wrap-content,
.page-title-homepage-4 .wrap-content {
  max-width: 530px;
}
.page-title-homepage-3 .heading,
.page-title-homepage-4 .heading {
  margin-bottom: 24px;
}
.page-title-homepage-3 .heading .title,
.page-title-homepage-4 .heading .title {
  margin-bottom: 16px;
}

/*page-title-homepage-4
------------------------------------------------------------------------------*/
.page-title-homepage-4 .wrap-content {
  max-width: 500px;
  background-color: var(--White);
  padding: 40px;
  border-radius: 16px;
}
.page-title-homepage-4 .content-inner {
  overflow: hidden;
}
/* Daily Schedule Section Styles */
.daily-schedule-section {
    /*background: #f8f5ee;*/
    padding: 80px 0;
}

/* Simple Schedule Styles */
.simple-schedule {
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.schedule-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eae2d4;
}

.schedule-item:last-child {
    border-bottom: none;
}

.schedule-time {
    min-width: 150px;
    background: #4A3E1C;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    margin-right: 25px;
}

.schedule-content h4 {
    color: #4A3E1C;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.schedule-content p {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
}

/* Quick Enquiry Form Styles */
.quick-enquiry-form {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.form-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f8f5ee;
}

.form-header h3 {
    color: #4A3E1C;
    margin-bottom: 8px;
}

.form-header p {
    color: #666;
    margin: 0;
}

.enquiry-form .form-group {
    margin-bottom: 20px;
}

.enquiry-form .form-control {
    border: 2px solid #eae2d4;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fefcf7;
}

.enquiry-form .form-control:focus {
    border-color: #d4a762;
    box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.1);
    background: white;
}

.enquiry-form .btn-book {
    background: #d4a762;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
}

.enquiry-form .btn-book:hover {
    background: #c29552;
    transform: translateY(-2px);
}

.enquiry-form .btn-book i {
    margin-right: 8px;
}

.form-note small {
    color: #888;
}
.hide-desk{display: none;}

/* Responsive Design */
@media (max-width: 991px) {
    .schedule-time {
        min-width: 140px;
        margin-right: 20px;
    }
    
    .quick-enquiry-form {
        margin-top: 40px;
        position: static;
    }
}

.brands-slider {
    padding: 10px 0;
    overflow: hidden;
}

.brands-swiper {
    padding: 10px 0;
}
.brands-swiper .swiper-slide {margin-right: ; }

.brands-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px;
}

.brand-logo img {
    max-height: auto;
    width: auto;
    transition: all 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brands-swiper .swiper-slide {
        height: 60px;
    }
    
    .brand-logo img {
        max-height: auto;
    }
}

@media (max-width: 768px) {
    .simple-schedule {
        padding: 20px;
    }

    .section-contact .col-8 , .section-contact .col-4{width: 100%;}
    #header-main .header-right{flex-grow: 0!important;}
    #header-main.style-1 .header-left{flex-grow: 0!important;}
    .top-bar-left{display: none!important;}
    #google_translate_element{display: none;}
    .tf-top-bar.style-has-logo .top-bar-right{display: block!important;}
    .tf-top-bar.style-has-logo .top-bar-right .list{justify-content: center!important;}
    .hide-desk{display: unset;}
    .ps-lg-5{        padding-left: 0px !important;}
    .image-wrap{padding-bottom: 10px;}
    .section-box-about.page-home-2 .box-about{padding: 0 4px;}
    .row.mt-80{        margin-top: 20px;}
    .mt-5{    margin-top: 2rem !important;}
    .story-text{padding: 10px;}
    .schedule-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .schedule-time {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
    }
    
    .quick-enquiry-form {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .schedule-time {
        min-width: auto;
        width: 100%;
    }
    
    .schedule-content h4 {
        font-size: 1rem;
    }
    
    .schedule-content p {
        font-size: 0.9rem;
    }
}

/*section-box-about
------------------------------------------------------------------------------*/
.section-box-about .heading-section {
  margin-bottom: 40px;
}
.section-box-about .wrap-box-about {
  padding-bottom: 98px;
  border-bottom: 1px solid var(--Outline);
}
.section-box-about .box-about {
  position: relative;
}
.section-box-about .box-about > .item {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.section-box-about.page-home-2 .image-wrap {
  max-width: 600px;
  border-radius: 12px;
  overflow: hidden;
}
.section-box-about.page-home-2 .box-about {
  padding: 48px 20px 0px;
}
.section-box-about.page-home-2 .box-about .heading-section {
  margin-bottom: 23px;
}
.section-box-about.page-home-2 .box-about .icon {
  max-width: 115.56px;
  margin-bottom: 24px;
}
.section-box-about.page-home-3 .box-about > .icon {
  max-width: 86.67px;
  margin-bottom: 16px;
}
.section-box-about.page-home-3 .wrap-box-about {
  padding-bottom: 0;
  border-bottom: none;
}
.section-box-about.page-home-3 .image-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.section-box-about.page-home-3 .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-box-about.page-home-4 .image-wrap {
  border-radius: 16px;
  overflow: hidden;
  max-width: 620px;
}
.section-box-about.page-home-4 .wrap-box-about {
  padding-bottom: 0;
  border-bottom: none;
}
.section-box-about.page-home-4 .wrap-icons-box-list .icons-box-list {
  gap: 16px;
}
.section-box-about.page-home-4 .wrap-icons-box-list .icons-box-list .title {
  margin-bottom: 6px;
}
.section-box-about.page-home-4 .wrap-icons-box-list .icons-box-list .icon {
  width: 64px;
  height: 64px;
}
.section-box-about.page-home-4 .wrap-icons-box-list .icons-box-list:not(:last-child) {
  margin-bottom: 31px;
}
.section-box-about.page-home-4 .wrap-icons-box-list .icons-box-list:not(:last-child) .icon::after {
  display: none;
}
.section-box-about.page-about .heading-section {
  margin-bottom: 60px;
}
.section-box-about.page-about .image-wrap {
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 60px;
}
.section-box-about.page-about .wrap-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 30px 20px;
}
.section-box-about.page-about .wrap-content .item {
  max-width: 600px;
}
.section-box-about.page-about .wrap-content .item h3 {
  margin-bottom: 11px;
}
.section-box-about.page-about .wrap-content .item p {
  color: var(--Color-3);
  font-size: 18px;
  line-height: 30px;
}
.section-box-about.page-about .wrap-content .item p:not(:last-child) {
  margin-bottom: 12px;
}

/*section-benefits
------------------------------------------------------------------------------*/
.section-benefits .image-wrap {
  border-radius: 20px;
  overflow: hidden;
  max-width: 570px;
  margin-left: auto;
}
.section-benefits .image-wrap img {
  width: 100%;
  object-fit: cover;
}
.section-benefits.page-home-2 .heading-section {
  margin-bottom: 42px;
}

/*section-service
------------------------------------------------------------------------------*/
.section-service {
  background-color: var(--Color-1);
}
.section-service .wrap-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px 0;
  flex-wrap: wrap;
}
.section-service .grid-layout-3 {
  gap: 28px 30px;
}
.section-service.page-home-2 .heading-section {
  margin-bottom: 40px;
}
.section-service.page-home-2 .widget-tabs .widget-menu-tab {
  max-width: max-content;
  margin: 0 auto 40px;
}
.section-service.page-home-2 .box-service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 20px;
  background-color: var(--White);
  overflow: hidden;
}
.section-service.page-home-2 .box-service .image-wrap {
  max-width: 615px;
  flex: none;
}
.section-service.page-home-2 .box-service .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-service.page-home-2 .box-service .content {
  padding: 70px 60px;
}
.section-service.page-our-service {
  background-color: var(--White);
}
.section-service.page-our-service .heading-section {
  margin-bottom: 37px;
}
.section-service.page-our-service .service-item {
  border: 1px solid var(--Outline);
}

/*section-process
------------------------------------------------------------------------------*/
.section-process .heading-section {
  margin-bottom: 60px;
}
.section-process.home-page-2 .wrap-content {
  padding-right: 14px;
  max-width: 520px;
  position: sticky;
  top: 100px;
}
.section-process.home-page-2 .wrap-content .heading-section {
  margin-bottom: 40px;
}
.section-process.home-page-2 .wrap-process {
  gap: 20px;
}
.section-process.home-page-3 .wrap-content {
  position: sticky;
  top: 10px;
}
.section-process.home-page-3 .heading-section {
  margin-bottom: 40px;
}
.section-process.home-page-3 .wrap-process.list {
  gap: 20px;
}
.section-process.home-page-3 .wrap-process .process-item {
  padding: 40px 40px 38px;
}
.section-process.home-page-4 .wrap-process {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
}
.section-process.home-page-4 .process-item .item {
  margin-bottom: 20px;
}

/*section-testimonials 
------------------------------------------------------------------------------*/
.section-testimonials{ background:  url(../images/review-bg.jpg) no-repeat center fixed; background-size: cover; }
.section-testimonials p.sub, .section-testimonials h2, .section-testimonials p.description{ color: #fff; }
.section-testimonials:not(.page-home-2) .content-inner {
  padding: 40px;
  border-radius: 20px;
  
}
.section-testimonials:not(.page-home-2) .wrap-testimonials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Outline);
  margin-bottom: 40px;
}
.section-testimonials:not(.page-home-2) .wrap-testimonials .slider-testimonial-thumbs {
  max-width: 520px;
  margin: 0px;
  width: 50%;
  border-radius: 20px;
}
.section-testimonials:not(.page-home-2) .wrap-testimonials .slider-testimonial {
  width: 50%;
}
.section-testimonials:not(.page-home-2) .image-wrap {
  max-width: 520px;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.section-testimonials:not(.page-home-2) .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.section-testimonials .heading-section {
  margin-bottom: 40px;
}
.section-testimonials.page-home-1 .wg-testimonial {
  padding-bottom: 29px;
}
.section-testimonials.page-home-1 .pagination-testimonial {
  gap: 11px;
  padding-left: 13px;
}
.section-testimonials.page-home-2 .wrap-testimonials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 97px;
  border-bottom: 1px solid var(--Outline);
}
.section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial-thumbs {
  max-width: 480px;
  margin-right: 0;
  border-radius: 20px;
  width: 50%;
  border-radius: 20px;
}
.section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial-thumbs .image-wrap {
  max-width: 480px;
}
.section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial {
  max-width: 690px;
  padding-bottom: 18px;
}
.section-testimonials.page-home-2 .wrap-testimonials > .content {
  padding: 19px 20px 19px 0;
}
.section-testimonials.page-home-2 .wg-testimonial {
  padding: 0 0 10px;
}
.section-testimonials.page-home-2 .style-pagination .swiper-pagination {
  bottom: 25px;
}
.section-testimonials.home-page-3 .heading-section {
  margin-left: 15px;
  margin-right: 15px;
}
.section-testimonials.home-page-3 .swiper-slide {
  height: auto;
}
.section-testimonials.home-page-3 .swiper-slide .wg-testimonial {
  height: 100%;
}
.section-testimonials.home-page-3 .wg-testimonial {
  padding: 37px 40px 42px;
}
.section-testimonials.page-about .heading-section {
  margin-left: 15px;
  margin-right: 15px;
}
.section-testimonials.page-about .swiper-slide {
  height: auto;
}
.section-testimonials.page-about .swiper-slide .wg-testimonial {
  height: 100%;
}

/*section-news
------------------------------------------------------------------------------*/
.section-news .heading-section {
  margin-bottom: 41px;
}
.section-news.home-page-2 .heading-section {
  margin-bottom: 42px;
}
.section-news.page-home-4 .article-blog-item {
  padding-right: 15px;
}
.section-news.page-home-4 .article-blog-item .image-wrap {
  margin-bottom: 30px;
}
.section-news.page-home-4 .article-blog-item .title {
  margin-bottom: 0;
}
.section-news.page-home-4 .article-blog-item .sub {
  margin-bottom: 11px;
}
.section-news.page-home-4 .list-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  gap: 30px;
  padding-left: 15px;
}
.section-news.page-home-4 .box-listings .image-wrap {
  max-width: 128px;
  height: 128px;
  flex: none;
}
.section-news.page-home-4 .box-listings .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-news.page-home-4 .box-listings .meta {
  margin-bottom: 6px;
}

/*section-contact
------------------------------------------------------------------------------*/
.section-contact .wrap-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  background-color: var(--Color-1);
  border-radius: 20px;
  gap: 30px;
}
.section-contact .box-contact {
  max-width: 510px;
  padding-top: 28px;
}
.section-contact .box-contact .heading-section {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--Outline);
}
.section-contact .box-contact .list-info {
  margin-bottom: 28px;
}
.section-contact form {
  max-width: 460px;
  width: 100%;
}
.section-contact form .tf-btn {
  height: 48px;
}
.section-contact.home-page-2 .wrap-content {
  padding: 0;
}
.section-contact.page-contact {
  margin-top: -80px;
}

/*section-team 
------------------------------------------------------------------------------*/
.section-team .heading-section {
  margin-bottom: 40px;
}

/*section-pricing
------------------------------------------------------------------------------*/
.section-pricing .heading-section {
  margin-bottom: 40px;
}

/*section-cta
------------------------------------------------------------------------------*/
.section-cta .wrap-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 45px 60px 43px;
  border-radius: 20px;
}
.section-cta .image-wrap {
  flex: none;
}
.section-cta .box-cta {
  padding: 26px 0;
  max-width: 541px;
}
.section-cta .box-cta .heading-section {
  margin-bottom: 32px;
}

/*section-hero
------------------------------------------------------------------------------*/
.section-hero .image-wrap {
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 40px;
}
.section-hero p {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

/*section-service-details
------------------------------------------------------------------------------*/
.section-service-details .content-inner > .image-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
.section-service-details .content-inner > .heading {
  margin-bottom: 60px;
}
.section-service-details .content-inner .benefits {
  margin-bottom: 60px;
}
.section-service-details .content-inner .benefits .heading {
  margin-bottom: 32px;
}
.section-service-details .content-inner .faq {
  margin-bottom: 80px;
}
.section-service-details .content-inner .faq h4 {
  margin-bottom: 32px;
}
.section-service-details .content-inner .therapists h4 {
  margin-bottom: 32px;
}
.section-service-details .content-inner .wrap-team {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  padding-right: 170px;
}
.section-service-details .service-siderbar {
  position: sticky;
  top: 10px;
}
.section-service-details .service-siderbar .form-consultation {
  background-color: var(--Color-1);
  padding: 32px;
  margin-bottom: 40px;
}
.section-service-details .service-siderbar .form-consultation select {
  background-color: var(--White);
}
.section-service-details .service-siderbar .form-consultation .info {
  margin-top: 28px;
}
.section-service-details .service-siderbar .form-consultation .info h5 {
  margin-bottom: 16px;
}
.section-service-details .service-siderbar .form-consultation .info li:not(:last-child) {
  margin-bottom: 12px;
}
.section-service-details .service-siderbar .list-service {
  padding: 32px 32px 37px;
  border-radius: 16px;
  background-color: var(--Color-1);
}
.section-service-details .service-siderbar .list-service h5 {
  margin-bottom: 20px;
}
.section-service-details .service-siderbar .list-service ul li {
  font-weight: 600;
}
.section-service-details .service-siderbar .list-service ul li a {
  position: relative;
  color: var(--Primary);
  background-color: var(--Color-1);
}
.section-service-details .service-siderbar .list-service ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  opacity: 0;
  width: 18px;
  height: 2px;
  background-color: var(--Primary);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-service-details .service-siderbar .list-service ul li:hover a {
  padding-left: 33px;
}
.section-service-details .service-siderbar .list-service ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.section-service-details .service-siderbar .list-service ul li:not(:last-child) {
  margin-bottom: 20px;
}

/*section-therapists-details
------------------------------------------------------------------------------*/
.section-therapists-details .image-wrap {
  border-radius: 20px;
  overflow: hidden;
  top: 10px;
  position: sticky;
}

/*section-product
------------------------------------------------------------------------------*/
.section-product .wg-filter {
  margin-bottom: 40px;
  gap: 20px 10px;
  flex-wrap: wrap;
}
.section-product .wg-filter .grop-filter {
  flex-wrap: wrap;
  gap: 20px 40px;
}
.section-product .grid-layout-4 {
  gap: 40px 30px;
  margin-bottom: 43px;
}

/*section-check-out
------------------------------------------------------------------------------*/
.section-check-out .top {
  margin-bottom: 40px;
}
.section-check-out .top .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  border-radius: 4px;
  background-color: var(--Color-1);
  cursor: pointer;
}
.section-check-out .top .heading a {
  font-weight: 600;
  position: relative;
}
.section-check-out .top .heading a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--Primary);
  left: 0;
  bottom: 0;
}
.section-check-out .top .heading i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}
.section-check-out .top .heading.collapsed i {
  transform: rotate(180deg);
}
.section-check-out .top form {
  margin-top: 13px;
}
.section-check-out .form-info {
  margin-bottom: 40px;
}
.section-check-out .form-payment {
  margin-bottom: 40px;
}
.section-check-out .shop-cart-check-out {
  top: 10px;
  position: sticky;
}

/*section-book-appointment
------------------------------------------------------------------------------*/
.section-book-appointment .wrap-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: var(--White);
  border-radius: 20px;
  gap: 20px;
  overflow: hidden;
}
.section-book-appointment .form-appointment {
  max-width: 610px;
  width: 100%;
  margin: 80px 0 80px 30px;
}
.section-book-appointment .heading-section {
  margin-bottom: 35px;
}
.section-book-appointment .image-wrap {
  flex: none;
}
.section-book-appointment .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*section-review
------------------------------------------------------------------------------*/
.section-review .wg-rating {
  margin-bottom: 40px;
}
.section-review .comment-list-wrap {
  margin-bottom: 32px;
}

/*section-related-product 
------------------------------------------------------------------------------*/
.section-related-product h4 {
  margin-bottom: 40px;
}

/*section-faq
------------------------------------------------------------------------------*/
.section-faq .heading-section {
  margin-bottom: 40px;
}

/*------------ theme-setting ---------------- */
.switcher-container {
  position: fixed;
  right: -290px;
  top: 150px;
  width: 290px;
  background-color: var(--Placeholder);
  z-index: 99999999;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.switcher-container .title {
  color: var(--Primary);
  height: 50px;
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--Outline);
}
.switcher-container .title .btn-setting {
  background-color: var(--Primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -50px;
  top: 0;
  outline: 0;
}
.switcher-container .title .btn-setting a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  -webkit-animation: rotating 1s infinite linear;
  animation: rotating 3s infinite linear;
  font-size: 26px;
}
.switcher-container .tf-btn {
  margin: 10px auto 10px;
}
.switcher-container .sw-odd {
  background-color: var(--Color-1);
  padding: 21px 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid var(--Outline);
}
.switcher-container .sw-odd .title-color {
  color: var(--Primary);
  margin-bottom: 20px;
}
.switcher-container .sw-odd .ws-colors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.switcher-container .sw-odd .ws-colors a {
  width: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #3c210e;
  text-indent: -9999px;
  border-radius: 50%;
  display: inline-block;
}

.switcher-container .title .switcher-container .title a:hover,
.switcher-container .title a:focus {
  text-decoration: none;
}

.modal-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.color-item .check-color {
  display: none;
}
.color-item label {
  width: 55px;
  height: 55px;
  border-radius: 999px;
  position: relative;
  display: block;
}
.color-item label::after {
  content: "\e918";
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  font-weight: 900;
  font-size: 16px;
  color: var(--White);
}
.color-item input:checked + label:after {
  display: block;
}

input[value=theme-primary] + label {
  background-color: #fedac2;
}

input[value=theme-green] + label {
  background-color: #378c4c;
}

input[value=theme-blue-2] + label {
  background-color: #a7dbd8;
}

input[value=theme-orange-3] + label {
  background-color: #f2949c;
}

input[value=theme-blue-3] + label {
  background-color: #4ecdc4;
}

input[value=theme-dark] + label {
  background-color: #6f91a6;
}














.whatsapp{position:fixed;bottom:40px;z-index:9999}
.online-yttc-floating-image{width:200px;height:180px;object-position:bottom;object-fit:contain;transform:scale(1.2);display:block;filter:drop-shadow(2px 2px 5px #989898);margin-top:-100px}
.whatsapp{right:20px;padding:5px;width:55px;background-color:#0e9e15;height:55px;border-radius:50%;animation:2s infinite pulse-animation-whatsapp}
.whatsapp-image{width:100%;height:100%;object-fit:contain}

@keyframes pulse-animation-whatsapp{0%{box-shadow:0 0 0 0 #30be3a}100%{box-shadow:0 0 0 14px transparent}}




















/*-------------- Responsive ----------------- */
@media (min-width: 1440px) {
  .therapist-details {
    margin-left: 30px;
  }
  .section-contact.home-page-2 form {
    margin-right: 73px;
  }
  .section-cta .image-wrap {
    margin-right: 12px;
  }
  .section-book-appointment .form-appointment {
    margin-left: 80px;
  }
  #footer.style-2 .footer-main .footer-menu-list:nth-child(3) {
    padding-right: 38px;
  }
}
@media (min-width: 1350px) {
  .section-process.home-page-3 .wrap-process.list {
    margin-left: 60px;
  }
}
@media (min-width: 1300px) {
  .section-box-about.page-home-4 .box-about {
    padding: 55px 0px 55px 40px;
  }
  .section-service-details .content-inner {
    padding-right: 50px;
  }
  .shop-details .wrap-porduct-info {
    padding-left: 50px;
  }
  .shop-cart-wrap .sidebar-shop {
    margin-left: 30px;
  }
  .section-check-out .check-out-info {
    padding-right: 45px;
  }
  .section-check-out .shop-cart-check-out {
    padding-left: 46px;
  }
}
@media (min-width: 1150px) {
  .section-check-out .check-out-info {
    padding-right: 45px;
  }
  .section-check-out .shop-cart-check-out {
    padding-left: 46px;
  }
}
@media (max-width: 1440px) {
  .page-title-homepage-1 .page-video {
    height: 500px;
  }
  .page-title-homepage-1 .content-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-title-homepage-2 .content-inner {
    padding: 70px 15px;
  }
  .page-title-homepage-4 img {
    height: 510px;
  }
  .page-title-homepage-4 .wrap-content {
    margin-left: 40px;
  }
  .page-title-homepage-4 .swiper-button-prev {
    left: 15px;
  }
  .page-title-homepage-4 .swiper-button-next {
    right: 15px;
  }
  #footer .footer-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 6em;
  padding-bottom: 6em;
}
}
@media (max-width: 1350px) {
  #header-main.style-1 .main-menu .navigation {
    gap: 15px;
  }
  #header-main.style-1 .header-left {
    gap: 30px;
  }
  .section-service.page-home-2 .box-service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-service.page-home-2 .box-service .content {
    flex-grow: 1;
    padding-left: 30px;
    padding-right: 15px;
  }

  #footer .footer-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 6em;
  padding-bottom: 6em;
}
}
@media (max-width: 1320px) {
  .section-testimonials.page-home-2 .wrap-testimonials > .content {
    width: 50%;
  }
  .section-testimonials.page-home-2 .style-pagination .swiper-pagination {
    bottom: 0px;
    left: 11px;
  }
}
@media (max-width: 1220px) {
  .wrap-icons-box-list .icons-box-list:not(:last-child) .icon::after {
    height: 142px;
  }
}
@media (max-width: 1200px) {
  .main-menu .navigation {
    gap: 15px;
  }
  .main-menu .navigation .has-child a::after {
    right: -19px !important;
    font-size: 16px !important;
  }
  #header-main.style-1 .group-btn {
    gap: 10px !important;
  }
  #header-main .header-right {
    gap: 10px !important;
  }
  #header-main .tf-btn {
    padding: 0 20px;
  }
  #footer .footer-main .footer-left {
    padding-right: 0;
  }
  .box-listings .meta {
    gap: 10px;
  }
  .box-listings .meta li::after {
    right: -5px !important;
  }
  .section-box-about.page-home-2 .box-about {
    padding: 0;
  }
  .section-cta .image-wrap {
    max-width: 450px;
  }
}
@media (max-width: 1170px) {
  .wrap-counter {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .wrap-counter .counter-item {
    text-align: center;
    width: 49% !important;
    padding: 0 !important;
  }
  .wrap-counter .counter-item:not(:nth-child(odd)) {
    border-right: unset !important;
  }
  .wrap-counter .counter-item .counter-number {
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 1150px) {
  .tf-top-bar.style-has-logo .top-logo {
    display: none;
  }
  #header-main.style-1.header-default .header-logo-2 {
    display: none !important;
  }
  #header-main.style-1.header-default .header-logo {
    display: block !important;
  }
  #header-main.style-1 .header-inner-wrap .mobile-button {
    flex-grow: 1;
    display: block;
  }
  #header-main.style-1 .header-left {
    flex-grow: 1;
    justify-content: center;
  }
  #header-main.style-1 .header-left .main-menu {
    display: none;
  }
  #header-main.style-1 .header-left .header-logo {
    margin-left: 149px;
  }
  #header-main.style-no-logo .header-left .header-logo {
    display: block;
  }
  #header-main .tf-btn {
    padding: 0 20px;
  }
  #header-main .group-btn {
    gap: 10px !important;
  }
  #header-main .header-right {
    flex-grow: 1;
    justify-content: flex-end;
    gap: 10px !important;
  }
  .main-content-2.page-shop-check-out::after {
    display: none;
  }
  .box-benefits {
    padding: 0;
  }
  .box-benefits .heading-section {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .box-benefits .list-check {
    gap: 15px;
    margin-bottom: 20px;
  }
  .wrap-process {
    gap: 30px;
  }
  .wrap-process .line {
    width: 216px !important;
  }
  .section-box-about.page-home-4 .heading-section {
    margin-bottom: 20px;
  }
  .section-box-about.page-home-4 .wrap-icons-box-list .icons-box-list:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1120px) {
  .page-title-homepage-3 img {
    height: 501px;
  }
  .page-title-homepage-3 .content-inner {
    top: unset;
    transform: unset;
    bottom: 70px;
  }
  .section-testimonials:not(.page-home-2) .slider-testimonial .pagination-testimonial {
    bottom: 26px;
    left: 26px;
  }
  .section-testimonials:not(.page-home-2) .wg-testimonial {
    padding-left: 30px;
    padding-right: 0;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial {
    margin-left: unset;
    margin-right: unset;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .image-wrap {
    width: 100%;
    height: 100%;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-testimonials.home-page-3 .wg-testimonial {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-testimonials.page-about .wg-testimonial {
    padding: 40px 15px;
  }
}
@media (max-width: 1100px) {
  .pricing-item .sale-off {
    top: 11px;
  }
}
@media (max-width: 1050px) {
  .tf-top-bar:not(.style-has-logo) .btn-show-top {
    display: block;
  }
  .tf-top-bar:not(.style-has-logo) .wrap-top-bar {
    max-height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-bottom: 19px;
  }
  .tf-top-bar:not(.style-has-logo) .wrap-top-bar {
    justify-content: center;
  }
  .tf-top-bar:not(.style-has-logo) .wrap-top-bar:not(.style-has-logo) .tf-dropdown-sort .dropdown-menu {
    transform: translate3d(-30px, 14px, 0px) !important;
  }
  #header-main .header-left {
    gap: 0;
  }
  .main-menu .navigation {
    gap: 10px;
  }
  .main-menu .navigation .has-child a::after {
    right: -14px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  #footer .footer-main {
    gap: 30px;
  }
  #footer .footer-main::after {
    display: none;
  }
  .article-blog-item.style-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 998px) {
  .tf-top-bar .wrap-top-bar {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  .tf-top-bar.has-logo .top-bar-left {
    justify-content: center;
  }
  .tf-top-bar.has-logo .header-logo {
    width: 100%;
  }
  .tf-top-bar.has-logo .header-logo .site-logo img {
    margin: 0 auto;
  }
  .tf-top-bar.has-logo .top-bar-right .list {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  /* h2 {
    font-size: 45px !important;
    line-height: 53px !important;
  } */
  .main-menu {
    display: none;
  }
  br {
    display: none;
  }
  .grid-layout-3 {
    gap: 30px 15px !important;
  }
  .grid-layout-3.multi-item {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-layout-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .swiper-container.slider-layout-4 {
    margin-bottom: 15px;
  }
  .swiper-container.slider-layout-3 {
    margin-bottom: 15px;
  }
  .swiper-container.slider-testimonial-1 {
    margin-bottom: 15px;
  }
  .style-pagination .swiper-pagination.pagination-layout, .style-pagination .swiper-pagination.pagination-testimonial-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: unset;
  }
  .heading-section.text-start h3 {
    font-size: 30px;
    line-height: 33px;
  }
  #header-main .header-right .mobile-button {
    display: block;
  }
  #header-main.style-no-logo .header-inner-wrap {
    padding: 14px 15px;
  }
  #header-main.style-no-logo .mobile-button {
    display: block;
  }
  .page-title.page-details-2 .image-wrap img {
    height: 330px;
    width: 100%;
    object-fit: cover;
  }
  .page-title-homepage-1 .content-inner .description {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #footer.style-2 .wrap-form {
    max-width: 100%;
    width: 100%;
  }
  .page-title-homepage-3 img {
    height: 470px;
  }
  .page-title-homepage-4 .button {
    display: none;
  }
  .wrap-share {
    display: none;
  }
  .section-blog-post.blog-details-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .tf-siderbar {
    max-width: 100%;
    margin-bottom: 70px;
  }
  .box-benefits .heading-section {
    gap: 0;
  }
  .box-benefits h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .wrap-process {
    gap: 15px;
  }
  .wrap-process .line {
    width: 192px !important;
  }
  .section-testimonials:not(.page-home-2) .wg-testimonial .content > p {
    font-size: 18px;
    line-height: 26px;
  }
  .section-testimonials:not(.page-home-2) .wg-testimonial .content .bot {
    flex-wrap: wrap;
    gap: 20px;
  }
  .section-contact .wrap-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-contact .box-contact .heading-section {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial {
    margin: 0 0 30px;
  }
  .section-testimonials.page-home-2 .style-pagination .swiper-pagination {
    bottom: 40px;
  }
  .section-benefits.page-home-2 .grid-layout-3 {
    gap: 15px;
  }
  .icons-box {
    padding: 31px 15px 32px;
  }
  .icons-box br {
    display: block;
  }
  .wrap-counter.layout-2 .counter-item.has-icon {
    gap: 10px;
  }
  .section-news.page-home-4 .article-blog-item {
    margin-bottom: 30px;
  }
  .section-news.page-home-4 .list-post {
    padding-left: 0;
  }
  .section-cta .image-wrap {
    max-width: 440px;
  }
  .section-cta .wrap-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-service-details .image-wrap img {
    width: 100%;
  }
  .section-service-details .content-inner {
    margin-bottom: 80px;
  }
  .section-service-details .content-inner .wrap-team {
    padding-right: 0;
  }
  .section-service-details .service-siderbar .form-consultation {
    padding: 80px 32px;
  }
  .section-service-details .service-siderbar .list-service {
    padding: 80px 32px;
  }
  .section-service-details .icons-box-list:not(:last-child) .icon::after {
    height: 143px !important;
  }
  .shop-cart-wrap .sidebar-shop {
    margin-top: 80px;
  }
  .map-box {
    height: 60vh;
  }
  .section-book-appointment .image-wrap {
    max-width: 352px;
  }
  .pricing-item {
    padding: 40px 15px 33px;
  }
  .pricing-item .pricing {
    margin-bottom: 7px;
  }
  .pricing-item .pricing h5 {
    margin-bottom: 3px;
  }
  .pricing-item .h3 {
    font-size: 35px;
    line-height: 43px;
  }
  .pricing-item .list-check {
    padding-top: 20px;
  }
  .icons-box .icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .section-process.home-page-3 .wrap-process .process-item {
    padding: 40px 15px 38px;
  }
  .section-process.home-page-4 .wrap-process {
    flex-wrap: wrap;
  }
  .section-process.home-page-4 .wrap-process .process-item:nth-child(1) {
    order: 1;
  }
  .section-process.home-page-4 .wrap-process .process-item:nth-child(2) {
    order: 2;
  }
  .wrap-process .process-item.style-has-icon {
    width: calc(50% - 15px);
  }
  .wrap-process .process-item.style-has-icon .line {
    display: none;
  }
  .wrap-process .process-item.style-has-icon.style-no-line {
    width: unset;
  }
  .service-item.style-3 {
    padding: 24px 15px;
  }
  .service-item.style-3 .content {
    margin-bottom: 13px;
  }
  .service-item.style-3 .content .title {
    margin-bottom: 5px;
  }
  .service-item.style-3 .image-wrap {
    margin-bottom: 15px;
  }
  .section-check-out .shop-cart-check-out {
    margin-top: 70px;
  }
  .article-blog-item .title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 925px) {
  #footer.style-2 .footer-main {
    flex-wrap: wrap;
  }
  #footer.style-2 .footer-main .footer-left {
    max-width: 100%;
  }
  #footer.style-2 .footer-main .footer-right {
    max-width: 100%;
  }
}
@media (max-width: 869px) {
  .wrap-counter.layout-2 .counter-item.has-icon {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrap-counter.layout-2 .counter-item.has-icon .counter-number {
    justify-content: center !important;
  }
  .wrap-counter.layout-2 .counter-item:nth-child(even) {
    padding-left: 30px !important;
  }
}
@media (max-width: 869px) {
  .tf-top-bar.style-has-logo {
    padding: 10px 0;
  }
  .tf-top-bar.style-has-logo .wrap-top-bar {
    gap: 7px !important;
  }
  .tf-top-bar.style-has-logo .top-bar-left {
    width: 100%;
  }
  .tf-top-bar.style-has-logo .top-bar-left .top-info {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
  }
  .tf-top-bar.style-has-logo .header-logo {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .tf-top-bar.style-has-logo .header-logo a {
    margin: 0 auto;
  }
  .tf-top-bar.style-has-logo .top-bar-right .list {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .tf-spacing-1,
  .tf-spacing-2,
  .tf-spacing-3,
  .tf-spacing-4,
  .tf-spacing-5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .heading-section:not(.text-start) {
    margin-bottom: 30px !important;
  }
  .heading-section h3 {
    font-size: 30px;
    line-height: 33px;
  }
  .heading-section.text-start {
    gap: 5px;
  }
  .main-content,
  .main-content-2 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .main-content {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .grid-layout-3 {
    grid-template-columns: 1fr;
  }
  #header-main.style-1 .header-left .header-logo {
    margin: 0 auto;
  }
  #header-main.style-1 .btn-get {
    display: none;
  }
  #footer .footer-main {
    gap: 5px !important;
    padding: 30px 0 10px !important;
    flex-wrap: wrap;
  }
  #footer .footer-left .footer-info {
    margin-bottom: 10px;
  }
  #footer .footer-right {
    max-width: 100%;
  }
  #footer .footer-right .wrap-footer-menu-list {
    margin-bottom: 10px;
  }
  #footer .footer-left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-col-block {
    width: 100%;
  }
  #footer .footer-col-block .title-mobile {
    display: block;
  }
  #footer .footer-col-block .title-desktop {
    display: none;
  }
  #footer .footer-col-block ul li {
    margin-bottom: 8px;
  }
  #footer .tf-collapse-content {
    display: none;
  }
  .page-title-homepage-1 .page-video {
    height: 300px;
  }
  .page-title-homepage-1 .content-inner {
    flex-wrap: wrap;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .page-title-homepage-1 .content-inner .title {
    margin-bottom: 40px;
  }
  .page-title-homepage-2 .content-inner .heading {
    margin-bottom: 20px;
  }
  .page-title-homepage-2 .content-inner .title {
    margin-bottom: 10px;
  }
  .page-title-homepage-3 .content-inner {
    top: unset;
    transform: unset;
    bottom: 70px;
  }
  .page-title-homepage-3 .content-inner .heading {
    margin-bottom: 14px;
  }
  .page-title-homepage-3 .content-inner .heading .title {
    margin-bottom: 5px;
  }
  .page-title-homepage-4 img {
    height: 455px;
  }
  .page-title-homepage-4 .wrap-content {
    padding: 30px 15px;
    margin-left: 0;
  }
  .page-title-homepage-4 .wrap-content .heading {
    margin-bottom: 10px;
  }
  .page-title-homepage-4 .wrap-content .heading .title {
    margin-bottom: 5px;
  }
  .article-blog-item .image-wrap {
    margin-bottom: 15px;
  }
  .article-blog-item .sub {
    margin-bottom: 2px;
  }
  .section-blog-post .next-blog {
    flex-wrap: wrap;
    gap: 20px;
  }
  .section-blog-post .next-blog .next {
    text-align: start;
  }
  .section-blog-post .next-blog::after {
    display: none;
  }
  .section-blog-post.blog-details-2 {
    padding-top: 40px;
  }
  .section-blog-post .group-image {
    flex-wrap: wrap;
    gap: 25px;
  }
  .section-blog-post .blog-page-details-2 .box-send {
    margin-bottom: 40px;
  }
  .section-blog-post .box-send {
    margin-bottom: 70px;
  }
  .section-blog-news .heading-blog {
    margin-bottom: 30px !important;
  }
  .section-blog-news .heading-blog .title {
    margin-bottom: 0px;
  }
  .wrap-process {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .wrap-process .process-item .item {
    margin-bottom: 10px;
  }
  .wrap-process .process-item .line {
    width: 311px !important;
  }
  .wrap-process .process-item:not(:nth-child(even)) .line {
    display: none;
  }
  .section-benefits .box-benefits {
    margin-bottom: 70px;
  }
  .section-benefits .image-wrap {
    max-width: 100%;
  }
  .section-contact .wrap-content {
    flex-wrap: wrap;
    padding: 70px 15px;
  }
  .section-contact .box-contact {
    padding-top: 0;
    max-width: 100%;
  }
  .section-contact form {
    max-width: 100%;
  }
  .section-testimonials:not(.page-home-2) .wrap-testimonials {
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .section-testimonials:not(.page-home-2) .slider-testimonial {
    width: 100% !important;
  }
  .section-testimonials:not(.page-home-2) .slider-testimonial .pagination-testimonial {
    margin-bottom: 5px;
  }
  .section-testimonials:not(.page-home-2) .wg-testimonial {
    padding: 30px 15px 30px;
  }
  .section-testimonials:not(.page-home-2) .content-inner {
    padding: 30px 15px;
  }
  .section-testimonials:not(.page-home-2) .slider-testimonial-thumbs {
    max-width: 100% !important;
    width: 100% !important;
  }
  .section-testimonials:not(.page-home-2) .image-wrap {
    max-width: 100%;
  }
  .section-testimonials:not(.page-home-2) .image-wrap img {
    width: 100%;
  }
  .section-testimonials.page-home-2 .heading-section {
    margin-bottom: 20px;
  }
  .section-testimonials.page-home-2 .wrap-testimonials {
    padding-bottom: 70px;
    flex-wrap: wrap;
  }
  .section-testimonials.page-home-2 .wrap-testimonials > .content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial-thumbs {
    max-width: 100%;
    width: 100%;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial-thumbs .image-wrap {
    max-width: 100%;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial-thumbs .image-wrap img {
    width: 100%;
  }
  .section-testimonials.page-home-2 .wrap-testimonials .slider-testimonial {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .section-testimonials.page-home-2 .wg-testimonial {
    padding-bottom: 20px;
  }
  .section-testimonials.page-home-2 .wg-testimonial .rating {
    margin-bottom: 8px;
  }
  .section-testimonials.home-page-4 .wg-testimonial {
    padding-bottom: 15px;
  }
  .section-testimonials.home-page-4 .wg-testimonial h4 {
    margin-bottom: 15px;
  }
  .section-testimonials.home-page-4 .wg-testimonial .rating {
    margin-bottom: 15px;
  }
  .section-service .wrap-heading {
    margin-bottom: 30px;
  }
  .section-service.page-home-2 .box-service {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-service.page-home-2 .box-service .heading-section {
    margin-bottom: 15px;
  }
  .section-service.page-home-2 .box-service .image-wrap {
    max-width: 100%;
  }
  .section-box-about .wrap-box-about {
    padding-bottom: 70px;
  }
  .section-box-about.page-home-2 .image-wrap {
    max-width: 100%;
  }
  .section-box-about.page-home-2 .image-wrap img {
    width: 100%;
  }
  .section-box-about.page-home-2 .box-about {
    padding-top: 70px;
  }
  .section-box-about.page-home-2 .box-about .icon {
    max-width: 100.56px;
  }
  .section-box-about.page-home-3 .image-wrap {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 70px;
  }
  .section-box-about.page-home-4 .image-wrap {
    max-width: 100%;
    margin-bottom: 70px;
  }
  .section-box-about.page-home-4 .image-wrap img {
    width: 100%;
    object-fit: cover;
  }
  .section-box-about.page-about .wrap-content {
    flex-wrap: wrap;
  }
  .section-box-about.page-about .wrap-content .item {
    max-width: 100%;
  }
  .section-process.home-page-2 .wrap-content {
    margin-bottom: 70px;
  }
  .section-process.home-page-3 .wrap-content {
    margin-bottom: 30px;
  }
  .section-cta .image-wrap {
    max-width: 100%;
  }
  .section-cta .wrap-content {
    padding-top: 70px;
    padding-bottom: 70px;
    flex-wrap: wrap;
  }
  .section-cta .box-cta {
    padding-top: 0;
    padding-bottom: 70px;
    max-width: 100%;
  }
  .section-service-details .content-inner {
    margin-bottom: 60px;
  }
  .section-service-details .service-siderbar .form-consultation {
    padding: 60px 15px;
  }
  .section-service-details .service-siderbar .list-service {
    padding: 60px 15px;
  }
  .section-hero .image-wrap {
    margin-bottom: 30px;
  }
  .section-hero .image-wrap img {
    height: 266px;
    object-fit: cover;
  }
  .section-therapists-details .image-wrap {
    margin-bottom: 30px;
  }
  .section-therapists-details .image-wrap img {
    width: 100%;
    object-fit: cover;
  }
  .therapist-details .widget {
    margin-bottom: 30px;
  }
  .therapist-details .content .heading .sub {
    margin-bottom: 5px;
  }
  .therapist-details .content .heading .name {
    margin-bottom: 10px;
  }
  .wg-rating {
    flex-wrap: wrap;
  }
  .shop-details .image-wrap {
    margin-bottom: 40px;
  }
  .shop-details .tf-product-btn-wishlist .tooltip {
    display: none;
  }
  .shop-details .tf-product-buy-button form {
    gap: 10px 5px;
  }
  .section-book-appointment .wrap-content {
    flex-wrap: wrap;
    gap: 40px;
  }
  .section-book-appointment .form-appointment {
    max-width: 100%;
    margin: 70px 15px 0;
  }
  .section-book-appointment .image-wrap {
    max-width: 100%;
    width: 100%;
  }
  .section-news .tf-btn-link {
    margin-top: 10px;
  }
  .section-check-out .shop-cart-check-out {
    margin-top: 70px;
  }
  .section-check-out .form-payment {
    margin-bottom: 20px;
  }
  .section-check-out .form-info {
    margin-bottom: 70px;
  }
  .section-check-out .top {
    margin-bottom: 70px;
  }
  .switcher-container .title .btn-setting {
    left: -40px;
  }
  .switcher-container .title .btn-setting a {
    font-size: 24px;
    height: 40px;
    width: 40px;
  }

  .tf-top-bar .top-bar-right .tf-social li a {
    border: none;
    background: #fedac2;
    color: #000;
    border-radius: 8px;
    height: auto;
    margin: 0 3px;
}
}
@media (max-width: 678px) {
  #footer .footer-bottom {
    justify-content: center;
  }
}
@media (max-width: 645px) {
  .grid-layout-3 {
    grid-template-columns: 1fr !important;
  }
  .wrap-process .process-item .line {
    width: 249px !important;
  }
  #footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.webp) center ;
    opacity: 0.5;
    z-index: 0;
    background-size: cover;
}
}
@media (max-width: 603px) {
  .tf-top-bar .top-bar-left {
    align-items: start;
    gap: 10px 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tf-top-bar .top-bar-left .top-info {
    gap: 10px;
  }
  .tf-top-bar .top-info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tf-top-bar .tf-dropdown-sort::after {
    display: none;
  }
}
@media (max-width: 550px) {
  .grid-layout-4 {
    gap: 30px 15px !important;
  }
  h3 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .tf-top-bar .top-bar-right .list {
    gap: 20px;
  }
  .tf-top-bar .top-bar-right .list > li:not(:last-child)::after {
    right: -17px;
  }
  #header-main .btn-get {
    display: none;
  }
  #footer .footer-main {
    padding-bottom: 30px;
  }
  #footer .wrap-form .title {
    margin-bottom: 10px;
  }
  #footer .wrap-form .form-send-email {
    margin-bottom: 10px;
  }
  #footer.style-2 .footer-main {
    flex-wrap: wrap;
  }
  #footer.style-2 .footer-main .footer-left {
    flex-wrap: wrap;
  }
  .page-title-homepage-2 {
    grid-template-columns: 1fr;
    border-radius: unset;
  }
  .wrap-process {
    grid-template-columns: 1fr;
  }
  .wrap-process .process-item .line {
    display: none;
  }
  .wrap-counter {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .wrap-counter .counter-item {
    width: 50% !important;
    padding: 0 !important;
    border-right: unset !important;
    align-items: center !important;
    flex-direction: column;
    gap: 0 !important;
  }
  .wrap-counter .counter-item span {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .wrap-counter .counter-item p {
    font-size: 15px !important;
  }
  .wrap-counter .counter-item.has-icon .icon {
    font-size: 55px;
  }
  .wrap-counter.layout-2 {
    justify-content: center;
  }
  .wrap-counter.layout-2::after, .wrap-counter.layout-2::before {
    display: none;
  }
  .wrap-counter.layout-2 .counter-item {
    padding: 0 !important;
  }
  .wrap-counter.layout-2 .counter-item:nth-child(even) {
    padding-left: 0 !important;
  }
  .section-testimonials.page-home-2 .slider-testimonial {
    margin-bottom: 40px;
  }
  .section-testimonials.page-home-2 .style-pagination .swiper-pagination {
    bottom: 40px;
  }
  .section-service-details .content-inner {
    margin-bottom: 60px;
  }
  .section-service-details .content-inner .team-item {
    width: 100%;
  }
  .section-service-details .service-siderbar .form-consultation {
    padding: 60px 15px;
  }
  .section-service-details .service-siderbar .list-service {
    padding: 60px 15px;
  }
  .wrap-icons-box-list .icons-box-list:not(:last-child) .icon::after {
    display: none;
  }
  .section-process.home-page-3 .process-item {
    gap: 15px;
  }
  .section-process.home-page-3 .process-item .item {
    width: 76px;
    height: 76px;
    margin-bottom: 0;
  }
  .section-process.home-page-3 .process-item .item i {
    font-size: 40px;
  }
  .section-process.home-page-3 .process-item .item .number {
    font-size: 15px;
    width: 23px;
    height: 23px;
  }
  .section-process.home-page-4 .wrap-process {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .section-process.home-page-4 .wrap-process .process-item {
    width: 100%;
  }
  .section-process.home-page-4 .wrap-process .process-item:nth-child(1), .section-process.home-page-4 .wrap-process .process-item:nth-child(2) {
    order: unset;
  }
  form .cols {
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .tf-top-bar .wrap-top-bar {
    gap: 10px;
  }
  .tf-top-bar .top-bar-right {
    justify-content: center;
  }
  .tf-top-bar .top-bar-right .list {
    flex-wrap: wrap;
    gap: 5px 20px;
    justify-content: center;
  }
  .tf-top-bar .top-bar-right .list > li:not(:last-child) {
    gap: 9px;
  }
  .tf-top-bar .top-bar-right .list > li:not(:last-child)::after {
    display: none;
  }
  .tf-top-bar .top-bar-right .tf-social {
    margin-left: -8px;
    gap: 0;
  }
  #footer .footer-menu-list {
    width: 100%;
  }
  .wrap-icons-box-list .icons-box-list:not(:last-child) .icon::after {
    height: 225px !important;
  }
  .section-blog-post .heading-blog .meta {
    flex-wrap: wrap;
    gap: 10px 33px;
  }
  .section-blog-post .heading-blog .meta .meta-item::after {
    display: none;
  }
  .therapist-details .h6,
  .therapist-details h6 {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 375px) {
  .product-item .image-wrap .list-product-btn {
    top: 5px;
    gap: 5px;
  }
}

/*# sourceMappingURL=styles.css.map */


@media screen and (max-width: 490px) {
  .title-heading{font-size: 34px;line-height: 38px;}
  .main-content{padding-top: 50px !important; padding-bottom: 50px !important;}
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5{  padding-top: 50px;
        padding-bottom: 50px;}
  .heading-section .description{text-align: justify;}      
  .effec-overlay img{margin-top: 10px;}
  .unique-content-box.p-5{padding: 0px!important;}
  .heading-section:not(.text-start){margin-bottom: 10px !important;}
  .story-content{    margin-left: 45px;}
  .story-number{left: 0px;top: 25px;}
  .timeline-connector{left: 0;}
  .check-point{font-size: 1.8rem;}
  .team-item p{    font-size: 16px;}
  .mobhide{display: none;}
  .footer-brands .row{display: flex;align-items: center;}
  .footer-brands .row .col-md-2{width: 50%;}
  .brand-logo{padding: 12px; padding-bottom: 20px;}
  .page-title-homepage-4 img{        height: 290px;}
  .founder-message .box-cta{max-width: 100%!important;}
  .section-cta .founder-message .wrap-content{padding-bottom: 0;}
  .healing-image-wrap{margin-bottom: 10px;}
  .healing-tool-section .row .col-lg-6.mb-5{margin-bottom: 1rem !important;}
  .training-note{margin: 8px 0;}
  /* h4{font-size: 22px !important;line-height: 24px !important;} */
  .img-overlay{        right: -5px;}
  .date-text h3{font-size: 22px !important;}
  .benefit-list li{font-size: 1.8rem;}
  .date-status{display: none!important;}
  .curriculum-card{padding: 2px 12px;}
  .curriculum-card h3{    font-size: 22px !important;}
  .handmade-paper-texture{min-height: auto;}
  .hidemob{display: none;}

}

@media screen and (max-width: 430px) {
  .title-heading{        font-size: 28px;line-height: 28px;}
  h2{font-size: 24px !important;line-height: 32px !important;}
  .culture-icon{padding: 4px!important;}
  .section-team .heading-section{margin-bottom:15px;}
  .section-testimonials:not(.page-home-2) .wg-testimonial .content > p{font-size: 16px;}
  h6, .h6{font-size: 18px;line-height: 24px;}
  .text-1{font-size: 16px;}
  h6.title{font-size: 16px;}
  .row.mt-80{margin-top: 30px;}
  .tf-top-bar.style-has-logo .top-bar-left .top-info{gap: 8px;}
}

@media screen and (max-width: 400px) {
  .top-info .text-3{font-size: 14px;line-height: 18px;}
  .title-heading{font-size: 24px;line-height: 24px;}
  h2{font-size: 24px !important;line-height: 28px !important;}
  .story-timeline.mt-5{margin-top: 1rem !important;}
  h3{font-size: 22px !important;line-height: 28px !important;}
  .section-box-about.page-home-2 .box-about{padding: 0px 5px;}
}




      
        .dates-section {
            padding: 60px 0;
            background-color: #f8f5ee;
        }
        
        .section-title {
            text-align: center;
        }
        
        .date-accordion {
            max-width: 900px;
            margin: 0 auto;
        }
        
        .date-item {
            background: white;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
            overflow: hidden;
            border: 1px solid #eae2d4;
        }
        
        .date-header {
            padding: 12px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            transition: all 0.3s ease;
        }
        
        .date-header:hover {
            background-color: #fefcf7;
        }
        
        .date-header.active {
            background-color: #fefcf7;
            border-bottom: 1px solid #eae2d4;
        }
        
        .date-main-info {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        .date-icon {
            width: 40px;
            height: 40px;
            background: #d4a762;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
        }
        .date-icon i{font-size: 20px;}
        
        .date-text h3 {
            margin: 0;
            font-size:2rem;
            color: #4A3E1C;
        }
        
        .date-text p {
            margin: 5px 0 0;
            color: #666;
            font-size: 0.95rem;
        }
        
        .date-status {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .status-badge {
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        .status-available {
            background-color: #e8f5e9;
            color: #2e7d32;
        }
        
        .status-limited {
            background-color: #fff3e0;
            color: #ef6c00;
        }
        
        .toggle-icon {
            color: #d4a762;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }
        
        .toggle-icon.rotate {
            transform: rotate(180deg);
        }
        
        .date-content {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .date-content.show {
            padding: 25px;
            max-height: 1000px;
        }
        
        .pricing-section {
            margin-bottom: 25px;
        }
        
        .pricing-title {
            font-size: 1.2rem;
            margin-bottom: 20px;
            color: #4A3E1C;
            font-weight: 600;
        }
        
        .pricing-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .pricing-table th {
            text-align: left;
            padding: 12px 15px;
            background-color: #f5f1e8;
            color: #4A3E1C;
            font-weight: 600;
            border: 1px solid #eae2d4;
        }
        
        .pricing-table td {
            padding: 12px 15px;
            border: 1px solid #eae2d4;
        }
        
        .pricing-table tr:nth-child(even) {
            background-color: #fefcf7;
        }
        
        .price-highlight {
            color: #d4a762;
            font-weight: 600;
        }
        
        .price-strike {
            text-decoration: line-through;
            color: #999;
            margin-right: 8px;
        }
        
        .action-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
        }
        
        .btn-book {
            background-color: #d4a762;
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-book:hover {
            background-color: #c29552;
            transform: translateY(-2px);
        }
        
        .btn-enquire {
            background-color: transparent;
            color: #d4a762;
            border: 2px solid #d4a762;
            padding: 10px 25px;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-enquire:hover {
            background-color: #d4a762;
            color: white;
        }
        
        @media (max-width: 768px) {
            .date-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .date-status {
                width: 100%;
                justify-content: space-between;
            }
            
            .pricing-table {
                display: block;
                overflow-x: auto;
            }
            
            .action-buttons {
                flex-direction: column;
            }
        }


        /* <!--------- blog -----> */




                /* <!-------04-03-206-------> */







.footer-widget .widget th,
.sidebar-widget .widget th {
	background: green;
	padding: 10px 5px;
	text-align: center;
	color: #fff
}

.sidebar-widget .widget {
	padding: 25px;
	overflow: hidden;
	margin-bottom: 40px;
	border: 2px solid #f5f5f5 !important;
	background: #fff
}

.sidebar-widget .widget-title,
.sidebar-widget .widgettitle,
.wp-block-group__inner-container h2 {
	font-size: 20px;
	line-height: 1;
	text-align: left;
	font-weight: 700;
	margin-bottom: 30px;
	border-left: 4px solid green;
	padding-left: 15px
}

.tags {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	display: inline-block
}

.search-form input,
.wp-block-search .wp-block-search__input {
	background: #f5f5f5;
	border: none;
	width: 100%;
	padding: 18px 30px
}

.search-form input::placeholder {
	font-size: 12px;
	color: #b0b0b0
}

.search-form .search-submit,
.wp-block-search .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: green;
	padding: 18px 23px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	min-height: 88%;
	width: 106px
}

.sidebar-widget .widget .widget_archive,
.sidebar-widget .widget_archive,
.widget_categories {
	text-align: right
}

.sidebar-widget .widget .widget_archive,
.sidebar-widget .widget_archive a,
.sidebar-widget .widget_categories a {
	float: left;
	height: 30px
}


.sidebar-widget .widget-title,
.sidebar-widget .widgettitle,
.wp-block-group__inner-container h2 {
	font-size: 20px;
	line-height: 1;
	text-align: left;
	font-weight: 700;
	margin-bottom: 30px;
	border-left: 4px solid green;
	padding-left: 15px
}


#scrollUp,
.call-box strong,
h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 20px
}




ul {
	margin: 0;
	padding: 0
}

.btn-claim {
    background: #A6BE19;
    border: none;
    border-radius: 12px;
    padding: 0.9rem;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
}
	/* Form */
		.offer-form .form-control,
		.offer-form .form-select {
			border-radius: 12px;
			padding: 0.75rem 1rem;
			border: 1px solid #ddd;
			font-size: 0.95rem;
		}


.sidebar-widget .widget {
    padding: 25px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 2px solid #f5f5f5 !important;
    background: #fff;
}

.widget-insta-post li,
.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px
}

.widget-insta-post li:hover a::before {
	opacity: .7
}

.widget-insta-post li a {
	position: relative;
	display: block
}

.widget-insta-post li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: green;
	opacity: 0;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out
}

.widget-social a {
	height: 40px;
	width: 40px !important;
	line-height: 40px !important;
	border-radius: 50%;
	display: inline-block;
	background: 0 0;
	border: 1px solid #e4e4e4;
	color: #6e6e6e;
	margin: 0 3px;
	text-align: center !important
}

.widget-social a:hover {
	background: green;
	color: #fff !important;
	border-color: green;
	padding: 0 !important;
	box-shadow: 0 10px 19px 0 green66 !important
}

.rpwwt-widget li {
	line-height: 23px !important
}

.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px
}

.cat__list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.cat__list li:hover a {
	color: green
}

.cat__list li a {
	font-size: 14px;
	color: #777
}

.cat__list li a span {
	float: right;
	display: block
}

.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden
}

.form-submit,
.single-cta p,
.single-post .blog-deatails-box.single p.form-submit,
.widget__post ul li:last-child {
	margin-bottom: 0
}

.widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px
}

.widget__post-content h6:hover a {
	color: green
}

.widget__post-content span {
	font-size: 14px
}

.widget__post-content span i {
	margin-right: 8px
}

.widget__tag ul li:hover a {
	background: green;
	border-color: green;
	color: #fff
}

.meta__info ul li a:hover,
cite {
	color: green
}

.widget__tag ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	color: #8f8bb8;
	padding: 9px 20px
}

.widget.widget__banner {
	border: none;
	padding: 0;
	position: relative
}

.widget__banner-overly {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	text-align: center
}

.widget__banner-overly>span {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 160px
}

.widget__banner-overly h3 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 129px
}

.widget__banner-overly h3 span {
	display: block;
	font-size: 30px;
	font-weight: 300
}

.post__tag h5,
cite,
figcaption {
	font-weight: 600
}

.widget__banner-overly .btn {
	border-radius: unset;
	background: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 17px 35px;
	color: green
}

.widget__banner-overly .btn:hover {
	background: 0 0;
	color: #fff
}

.meta__info ul {
	margin-bottom: 7px
}

.meta__info ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px
}

.meta__info ul li a {
	color: #777;
	text-transform: capitalize
}

.comment-text .comment-reply i,
.meta__info ul li a i,
.meta__info ul li i {
	margin-right: 5px
}

.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0
}

.details__content p {
	margin-bottom: 18px
}

.comment-list blockquote,
.pages-content blockquote,
blockquote {
	background: green;
	border-radius: 10px;
	padding: 30px 45px !important;
	position: relative;
	z-index: 5;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	font-size: 18px
}

.news-text blockquote i {
	font-size: 190px;
	color: #e4e9ff;
	z-index: -1;
	position: absolute;
	bottom: 15px;
	right: 30px
}

.news-text blockquote footer {
	color: #ff8000 !important;
	margin-bottom: 15px
}

.news-text figure img {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 15px
}

.news-text ul li {
	line-height: 30px;
	list-style: none
}

.blist li i,
.news-text ul li i,
.quote-post ul li i {
	color: #f15b26;
	padding-right: 5px
}

.comment-list blockquote p,
.news-text blockquote p,
.pages-content blockquote p {
	color: #fff;
	line-height: 28px
}

.news-text blockquote footer,
.pages-content blockquote footer {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-weight: 600
}

.wp-block-pullquote cite {
	color: #bacdff !important
}

cite {
	margin-top: 15px
}

.ab-submenu .ab-item img,
.post-categories li {
	display: none !important
}

.post-categories li:first-child {
	display: block !important
}

.details__content-img {
	margin: 45px 0
}

.comment__wrap-title,
.related__post .post-title {
	margin-bottom: 35px
}

.details__content-img img,
.wp-block-media-text__media img {
	width: 100%;
	height: auto
}

.details__content figure {
	margin-top: 45px;
	margin-bottom: 60px
}

.details__content figure img {
	float: left;
	width: 255px;
	margin-right: 30px
}

.tags.pb-50 {
	padding-bottom: 20px
}

.post__tag h5 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	border-top: 2px solid #f5f5f5;
	margin-top: 25px
}

.comment-form input,
.comment-form textarea {
	padding: 20px 50px 20px 20px;
	background: #fff;
	border: none
}

.post__tag ul li {
	display: inline-block;
	margin-right: 10px
}

.post__tag ul li a {
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 7px 10px;
	display: inline-block;
	border-radius: 3px;
	color: #9d9d9d;
	margin-bottom: 10px
}

.comment-text .comment-reply:hover,
.post__tag ul li a:hover {
	border-color: green;
	background: green;
	color: #fff
}

.comment-list,
.comment__wrap,
.posts_navigation {
	border-bottom: 1px solid #eaeaea
}

.post__share h5 {
	font-size: 18px;
	margin-bottom: 30px
}

.post__share ul li {
	margin-left: 20px;
	display: inline-block
}

.post__share ul li a {
	font-size: 18px;
	display: inline-block;
	color: #b5becc
}

.post__share ul li a:hover,
.posts_navigation .next-link h4:hover a,
.posts_navigation .prev-link h4:hover a {
	color: green
}

.posts_navigation {
	border-top: 1px solid #eaeaea
}

.posts_navigation .prev-link span {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	margin-bottom: 15px
}

.posts_navigation .prev-link h4 {
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
	height: 30px;
	overflow: hidden
}

.wpding .footer-widget .widget_pages li .children li {
	min-height: 42px
}

.avatar_post img {
	border-radius: 50%;
	box-shadow: 1px 5px 6px #8a8a8a33
}

.posts_navigation .next-link span {
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px
}

.posts_navigation .next-link h4 {
	font-size: 20px;
	margin-bottom: 0;
	height: 30px;
	overflow: hidden
}

.related__post .post-title h4 {
	font-size: 26px;
	margin-bottom: 0
}

.related-post-wrap .rp__content {
	padding: 30px;
	border: 2px solid #f4f3fb;
	border-top: none
}

.related-post-wrap .rp__content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.4
}

.avatar__wrap-content p,
.related-post-wrap .rp__content p {
	margin-bottom: 0;
	font-size: 14px
}

.related-post-wrap .rp__content h3:hover a {
	color: green
}

.avatar__wrap {
	background: #f9f9f9;
	padding: 50px 80px;
	float: left;
	width: 100%
}

.avatar__wrap .avatar-img {
	margin-top: -115px;
	margin-bottom: 35px
}

.avatar__info h5 {
	font-size: 26px;
	margin-bottom: 10px
}

.avatar__info-social a {
	font-size: 12px;
	color: green;
	display: inline-block;
	margin: 0 5px
}

.avatar__info-social a:hover {
	color: green
}

code {
	font-size: 15px;
	display: inline-block;
	margin-top: 10px
}

figcaption {
	color: #202020
}

.comment__wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0
}

.single__comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px
}

.comment-author-admin,
.single__comment.children {
	margin-left: 130px
}

.single__comment.children .avatar-name h6 i {
	font-size: 12px;
	color: #cacfef;
	margin-left: 20px
}

.comment-text .avatar-name h6 {
	font-size: 16px;
	margin-bottom: 7px
}

.comment-author-admin .avatar-name h6 i {
	font-size: 12px;
	display: inline-block;
	color: #cacfef;
	margin-left: 20px
}

.comment-text .avatar-name span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: green
}

.comment-text .comment-reply {
	display: inline-block;
	border: 2px solid #f5f5f5;
	padding: 8px 18px;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
	width: 100px
}

.comment-text .comment-reply a {
	color: #777;
	width: 100%;
	position: absolute;
	left: 0;
	display: inline-block;
	top: -2px;
	padding: 10px 0 10px 41px
}

.comment-list {
	padding: 0 0 45px;
	margin-top: 45px;
	margin-bottom: 45px
}

.comments-title {
	font-size: 22px;
	margin-bottom: 0
}

.comment-reply-title {
	font-size: 20px;
	margin-bottom: 20px
}

.comment-text p {
	font-size: 16px;
	margin-bottom: 0
}

.comment-form {
	padding: 50px;
	background: #f5f5f5;
	border-radius: 5px
}

.comment-form .comment-field.text-area i {
	top: 25px;
	transform: unset
}

.comment-form i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: green;
	font-size: 14px
}

.comment-form textarea {
	height: 150px;
	width: 100%
}

.comment-form textarea::placeholder {
	font-size: 14px;
	color: #a7a7c1
}

.comment-form input:focus,
.comment-form textarea:focus {
	outline: solidgreen 1px
}

.comment-form input {
	width: 100%
}

.comment-form input::placeholder {
	font-size: 14px;
	color: #b0b0b0
}

.comment-form .submit {
	background: green;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	padding: 12px 45px;
	margin-top: 20px;
	width: auto
}

.page .comments-area ol .comment-respond {
	margin-bottom: 30px;
	margin-top: -26px
}

.comments-area ol>.comment-respond {
	margin-bottom: 30px;
	margin-top: -30px
}

.comments-area ol>li>ol .comment-respond {
	margin-left: -32px;
	margin-top: -35px
}

.comments-area ol>li>ol>li>ol>.comment-respond {
	margin-left: -42px;
	margin-top: -30px
}

.comments-area ol>li>ol>li>ol>li>ol>.comment-respond {
	margin-left: -62px;
	margin-top: -35px
}

.blist li {
	list-style: none !important;
	line-height: 30px
}

.wp-image-907 {
	width: 100% !important;
	height: auto;
	margin-bottom: 15px
}

figure img {
	display: inline-block;
	margin-bottom: 15px
}

.single-post .blog-deatails-box.single {
	padding: 40px;
	border: 2px solid #f3f3f3;
	float: left;
	width: 100%
}

blockquote footer {
	color: green;
	margin-bottom: 30px
}

.comment-form-cookies-consent input {
	width: auto;
	margin-top: 7px;
	margin-right: 10px
}

.comment-text ol,
.comment-text ul {
	margin-bottom: 15px;
	padding-left: 20px
}

.pagination {
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0
}

.pagination .page-item a.page-link {
	border-radius: 50%;
	padding: 0;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #f8f8f8;
	color: #9fa7c5;
	font-size: 14px;
	border: none;
	font-weight: 500
}

.pagination .page-item.active a.page-link,
.pagination .page-item:hover a.page-link {
	box-shadow: 0 16px 32px 0 rgba(255, 74, 87, .2);
	background: #ff4a57;
	color: #fff
}

.pagination-wrap .pagination {
	display: block;
	border-radius: unset
}

.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 15px
}

.pagination-wrap .pagination li.active a {
	background: #252525;
	color: #fff;
	box-shadow: 0 8px 16px 0 rgba(26, 35, 126, .32)
}

.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: green;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center
}

.f-cta-area {
	background: #fff;
	margin-left: 260px;
	margin-right: 260px;
	position: relative;
	top: -70px;
	margin-bottom: 30px;
	box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09)
}

.f-cta-icon i {
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 78px;
	background: green;
	border-radius: 50%;
	color: #fff;
	font-size: 28px
}

.single-cta {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%
}

div.single-cta:last-child {
	border: 0
}

.single-cta h5 {
	font-size: 20px;
	margin-bottom: 15px !important
}

.s-cta-btn .btn {
	background: #383838;
	color: #fff;
	margin-top: 10px
}

.widget.widget_media_image {
	margin: 25px 0 0
}

.award-box .date {
	font-weight: 700;
	font-size: 24px;
	color: #00173c
}

.aw-line::before {
	content: "";
	position: absolute;
	height: 1px;
	left: 9%;
	border-bottom: 1px dashed;
	top: 32%;
	width: 81%;
	margin: auto
}

.inner-linke-page a,
.inner-linke-page>span,
.post-page-numbers,
.post-page-numbers.current {
	border: none;
	height: 32px;
	width: 32px;
	line-height: 32px;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	text-align: center
}

.bsingle__content .meta-info ul {
	padding-bottom: 0;
	border-bottom: none;
	display: inline-block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 20px
}

.blog-deatails-box02 .meta-info ul {
	margin-top: 0;
	padding-left: 0;
	padding-top: 0
}

.sticky .bsingle__content .meta-info ul {
	padding-top: 0;
	border-top: none;
	display: inline-block;
	width: 100%;
	padding-left: 0
}

.blog-deatails-box.single .bsingle__content {
	padding: 0;
	border: none
}

.sidebar-widget .widget li {
	padding-bottom: 5px;
	border-bottom: 1px solid #8f8a8a;
	padding-top: 5px;
	float: left;
	width: 100%;
	min-height: 42px
}

.sidebar-widget .widget a {
	width: 100%;
	text-align: left;
	line-height: 28px;
	margin-bottom: -26px;
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 16px;
	color: #000
}


/*---> 06-03-2026 <---*/
.sound-healing-section{
background:#f7f4ed;
padding:70px 0;
}

.section-title{
color:#5c7f1b;
font-weight:700;
}

h2.section-title{
color:#3c210e !important;
font-size:32px;
font-weight:700;
margin-bottom:15px;
}

.divider{
display:flex;
justify-content:center;
align-items:center;
margin-top:10px;
}

.divider span{
width:80px;
height:1px;
background:#999;
}

.divider i{
margin:0 10px;
color:#1f3dbb;
font-size:12px;
}

.description{
max-width:850px;
margin:auto;
font-size:16px;
line-height:1.5;
text-align: justify;

}

.image-card img{
width:100%;
border-radius:10px;
box-shadow:0 8px 25px rgba(0,0,0,0.1);
}

.why-title{
color:#5c7f1b;
font-weight:700;
}

h4.why-title{
 color: #3c210e !important;

}
.benefit-item{
display:flex;
align-items:flex-start;
gap:12px;
margin-bottom:14px;
font-size:15px;
line-height:1.6;
}

.benefit-item i{
color:#3c210e;
font-size:18px;
margin-top:3px;
}



.course-levels{
background:#ffffff;
}

.section-title{
color:#ff7a2f;
font-weight:700;
}

.divider{
display:flex;
justify-content:center;
align-items:center;
margin-top:10px;
}

.divider span{
width:80px;
height:1px;
background:#444;
}

.divider i{
margin:0 10px;
color:#1f3dbb;
font-size:12px;
}

.course-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
height:100%;
}

.course-card h4{
color:#5c7f1b;
font-weight:700;
margin-bottom:5px;
}

.duration{
font-size:14px;
color:#777;
margin-bottom:15px;
}

.course-card ul{
padding-left:18px;
}

.course-card ul li{
margin-bottom:8px;
font-size:14px;
}


.section-human-approach{
background:#f7f3ea;
padding:80px 0;
}

.healing-points{
list-style:none;
padding:0;
margin:0;
}

.healing-points li{
position:relative;
padding-left:28px;
margin-bottom:12px;
line-height:1.7;
font-size:15px;
}

.healing-points li:before{
content:"✓";
position:absolute;
left:0;
top:0;
color:#3c210e;
font-weight:bold;
}

h4.level-one{
  color:#3c210e !important;

}
h2.title-heading.wow.fadeInUp.animated{
  color:#3c210e !important;


}
.course-section{
background:#f8f5ee;
}


.course-card{
background:#fff;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
overflow:hidden;
transition:0.3s;
height:100%;
}

.course-card:hover{
transform:translateY(-5px);
}

.course-img{
width:100%;
height:240px;
object-fit:cover;
}

.course-content{
padding:20px;
text-align:center;
}

.course-level{
color:#1c2e8a;
font-weight:700;
}

.course-title{
font-size:14px;
margin-bottom:15px;
}

.price-list{
list-style:none;
padding:0;
margin:0 0 15px 0;
}

.price-list li{
display:flex;
justify-content:space-between;
font-size:14px;
margin-bottom:6px;
}

.course-btns{
display:flex;
justify-content:space-between;
}


.ttc-card{
background:#fff;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
overflow:hidden;
}

.ttc-header{
background:#3c210e !important;
color:#fff;
padding:16px 20px;
font-weight:600;
font-size:18px;
}

.ttc-body{
padding:20px;
}

.ttc-body p{
margin-bottom:6px;
font-size:15px;
}

.available{
background:#fedac2;
color:#3c210e;
padding:4px 10px;
border-radius:20px;
font-size:12px;
margin-left:8px;
}

.ttc-table{
width:100%;
margin-top:15px;
border-collapse:collapse;
}

.ttc-table th{
background:#fedac2;
padding:10px;
font-weight:600;
}

.ttc-table td{
padding:10px;
border-top:1px solid #ddd;
}

.ttc-buttons{
display:flex;
justify-content:space-between;
margin-top:20px;
}

.enquire-btn{
background:#fedac2 !important;
color:#3c210e !important;
padding:10px 20px;
border-radius:30px;
}

.book-btn{
border:2px solid #fedac2;
color:#3c210e !important;
padding:10px 20px;
border-radius:30px;
}


.ttc-card{
background:#fff;
border-radius:12px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
overflow:hidden;
font-size:13px;
}

.ttc-header{
background:#7a9436;
color:#fff;
padding:10px 14px;
font-weight:600;
font-size:14px;
}

.ttc-body{
padding:14px;
}

.ttc-table th,
.ttc-table td{
padding:6px;
font-size:12px;
}

.ttc-buttons{
display:flex;
justify-content:space-between;
margin-top:10px;
}

.enquire-btn{
background:#ff7a00;
color:#fff;
padding:6px 12px;
border-radius:20px;
font-size:12px;
}

.book-btn{
border:1px solid #7a9436;
color:#7a9436;
padding:6px 12px;
border-radius:20px;
font-size:12px;
}


.upcoming-section{
background:linear-gradient(180deg,#ffffff,#f3efe6);
padding:60px 0;
}

.why-train-section{
background:#ffffff;
padding:70px 0;
}
.train-box{
background:#fff;
border-radius:14px;
padding:35px;
box-shadow:0 6px 20px rgba(0,0,0,0.06);
border-top:4px solid #3c210e;
height:100%;
display:flex;
flex-direction:column;
}

.train-title{
text-align:center;
color:#3c210e !important;
font-size:22px;
margin-bottom:10px;
}

.train-divider{
width:120px;
height:2px;
background:#3c210e !important;
margin:15px auto 25px;
position:relative;
}

.train-list{
list-style:none;
padding:0;
}

.train-list li{
position:relative;
padding-left:28px;
margin-bottom:12px;
font-size:15px;
}

.train-list li:before{
content:"✓";
position:absolute;
left:0;
color:#3c210e;
font-weight:bold;
}

.sound-course-section{
background:#f5f5f5;
padding:60px 0;
}

.top-announcement{
width:100%;
background:#3c210e;
color:#fff;
padding:12px 10px;
font-weight:600;
letter-spacing:1px;
font-size:18px;
}

.video-box{
width:100%;
height:100%;
}

.video-box iframe{
width:100%;
height:100%;
min-height:480px;
border-radius:6px;
}

.course-detail-box{
background:#3c210e;
color:#fff;
padding:25px;
border-radius:6px;
height:100%;
display:flex;
flex-direction:column;
}

h4.course-title-1 {
color:#fff !important;

}

h4.price-strikethrough-new {
color:#fff !important;

}

h3.price-color-new {
color:#fff !important;

}

.course-label{
background:#fedac2;
color: #3c210e;
text-align:center;
padding:8px;
font-weight:600;
margin-bottom:15px;
}

.course-info{
list-style:none;
padding:0;
margin:0;
}

.course-info li{
display:flex;
justify-content:space-between;
border-bottom:1px solid rgba(255,255,255,0.2);
padding:6px 0;
font-size:14px;
}

.price-row{
display:flex;
justify-content:space-between;
margin:20px 0;
}

.price-col p{
margin:0;
}

.price-col h3{
font-size:28px;
margin:0;
}

.price-col span{
font-size:14px;
text-decoration:line-through;
margin-left:5px;
}

.enroll-btn{
width:100%;
padding:12px;
background:transparent;
border:2px solid #fff;
color:#fff !important;
font-weight:600;
border-radius:4px;
}


 a.video span {
            left: 43.68%;
        }

        a.video, a.home-video {
    float: left;
    position: relative;
}


a.video span {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 34%;
    background: url(../images/yt-btn.svg) no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}

.videos img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 9px 19px -1px;
}
.section-title{
color:#5c7f1b;
font-weight:600;
}

.divider{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
margin-top:10px;
}



.divider i{
color:#444;
}

.videos{
position:relative;
overflow:hidden;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:0.3s;
}

.videos img{
width:100%;
border-radius:15px;
transition:0.4s;
}

.videos:hover img{
transform:scale(1.05);
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:70px;
height:50px;
background:#ff0000;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
}

.play-btn:before{
content:'';
border-left:15px solid #fff;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
margin-left:5px;
}


/*---> 04-03-2026 <---*/


/*---> 04-03-2026 <---*/

      
/* ===== Accordion Card ===== */
#syllabus .custom-accordion .accordion-item {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* ===== Header Button ===== */
#syllabus .level-btn {
    background: linear-gradient(90deg, #3c210e, #3c210e);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    padding:15px 7px 15px 45px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Remove default Bootstrap background when open */
#syllabus .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #3c210e, #3c210e);
    color: #ffffff;
    box-shadow: none;
}

/* Remove default border */
#syllabus .accordion-button {
    border: none;
    box-shadow: none;
    background:#3c210e;
    padding: 3px;
}
/* Arrow White */
#syllabus .accordion-button::after {
    filter: brightness(0) invert(1);
}

/* ===== Circle Number ===== */
#syllabus .level-number {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
        margin: 6px;
}

/* ===== Body ===== */
#syllabus .accordion-body {
    background: #f5f5f5;
    padding: 35px;
}

/* Vertical Divider */
#syllabus .accordion-body .col-md-6:first-child {
    border-right: 1px solid #ddd;
}

/* ===== Titles ===== */
#syllabus .theory-title {
    color: #3c210e;
    font-weight: 600;
    margin-bottom: 15px;
}

#syllabus .practical-title {
    color: #3c210e;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ===== List Style ===== */
#syllabus .syllabus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#syllabus .syllabus-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #333;
}

/* Green Bullet (Theory) */
#syllabus .syllabus-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #6b8e23;
    font-size: 18px;
}

/* Orange Bullet (Practical) */
#syllabus .syllabus-list.practical li::before {
    color: #ff7a00;
}

/* Hover Lift Effect */
#syllabus .accordion-item {
    transition: 0.3s ease;
}

#syllabus .accordion-item:hover {
    transform: translateY(-3px);
}


/* ===== SECTION BACKGROUND ===== */
/* SECTION BG */
.daily-section {
  background: #f3efe8;
  padding: 100px 0;
}

/* CARD */
.schedule-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid #e6e1d8;
}

/* ROW */
.schedule-row {
  display: flex;
  align-items: center;
  padding: 14px 0px; /* slightly smaller */
  font-size: 15px;
  border-bottom: 1px solid #ece8e1;
}

/* REMOVE last border */
.schedule-row:last-of-type {
  border-bottom: none;
}

/* ALTERNATE ROW */
.schedule-row.alt {
  background: #f4f4f2;
}

/* TIME COLUMN */
.schedule-row .time {
  flex: 0 0 158px;   /* fixed width */
  font-weight: 700;
  font-size: 13px;
  color: #7a9a01;
  letter-spacing: 0.3px;
}

/* ACTIVITY */
.schedule-row .activity {
  flex: 0 0 440px;   /* fixed width */
  color: #2d2d2d;
  padding: 1px 44px;
  line-height: 1.6;
}




/* FOOTER */
.schedule-footer {
  background: #e5d6c7;
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.6;
}

.more-text {
    display: none;
    transition: all 0.3s ease;
}

.read-more {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

        

/* 27-02-025*/
/* Section Background */
.about-area-new {
    background: #f9f9f9;
}

/* Card layout */
.about-area-new .s-about-content {
    display: flex;
    flex-direction: column;
}

/* Ribbon Header */
.about-area-new .ribbon-title {
    background: #6b8e23;
    color: #fff;
    padding: 20px 25px;
    font-size: 22px;
    font-weight: 600;
    min-height: 90px;
    display: flex;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Bottom content box */
.about-area-new .bottom-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    flex-grow: 1;
}

/* List styling */
.about-area-new .sound-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-area-new .sound-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
}

.about-area-new .sound-list li i {
    color: #2e8b57;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 4px;
}



.about-content-new {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.upper-wrapper-new {
    padding: 12px 15px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottom-wrapper-new p {
    margin-bottom: 10px;
}




/*new*/

#syllabus .level-btn-new {
    background: linear-gradient(90deg, #6b8e23, #7fa53b) !important;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}



.accordion-button::after {
    margin-right: 20px;
}
.accordion-button::after{
    flex-shrink:0;
    width:20px;
    height:20px;
    margin-left:auto;
    margin-right:10px;
    background-size:20px;
    filter:brightness(0) invert(1);
}


.ayurveda-section{
margin-top:30px;
}

.section-title{
color:#5C7F1B;
font-weight:600;
margin-bottom:25px;
}

.day-item{
margin-bottom:20px;
padding:15px;
background:#fff;
border-radius:8px;
box-shadow:0 3px 8px rgba(0,0,0,0.08);
}

.day-item h5{
color:#3c210e;
margin-bottom:10px;
}

.day-item ul{
padding-left:18px;
}

.day-item ul li{
margin-bottom:6px;
}

.benefit-list{
list-style:none;
padding:0;
}

.benefit-list li{
background:#fff;
padding:15px;
margin-bottom:12px;
border-radius:8px;
box-shadow:0 3px 8px rgba(0,0,0,0.08);
}

.sub-list{
margin-top:8px;
padding-left:18px;
}

.sub-list li{
background:none;
box-shadow:none;
padding:3px 0;
margin:0;
}

.benefit-list{
list-style:none;
padding:0;
}

.benefit-list li{
background:#fff;
padding:15px;
margin-bottom:12px;
border-radius:8px;
box-shadow:0 3px 8px rgba(0,0,0,0.08);
}

.day-title{
display:flex;
align-items:center;
gap:10px;
margin-bottom:8px;
}

.level-number-day{
width:40px;
height:40px;
background:#7FA32A;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
}

.sub-list{
margin-top:5px;
padding-left:18px;
}

.sub-list li{
background:none;
box-shadow:none;
padding:3px 0;
margin:0;
}





.retreat-blog-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
height:100%;
}

.retreat-blog-img{
width:100%;
height:240px;
overflow:hidden;
position:relative;
}

.retreat-blog-img img{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%) scale(1.3);
width:100%;
height:auto;
}

.retreat-blog-content{
padding:20px;
}

.retreat-blog-title{
font-size:18px;
margin-bottom:10px;
}

.retreat-blog-title a{
color:#6f8f1f;
text-decoration:none;
}

.retreat-blog-text{
font-size:14px;
color:#555;
margin-bottom:15px;
}

.retreat-blog-link{
font-weight:600;
color:#333;
text-decoration:none;
}


/* 09-03-2026 */

.luxury-card{
    margin-bottom: 0;
    padding-bottom: 0px;
}

h2.f-22.text-left.orange.margintop {
    margin-top: -12%;
}
.luxury-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}


.section-space{
margin-bottom:50px;
}
.luxury-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.luxury-card .card-body{
    padding:40px;
}

.healing-points{
    padding-left:20px;
}

.healing-points li{
    margin-bottom:10px;
}

/* 09-03-2026 */



/*09-03-2026*/

.terms-list{
    list-style: none;
    padding: 0;
}

.terms-list li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.terms-list li i{
    color: #6a8f2c;
    margin-top: 4px;
    font-size: 18px;
}


/* <!----- blog------> */

 <style>
   .breadcrumb-title {
	        margin-top: 0;
	    }
        .breadcrumb-title h1{
            font-size: 40px;
            line-height: 1.5;
        }
        .breadcrumb-area{
            min-height: 200px;
        }
        .breadcrumb > .active, .breadcrumb li a {color: #fff!important;}
        .details__content .accordion-header {
            font-size: 26px;
            line-height: 1.5;
            margin-bottom: 15px;
            text-align: left;
        }
        .details__content h3 {
            font-size: 22px;
            text-align: left;
        }
        .details__content ul, .details__content ol{
            margin-bottom: 15px;
        }
        .details__content ul li, .details__content ol li {line-height: 1.5; padding-bottom: 10px;}
        .details__content span, .details__content p{ font-size: 16px!important; }
        .details__content a { color: blue; }
        .details__content p {
            margin-bottom: 12px;
        }
        .details__content ul li { /* add the new bullet point */
            list-style-type: disc;
            margin-left: 1em;
            font-size: 16px;
        }
        .details__content ol li { /* add the new numbers */
            list-style-type: number;
            margin-left: 10px;
            font-size: 16px;
        }
        .blog-details-wrap .meta-info ul {
            padding-top: 16px;
            border-top: 2px solid green;
            padding-bottom: 0px;
        }
        .details__content table tr, .details__content table tr td, .details__content table tr th{
            /*border: 1px solid #000!important;*/
            padding: 10px;
        }
        .styled-icons {margin-left: 10px;}
        .styled-icons li {
            display: inline-block;
            font-size: 30px;
            margin-left: 10px;
        }
        .blog-details-wrap{
            border-bottom: 1px solid #d3d3d3;
            padding-bottom: 10px;
        }
        .styled-icons .facebook-share {color: #3B5998;}
        .styled-icons .twitter-share {color: #14171A;}
        .styled-icons .linkedin-share {color: #0077B5;}
        .styled-icons .pinterest-share {color: #CC2127;}
        .styled-icons a.facebook-share:hover { color: #1056A0; }
        .styled-icons a.twitter-share:hover { color: #000; }
        .styled-icons a.linkedin-share:hover { color: #0C61BF; }
        .styled-icons a.pinterest-share:hover { color: #DF0022; }
        .bsingle__content {background: #f1f1f1;}
        iframe {
            height: 320px;
            width: 100%;
        }
        .blog-details-wrap table {
            width: 100%!important;
            margin-bottom: 10px!important;
        }
        .blog-details-wrap table tr, .blog-details-wrap table tr td{
            /*border: 1px solid #000!important;*/
            text-align: left!important;
            padding: 5px 10px!important;
        }
        @media only screen and (max-width: 767px) {
            .breadcrumb-title h1 {
                font-size: 28px;
                line-height: 1.2;
            }
            .details__content p {
                text-align: left;
            }
        }
        
        .date-info-block {
            display: flex;
            flex-direction: column;
            margin-left: 5px;
        }
        .date-info-inner {
            border-left: 1px solid #008000;
            width: 100%;
            padding-left: 12px;
        }
        .date-info {
            position: relative;
            padding-bottom: 28px;
        }
        .date-circle {
            height: 10px;
            width: 10px;
            border-radius: 10px;
            border: 1px solid #008000;
            background-color: #008000;
            position: absolute;
            top: 8px;
            left: -17px;
        }
        @media (min-width: 768px) {
        	.date {
        		font-size: 18px;
        	}
        }
        .date {
            font-size: 17px;
            line-height: 26px;
            margin-bottom: 8px;
            font-family: "Proxima Nova","Proxima Nova Fallback",sans-serif;
            font-weight: bold;
            margin-top: -15px;
        }
        .date-info-inner-bottom {
            border-left: 1px solid #008000;
            width: 100%;
            padding-left: 12px;
            border-left: none;
        }
        .date-info-bottom {
            position: relative;
            margin-bottom: 28px;
        }
        .date-circle-bottom {
            height: 10px;
            width: 10px;
            border-radius: 10px;
            border: 1px solid #008000;
            background-color: white;
            position: absolute;
            top: 8px;
            left: -17px;
        }
        
        .top-share ul{
            border-top: none!important;
            padding-top: 0!important;
            padding-left: 10px;
            line-height: 0!important;
        }
        .top-share ul li {
            border-right: none!important;
            padding-right: 0px!important;
            margin-right: 0!important;
            margin-left: 0!important;
            padding-bottom: 0!important;
            line-height: 0!important;
        }
        .blog-details-wrap .meta-info ul li i{
            color: #73777e!important;
        }
        .top-share ul li i{
            font-size: 22px!important;
        }
        
        
        #accordionFlushExample .accordion-button {
            background: transparent!important;
            border-bottom: 1px solid #000;
            padding: 1%;
            font-size: 18px;
            color: #000;
            font-weight: 500;
        }
        #accordionFlushExample .accordion-button:focus, #accordionFlushExample .accordion-button:active, #accordionFlushExample .accordion-button:visited{
            box-shadow: none;
        }
        div.accordion-item-new-add{
           border-bottom: none;
           width:100%;
           cursor:pointer;
           padding:1%;
        }
        #accordionFlushExample .accordion-body{
            padding: 1%;
            color: #000;
        }
        #accordionFlushExample .accordion-item {
            background: transparent;
        }
        @media only screen and (max-width: 767px) {
            #accordionFlushExample .accordion-item {
                margin-bottom: 18px;
            }
        }
        
        
        .details__content blockquote {
        	padding: 40px;
        	border-left: 5px solid #008000;
        	background-color: #fff;
        	/*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        	border-radius: 5px;*/
        	margin: 30px 0;
        	z-index: 1;
        	position: relative;
        	font-style: italic;
        	border-radius: 0!important;
        }
        .details__content blockquote::before{
        	font-family:Arial;
        	content: "\201C";
        	color: #0080001c;
        	font-size: 10em;
            position: absolute;
            left: 0px;
            top: -53%;
        }
        @media only screen and (max-width: 767px) {
        	.details__content blockquote::before {
    		    top: -46%;
                font-size: 12em;
        	}
        }
        .details__content blockquote::after{
        	content: '';
        }
        .details__content blockquote p {
        	font-size: 20px;
        	line-height: 1.5;
        	margin-bottom: 0;
        }
        .details__content blockquote span{
        	display:block;
        	color:#333333;
        	font-style: normal;
        	font-weight: bold;
        	margin-top:1em;
        }
        
        .sticky-container{padding:0;margin:0;position:fixed;right:-150px;top:230px;width:210px;z-index:1100}
        .sticky li{list-style-type:none;background-color:#f7f8f8;color:#efefef;height:43px;padding:0;margin:0 0 1px 0;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;cursor:pointer;border-radius:50px 0 0 50px;border:1px solid #f9fafa}
        .sticky li:hover{margin-left:-115px}
        .sticky li img{float:left;margin:5px 4px;margin-right:5px}
        .sticky li p{padding-top:5px;margin:0;line-height:16px;font-size:15px}
        .sticky li p a{text-decoration:none;color:#2c3539}.sticky li p a:hover{text-decoration:underline}
        .sticky-container ul { padding-left: 1.15rem; }
        @media (max-width: 767px) {
            .sticky-container{
                display:none;
            }
        }
        
        .content_only ul li p, .content_only ol li p, .content_only table tr p{
            margin-bottom: 0!important;
        }
        .content_only table thead {
            background: green;
            color: #fff;
        }
        .content_only table.bordered tr, .content_only table.bordered tr td, .content_only table.bordered tr th {
            border: 1px solid #000!important;
        }
        .content_only table td, .content_only table th, .content_only table td > span, .content_only table td > p > span {
            font-family: "Montserrat", sans-serif;
            font-size: 1.1rem;
        }

        .author_detail {
            font-size: 16px;
            margin-left: 15px;
            margin-bottom: 0 !important;
        }
        .blog-breadcrumb .breadcrumb {
            background-color: transparent;
        }
        .blog-breadcrumb .breadcrumb {
            /*padding: 0 8px;*/
            margin-bottom: 20px;
            list-style: none;
            border-radius: 4px;
        }
        .blog-breadcrumb .breadcrumb .breadcrumb-item {
            font-size: 15px;
            color: #666!important;
        }
        .blog-breadcrumb .breadcrumb>li {
            display: ruby;
            margin-left: 0!important;
        }
        .blog-breadcrumb .breadcrumb .breadcrumb-item a {
            color: #888!important;
        }
        .blog-breadcrumb .breadcrumb .breadcrumb-item {
            font-size: 15px;
            color: #666!important;
        }
        .blog-breadcrumb .breadcrumb > li + li::before {
            padding: 0 2px !important;
        }
        .blog-breadcrumb .breadcrumb>li+li:before {
            color: #ccc!important;
            content: "/\00a0"!important;
        }
        
        .screen-reader-text {
            border: 0;
            clip: rect(1px, 1px, 1px, 1px);
            -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute !important;
            width: 1px;
            word-wrap: normal !important;
            word-break: normal;
        }
        .post-category a {
            -js-display: inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-width: 2px;
            border-style: solid;
            font-weight: 500;
            padding: 6px 8px;
            line-height: 1;
            border-radius: 2px;
            text-decoration: none;
            margin: 0 4px 8px;
            border-color: green;
            color: green;
        }
   
        .content_only p, .content_only a, .content_only li, .content_only h2, .content_only h3, .content_only h4, .content_only h5, .content_only span, .content_only b, .content_only strong, .accordion-body {
                text-align: left;
            } 
        @media (max-width: 768px) {
            
            .content_only p, .content_only a, .content_only li, .content_only h2, .content_only h3, .content_only h4, .content_only h5, .content_only span, .content_only b, .content_only strong, .accordion-body {
                text-align: left;
            }
            .content_only table {
                display: block;     
                overflow-x: auto;
                -webkit-overflow-scrolling: touch; 
            }
            .eblog-right-side-post {
                margin-top: 25px;
            }
            #accordionFlushExample .accordion-button {
                background: transparent !important;
                border-bottom: 1px solid #000;
                padding: 1%;
                font-size: 16px;
                color: #000;
                font-weight: 600;
                text-align: left;
            }
        }
  

        		.popular-courses {
    						    margin-bottom: 20px;
    						}
						    .popular-courses .card-title-abs {
						        background: green;
                                color: #fff !important;
                                padding: 5px;
                                text-align: center;
                                border-radius: 15px;
                                width: 55%;
                                font-size: 16px;
                                position: absolute;
                                top: 1%;
                                left: 50%;
                                transform: translate(-50%, 0);
						    }
						    .popular-courses .card-subtitle {
						        font-size: 17px;
                                font-weight: 600;
                                line-height: 24px;
                                margin:  0;
                                float: left;
						    }





.heading-section h1.abouts-heading.title-heading {
    color: #3c210e !important;
}


.section-box-about  h2.aboutsaa-heading.title-heading {
    color: #3c210e !important;
}

.section-teaching  h2.aboutsaa-heading.title-heading {
    color: #3c210e !important;
}


/* 12-03-2026 */

.benefit-card{
background:#ffffff;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.why-title{
font-size:20px;
font-weight:600;
color:#3a2c1e;
}

.benefit-item{
display:flex;
align-items:flex-start;
gap:10px;
margin-bottom:12px;
}

.benefit-item i{
color:#7a5c3e;
font-size:16px;
margin-top:3px;
}

.benefit-item span{
font-size:15px;
line-height:1.6;
color:#333;
}




.cta-big-btn{
    display:inline-block;
    padding:18px 45px;
    font-size:20px;
    font-weight:600;
    background:#fedac2 !important;
    color:#5a2d0c !important;
    text-decoration:none !important;
    border-radius:50px;
    border:none !important;
    transition:all 0.3s ease;
}

/* Hover effect */
.cta-big-btn:hover{
    background:#5a2d0c !important;
    color:#fff !important;
    transform:scale(1.06);
}

.top-margin-bottom{
    margin:40px 0;   /* top aur bottom space */
}

.title-heading-sub-sub-sub {
       font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    text-align: center !important;
    padding: 0px 71px 7px;
}


.custom-underline {
   text-decoration: underline;

}

.bolditalic{
    font-weight: bold;
    font-style: italic;
}

.ltalickonly {
    font-style: italic;
}

.bolitalicundellin{
    font-weight: bold;
}


  
       .course-hero {
    padding: 180px 0 120px;
    color: #fff;
    text-align: center;
} 