:root {
  --primary: #96b804;
  --secondary: #A52EFF;
  --green: #57A05D;
  --success: #0ABF9E;
  --warning: #E89E09;
  --info: #4699F8;
  --danger: #F13057;
  --indigo: #602FDA;
  --dark: #383340;
  --light: #F0EEF5;
  --gray: #6b6872;
  --white: #fff;
  --font-family: "Quicksand";
  --line-height: 1.7;

}

body {
  font-family: "Quicksand";
  font-size: 16px;
  line-height: 1.7;
  color: #383340;
}

a {
  color: #57A05D;
}

a:hover {
  color: #97B902;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.25;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.75rem;
}

h5, .h5 {
  font-size: 1.3125rem;
}

h6, .h6 {
  font-size: 1rem;
}

hr {
  border-color: #E4E1EB;
}

.no-transform {
  -webkit-transform: none !important;
  transform: none !important;
}

.no-scroll {
  overflow: hidden;
}

.no-scroll-x {
  overflow-x: hidden;
}

.fs-vsmall {
  font-size: 12px !important;
}

.fs-small {
  font-size: 14px !important;
}

.fs-normal {
  font-size: 16px !important;
}

.fs-large {
  font-size: 18px !important;
}

.fs-vlarge {
  font-size: 21px !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
  color: white;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-normal {
  font-style: normal !important;
  font-weight: normal !important;
}

.text-title {
  
  padding-bottom: 15px;
  color:#57A05D !important;
}



/* Width and Height */
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }
}


/* Image */
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-image-parallax {
  background-attachment: fixed;
}

.bg-image-overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 51, 64, 0.6);
}

.img-place {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.jul-img img{
  display: block;
  border-radius: 50%;
  object-fit: cover;
  width: 50%;
  max-width: 300px; 
}
.jul-img2 img{
  display: block;
  object-fit: cover;
  width: 50%;
  max-width: 300px; 
}
.cab-img img{
  display: block;
  object-fit: cover;
  max-width: 300px; 
}
@media (min-width: 769px) {
  .jul-img .jul-img2 .cab-img img {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .jul-img .jul-img2 .cab-img img {
    width: 100%;
  }
}

.img-place > img {
  width: 100%;
  height: 100%;
}

.img-place.w-auto > img {
  width: auto;
  max-width: 100%;
}

.img-place.h-auto > img {
  height: auto;
  max-height: 100%;
}

.img-place.custom-size > img {
  width: unset;
  height: unset;
}

.embed-video {
  width: 460px;
  max-width: 100%;
  height: 320px;
}

.iconic-sm {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
}

.iconic-sm.iconic-text {
  line-height: 50px;
  border-radius: 50%;
}

.iconic-sm.iconic-text>span {
  font-size: 24px;
  line-height: inherit;
}

.iconic-md {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
}

.iconic-md.iconic-text {
  line-height: 70px;
  border-radius: 50%;
}

.iconic-md.iconic-text>span {
  font-size: 32px;
  line-height: inherit;
}

.iconic-lg {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

.iconic-lg.iconic-text {
  line-height: 100px;
  border-radius: 50%;
}

.iconic-lg.iconic-text>span {
  font-size: 48px;
  line-height: inherit;
}

.iconic-sm img,
.iconic-md img,
.iconic-lg img {
  width: 100%;
  height: 100%;
}

.iconic-list {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.iconic-item {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  padding: 12px 0;
}

.iconic-item .iconic-content {
  margin-left: 12px;
  flex-basis: calc(100% - 100px);
}

/* List */
.theme-list {
  position: relative;
  padding-left: 16px;
  list-style: none;
}

.theme-list .list-item {
  padding-top: 6px;
  padding-bottom: 6px;
}

.theme-list .list-item::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

/*--------------------------------------------------------------
# massage Section
--------------------------------------------------------------*/
.massage {
  height: 60vh;
  margin-bottom: -120px;
  background-size: cover;
}


.massage h1 {
  margin: 0 0 10px 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 100%;
  color: #97B902;
}

.massage p{
	text-align: left;

}

@media (min-width: 1024px) {
  .massage {
    background-attachment: fixed;
    height: 80vh;
  }
}


@media (max-width: 768px) {
  .massage h1 {
    font-size: 48px;
  }
  .massage {
    height: 80vh;
    background-position: center;
  }
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
}

.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: none;
  color: #96b804;
}

.values .card:hover .card-body {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

/* Accordion */
.accordion {
  position: relative;
  display: block;
  width: 100%;
}

.accordion-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.accordion-trigger {
  width: 100%;
  overflow: hidden;
}

.accordion-item:first-child .accordion-trigger {
  border-radius: 4px 4px 0 0;
}

.accordion-item:last-child .accordion-trigger {
  border-radius: 0 0 4px 4px;
}

.accordion-trigger .btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  height: unset;
  text-align: left;
  background-color: #fff;
  color: #6b6872;
  border-radius: 0;
}

.accordion-trigger .btn:focus {
  box-shadow: none;
}

.accordion-item .btn:not(.collapsed) {
  background-color: var(--primary);
  color: #fff;
}

.accordion-trigger .btn::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235F6677' d='M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z'/%3E%3C/svg%3E");
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s ease;
}

.accordion-item .btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}

.accordion-content {
  padding: 16px;
  background-color: #fff;
}

.accordion-gap .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-gap .accordion-item:first-child .accordion-trigger,
.accordion-gap .accordion-item:last-child .accordion-trigger {
  border-radius: 0;
}

.accordion-gap .accordion-trigger .btn {
  border-radius: 4px;
}

/* Buttons */
.btn {
  padding: 10px 24px;
  border-width: 2px;
}

.btn-primary {
  color: #ffffff;
  background-color: #329D9C;
  border-color: transparent !important;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #96b804;
  box-shadow: 0 4px 12px rgba(61, 88, 243, 0.3);
}

.btn-primary:focus {
  color: #ffffff;
  background-color: #96b804;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #556df4;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #3D58F3;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary {
  color: #ffffff;
  background-color: #A52EFF;
  border-color: transparent !important;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #9305ff;
  box-shadow: 0 4px 12px rgba(165, 46, 255, 0.3);
}

.btn-secondary:focus {
  color: #ffffff;
  background-color: #9305ff;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #b048ff;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #A52EFF;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-ayer {
  color: #ffffff;
  background-color: #367BC3;
  border-color: transparent !important;
}

.btn-ayer:hover {
  color: #ffffff;
  background-color: #96b804;
  box-shadow: 0 4px 12px rgba(61, 88, 243, 0.3);
}

.btn-ayer:focus {
  color: #ffffff;
  background-color: #96b804;
  box-shadow: none;
}

.btn-ayer.disabled,
.btn-ayer:disabled {
  color: #ffffff;
  background-color: #556df4;
}

.btn-ayer:not(:disabled):not(.disabled):active,
.btn-ayer:not(:disabled):not(.disabled).active,
.show>.btn-ayer.dropdown-toggle {
  color: #ffffff;
  background-color: #3D58F3;
  box-shadow: none;
}

.btn-ayer:not(:disabled):not(.disabled):active:focus,
.btn-ayer:not(:disabled):not(.disabled).active:focus,
.show>.btn-ayer.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-medsyn {
  color: #ffffff;
  background-color: #524582;
  border-color: transparent !important;
}

.btn-medsyn:hover {
  color: #ffffff;
  background-color: #96b804;
  box-shadow: 0 4px 12px rgba(61, 88, 243, 0.3);
}

.btn-medsyn:focus {
  color: #ffffff;
  background-color: #96b804;
  box-shadow: none;
}

.btn-medsyn.disabled,
.btn-medsyn:disabled {
  color: #ffffff;
  background-color: #556df4;
}

.btn-medsyn:not(:disabled):not(.disabled):active,
.btn-medsyn:not(:disabled):not(.disabled).active,
.show>.btn-medsyn.dropdown-toggle {
  color: #ffffff;
  background-color: #3D58F3;
  box-shadow: none;
}

.btn-medsyn:not(:disabled):not(.disabled):active:focus,
.btn-medsyn:not(:disabled):not(.disabled).active:focus,
.show>.btn-medsyn.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success {
  color: #ffffff;
  background-color: #0ABF9E;
  border-color: transparent !important;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #08987e;
  box-shadow: 0 4px 12px rgba(10, 191, 158, 0.3);
}

.btn-success:focus {
  color: #ffffff;
  background-color: #08987e;
  box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #0bd7b2;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #0ABF9E;
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-dark {
  color: #ffffff;
  background-color: #383340;
  border-color: transparent !important;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #242129;
  box-shadow: 0 4px 12px rgba(56, 51, 64, 0.3);
}

.btn-dark:focus {
  color: #ffffff;
  background-color: #242129;
  box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #443e4e;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #383340;
  box-shadow: none;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}


[class*="btn-outline-"] {
  border-width: 2px;
  font-weight: 500;
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(61, 88, 243, 0.3);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: none;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--primary);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-secondary {
  color: #A52EFF;
  border-color: #A52EFF;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #A52EFF;
  border-color: #A52EFF;
  box-shadow: 0 4px 12px rgba(164, 46, 255, 0.3);
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: none;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #A52EFF;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #A52EFF;
  border-color: #A52EFF;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-success {
  color: var(--success);
  border-color: var(--success);
}

.btn-outline-success:hover {
  color: #fff;
  background-color: var(--success);
  border-color: var(--success);
  box-shadow: 0 4px 12px rgba(10, 191, 158, 0.3);
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: none;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: var(--success);
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: var(--success);
  border-color: var(--success);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-dark {
  color: #383340;
  border-color: #383340;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #383340;
  border-color: #383340;
  box-shadow: 0 4px 12px rgba(57, 52, 65, 0.3);
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: none;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #383340;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #383340;
  border-color: #383340;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-gradient {
  color: #fff;
  background: linear-gradient(45deg, #F13057, #FE7A15);
  border: none;
}

.btn-gradient:hover {
  color: #fff;
  background: linear-gradient(45deg, #FE7A15, #F13057);
  box-shadow: 0 4px 12px rgba(56, 51, 64, 0.3);
}

.btn-gradient:focus, .btn-gradient.focus {
  color: #fff;
  background: linear-gradient(45deg, #F8D90F, #FE7A15);
  box-shadow: none;
}

.btn-gradient.disabled, .btn-gradient:disabled {
  color: #fff;
  background: linear-gradient(45deg, var(--primary), #9548F9);
}


.btn-split-icon {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.btn-split-icon .icon {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-fab {
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
}

.btn-fab.btn-sm {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.btn-fab.btn-lg {
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 21px;
}

.btn-group.rounded-pill > .btn {
  border-radius: 50rem;
}

.btn-group.rounded-pill > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Breadcrumb */
.breadcrumb {
  background-color: #F0EEF5;
}

.breadcrumb-item {
  font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\2022";
  color: var(--primary);
}

.breadcrumb-item a {
  color: #6b6872;
}

.breadcrumb-item.active {
  color: var(--primary);
}

.breadcrumb-dark {
  background-color: #383340;
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-dark .breadcrumb-item a {
  color: rgba(228, 225, 235, 0.7);
}

.breadcrumb-dark .breadcrumb-item.active {
  color: #fff;
}

/* Input */
.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  height: unset;
}

/* Navbar */
.nav-mlist {
  display: flex;
  gap: 24px;                  /* space between items */
  list-style: none;           /* removes bullets */
  padding: 0;                 
  margin: 0;
  
}


@media (max-width: 768px) {
  .nav-mlist {
    flex-direction: column;
    gap: 12px;
  }
}

.navbar--green a{
  color: #57A05D;
}

.navbar--green a:hover {
  color: #96b804;
}
.navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-expand-lg.navbar-floating.navbar-light {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(56, 51, 64, 0.1);
}

.navbar-expand-lg.navbar-floating.navbar-dark {
  background-color: #383340;
  box-shadow: 0 1px 6px rgba(56, 51, 64, 0.1);
}


@media (min-width: 992px) {
  .navbar-expand-lg.navbar-floating {
    top: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-expand-lg.navbar-floating.navbar-light {
    background-color: transparent;
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-floating.navbar-dark {
    background-color: transparent;
    box-shadow: none;
  }
}

.page-hero-section {
  position: relative;
  height: 100vh;
}

.page-hero-section h1 {
  font-size: 3.5rem;
}

.page-hero-section .hero-caption {
  height: 100%;
}



.page-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-section:not(.fg-white) h1,
.page-section:not(.fg-white) h2,
.page-section:not(.fg-white) h3 {
  color: #6b6872;
}


.page-footer-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #F0EEF5;
}

.page-footer-section.bg-dark .caption {
  color: rgba(255, 255, 255, 0.6);
}

.page-footer-section.bg-dark hr {
  border-color: #4d4853;
}

.footeralign {
  text-align: right;
  padding-right: 1px;
}
@media (max-width: 768px) {
  .footeralign {
    text-align: left;
  }
}

.menu-link {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.menu-link li {
  display: block;
  margin: 10px 0;
}

.menu-link li a {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #B2B4BF;
}

.menu-link li a:hover {
  color: #96b804;
  text-decoration: none;
}

.page-footer-section a,
.page-footer-section p {
  color: #B2B4BF;
}

.page-footer-section a:hover {
  color: #96b804;
  text-decoration: none;
}

.social-links a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}

.mai-logo-facebook-f {
  color:#4267B2;
}

.mai-logo-facebook-f:hover {
  color:#96b804;
}

.mai-logo-instagram{
  color:#C13584;
}

.mai-logo-instagram:hover{
  color:#96b804;
}

.mai-logo-google{
  color:#F4B400;
}

.mai-logo-google:hover{
  color:#96b804;
}

.client-img > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.floating-animate {
  animation: bounceLimit 4s linear infinite;
}

@keyframes bounceLimit {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(-4px);
  }
}

.mobile-preview {
  width: 100%;
  max-width: 233px;
  height: auto;
  border-radius: 30px;
}

.hero-home-1 .mobile-preview {
  margin-top: 20%;
}

.hero-home-1 .badge {
  padding: 4px 0;
  font-weight: 500;
  font-size: 14px;
}

.hero-home-1 .badge .icon {
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #9548F9;
  color: #fff;
  font-size: 12px;
}

.hero-home-2 {
  min-height: 780px;
}

.hero-home-2 .mobile-preview {
  max-width: 250px;
  border-radius: 40px;
  margin-top: 20%;
}

.hero-home-2 .badge-soft {
  padding: 8px 16px;
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.175);
  font-weight: 500;
}

.hero-mini {
  height: 462px;
}

.card-page {
  position: relative;
  padding: 20px;
  background-color: #fff;
  color: #6b6872;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(95, 90, 104, 0.12);
}

.card-page hr {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 24px;
  border-width: 2px;
  border-color: #F0EEF5;
}

.card-page p {
  margin-left: 15px;
}

.ratings * {
  color: #B2B4BF;
}

.ratings .icon {
  font-size: inherit;
  color: #f5ca52;
}

.row-beam > *:not(:last-child) {
  border-right: 2px solid #f3f1f8;
}

@media (min-width: 576px) {
  .row-beam-sm > *:not(:last-child) {
    border-right: 2px solid #f3f1f8;
  }
}

@media (min-width: 768px) {
  .row-beam-md > *:not(:last-child) {
    border-right: 2px solid #f3f1f8;
  }
}

@media (min-width: 992px) {
  .row-beam-lg > *:not(:last-child) {
    border-right: 2px solid #f3f1f8;
  }
}

@media (min-width: 1200px) {
  .row-beam-xl > *:not(:last-child) {
    border-right: 2px solid #f3f1f8;
  }
}




/* Pricing Table */

.pricing-table {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.pricing-item {
  display: inline-block;
  margin: 15px;
  padding: 20px 20px 50px 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size:cover;
  width: 600px;
  height: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(56, 51, 64, 0.185);
}

.pricing-item .theme-list {
  padding-left: 0;
}

.pricing-body {
  padding-top: 5px;
}

.active .pricing-header h1 {
  color: #96b804;
}

.pricing-item:not(.active) .theme-list .list-item::before {
  background-color: rgba(95, 90, 104, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.568' height='7.818' viewBox='0 0 11.568 7.818'%3E%3Cpath id='Path_56' data-name='Path 56' d='M573,3671.99l4.2,2.76,5.55-6.25' transform='translate(-572.1 -3667.582)' fill='none' stroke='%235F5A68' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.3'/%3E%3C/svg%3E");
}

.btn-switch .btn {
  background-color: transparent;
  color: #B2B4BF;
  border: 2px solid #F0EEF5;
  font-weight: 500;
}

.btn-switch .btn.active {
  background-color: #3D58F3;
  color: #fff;
}

.btn-switch .btn:focus,
.btn-switch .btn.focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .pricing-table {
    flex-wrap: nowrap;
  }
  .pricing-item.active {
    transform: translateY(-50px);
  }
}



/* Carousel */

.stack-carousel .owl-item {
  padding: 50px 12px;
  opacity: 0.3;
  transition: all .3s ease;
}

.stack-carousel .owl-item.center {
  transform: scale(1.2);
  opacity: 1;
  z-index: 3;
}

.stack-carousel .item {
  position: relative;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(56, 51, 64, 0.15);
}


.maps-container {
  display: block;
  background-color: #E4E1EB;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.maps-container #myMap {
  height: 100%;
  min-height: 500px;
}





/* Widget */
.widget-wrap {
  position: relative;
  display: block;
  padding: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f5f4fa;
  border-bottom: 3px solid #7b50e6;
  box-shadow: 0 2px 3px rgba(51, 47, 58, 0.15);
  z-index: 3;
}

.widget-title {
  margin-bottom: 16px;
}

.search-form .form-group {
  position: relative;
}

.search-form .icon {
  position: absolute;
  top: 15px;
  right: 15px;
}


.categories {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 24px;
}

.categories li {
  position: relative;
  display: block;
  margin: 6px auto;
}

.categories li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 3px #96b804;
}

.categories li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15px;
  left: -19px;
  width: 1px;
  height: 100%;
  background-color: #cac7cf;
  z-index: -2;
}

.categories li a {
  font-weight: 500;
  color: #96b804;
}

.categories li span {
  float: right;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background-image: url('../img/cabinet.webp');
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}
#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 70;
}

#hero h1 {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 60px;
  color: white;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px), (max-height: 768px) {
  #hero {
    margin-bottom: -150px;
    height: 80vh;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 80vh;
  }
  #hero h1 {
    font-size: 48px;
    line-height: 36px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 60vh;
  }
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #329D9C;
  color: #fff;
  font-size: 24px;
  text-decoration: none;

  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);

  transition: background 0.2s ease, transform 0.2s ease;
}

.back-to-top:hover {
  background: #96b804;
    color: #fff;
  transform: translateY(-3px);
}

/* Container */
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px; /* BIG screen spacing */
}

/* Each item */
.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Icon styling */
.contact-icon {
  font-size: 130%;
  color: var(--green);
}

.contact-item a:hover {
  color: white;
}

/* 📱 Mobile adjustments */
@media (max-width: 576px) {
  .contact-links {
    gap: 14px; /* smaller spacing on phone */
  }

  .contact-icon {
    font-size: 120%;
  }
}
