/*-----------------------------------------------------------------------------------



    Template Name: Neonal - Medical Service Bootstrap 5 Template

    Version: 1.0



-----------------------------------------------------------------------------------

    

    01. Template default CSS

    02. Helper CSS

    03. Component CSS

        03.01 Header CSS

        03.02 Offcanvas-mobile-menu CSS

        03.03 Slider CSS

        03.04 Button CSS

        03.05 Layer CSS

        03.06 Kyframe-animation CSS

        03.07 Submit-form CSS

        03.08 Breadcrumb CSS

        03.09 Sidebar CSS

        03.10 Service CSS

        03.11 Service-details CSS

        03.12 About CSS

        03.13 Team CSS

        03.14 Banner CSS

        03.15 Testimonial CSS

        03.16 News-blog CSS

        03.17 Appoinment CSS

        03.18 Gallery CSS

        03.19 Footer CSS

    04. Pages CSS

        4.01 FAQ CSS

        4.02 Contact CSS

        4.03 404-Error CSS

        4.04 Blog Details CSS



-----------------------------------------------------------------------------------*/

/*----------------------------------------*/

/*  01. Template default CSS

/*----------------------------------------*/

/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/*-- Common Style --*/

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  position: relative;

  font-size: 15px;

  line-height: 1.6;

  visibility: visible;
}

body[dir="rtl"] {
  text-align: right;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea {
  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  color: inherit;

  text-decoration: none;

  outline: 0;

  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif;

  font-weight: 500;

  line-height: 1.2;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;

  padding: 0;
}

ul li {
  list-style: none;
}

::-moz-selection {
  color: #f0f5f8;

  background: #5dade2;
}

::selection {
  color: #f0f5f8;

  background: #5dade2;
}

img {
  max-width: 100%;
}

.fit-image {
  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;
}

/* Section Style */

.section,
.section-fluid {
  float: left;

  width: 100%;
}

.section-fluid {
  padding-right: 222px;

  padding-left: 222px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .section-fluid {
    padding-right: 0px;

    padding-left: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .section-fluid {
    padding-right: 0;

    padding-left: 0;
  }
  
}

.container {
  padding-right: var(--bs-gutter-x, 15px);

  padding-left: var(--bs-gutter-x, 15px);
}

@media only screen and (min-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1060px;

    width: 100%;

    margin: 0 auto;
  }
}

@media only screen and (min-width: 1600px) {
  .custom-large-container {
    max-width: 1560px;

    width: 100%;

    margin: 0 auto;
  }
}

@media only screen and (min-width: 1600px) {
  .header-container {
    max-width: 1460px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-container {
    max-width: 992px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container {
    max-width: 750px;
  }
 
}

@media only screen and (max-width: 767px) {
  .header-container {
    max-width: 560px;
  }
  
}

.row {
  --bs-gutter-x: 30px;
}

@media only screen and (min-width: 1600px) {
  .col-el-4 {
    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.3333333333%;
  }
}

.no-gutter {
  margin-right: 0;

  margin-left: 0;
}

.no-gutter [class*="col-"] {
  padding-left: 0;

  padding-right: 0;
}

/* Section Spacing */

.section-padding {
  padding-top: 160px;

  padding-bottom: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;

    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;

    padding-bottom: 60px;
  }
}

.section-margin {
  margin-top: 50px;

  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin-top: 80px;

    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-margin {
    margin-top: 60px;

    margin-bottom: 60px;
  }
}

.section-margin-top {
  margin-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

/* Section TItle */

.section-title {
  padding-bottom: 60px;
}

.section-title-choose {
  padding-bottom: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    padding-bottom: 50px;
  }
}

.section-title .title {
  font-size: 50px;

  line-height: 1.2;

  font-weight: 800;

  color: #664f6e;

  margin-bottom: 50px;
}

.section-team {
  padding: 100px 0px;
}

.section-team {
  position: relative !important;

  z-index: 1 !important;

  margin-top: 0 !important;

  clear: both !important;
}

.section-title-choose .title {
  font-size: 50px;

  line-height: 1.2;

  font-weight: 800;

  color: #664f6e;

  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 40px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 28px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-title .border-wrap {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.section-title .border-wrap .title-border {
  width: 60px;
}

.section-title .border-wrap .title-border.border-color-1 {
  position: relative;
}

.section-title .border-wrap .title-border.border-color-1::before {
  background: #664f6e;

  position: absolute;

  content: "";

  width: 60px;

  height: 2px;

  left: 0;
}

.section-title .border-wrap .title-border.border-color-2 {
  position: relative;

  margin-left: 20px;
}

.section-title .border-wrap .title-border.border-color-2::before {
  background: #c7a8d1;

  position: absolute;

  content: "";

  width: 60px;

  height: 2px;

  left: 0;
}

.social-share {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 10px 10px 10px 20px;

  background: #664f6e;

  border-radius: 50px;

  height: 60px;
}

.social-share .social-title {
  font-size: 18px;

  color: #f0f5f8;

  font-weight: 500;

  margin-bottom: 0;

  font-family: "Shippori Mincho", serif;

  margin-top: -5px;
}

.social-share ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  margin-left: 10px;
}

.social-share ul li a {
  font-size: 14px;

  font-weight: 300;

  height: 40px;

  width: 40px;

  background: #c7a8d1;

  color: #f0f5f8;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  border-radius: 100%;

  margin-left: 10px;
}

.social-share ul li a:hover {
  background: #f0f5f8;

  color: #c7a8d1;
}

/* swiper default styles */

.swiper-pagination {
  position: static;

  display: block;

  line-height: 1;

  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 30px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;

  height: 12px;

  border-radius: 100%;

  background: #664f6e;

  opacity: 1;

  position: relative;

  outline: none;

  margin-right: 20px;

  margin: 0 5px !important;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;

    height: 10px;
  }
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet:before {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: 1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;

  height: 12px;

  opacity: 1;

  background: #664f6e;

  border-radius: 100%;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #664f6e;
}

.swiper-nav-button {
  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  margin-top: 0;

  width: 55px;

  height: 55px;

  line-height: 51px;

  text-align: center;

  border: 2px solid #664f6e;

  display: block;

  left: 0;

  right: 0;

  color: #664f6e;

  border-radius: 50%;

  font-size: 15px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  outline: none;

  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .swiper-nav-button {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-nav-button {
    width: 45px;

    height: 45px;

    line-height: 41px;

    margin: 0 5px;
  }
}

.swiper-nav-button:hover {
  color: #c7a8d1;

  border-color: #c7a8d1;
}

.swiper-nav-button::after {
  display: none;
}

.swiper-container:hover .swiper-nav-button {
  opacity: 1;

  visibility: visible;
}

.pagination .page-item .page-link {
  border-radius: 0;

  margin-right: 10px;

  border: 0;

  background-color: #fefcff;

  height: 50px;

  width: 50px;

  text-align: center;

  color: #c7a8d1;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.pagination .page-item .page-link.active {
  background: #c7a8d1;

  color: #f0f5f8;
}

.pagination .page-item .page-link:hover {
  background: #c7a8d1;

  border: 0;

  color: #f0f5f8;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.pagination .page-item .page-link span {
  line-height: 1;
}

/* Scroll Top style */

.scroll-top {
  position: fixed;

  right: 30px;

  bottom: -60px;

  z-index: 999;

  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);

  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);

  display: block;

  padding: 0;

  width: 40px;

  height: 40px;

  text-align: center;

  font-size: 22px;

  line-height: 40px;

  cursor: pointer;

  opacity: 0;

  visibility: hidden;

  background-color: #664f6e;

  background-size: 200% auto;

  background-position: left center;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  overflow: hidden;

  border: 1px solid #c7a8d1;
}

.scroll-top:hover {
  background-color: #c7a8d1;

  border: 1px solid #fefcff;
}

.scroll-top:hover i {
  color: #664f6e;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px;
  }
}

.scroll-top.show {
  visibility: visible;

  opacity: 1;

  bottom: 60px;
}

.scroll-top i {
  position: absolute;

  top: 50%;

  left: 50%;

  color: #f0f5f8;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;
}

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);

  -ms-transform: translate(-50%, 80px);

  transform: translate(-50%, 80px);
}

.scroll-top:hover {
  background-position: right center;
}

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);

  -ms-transform: translate(-50%, -80px);

  transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

/*----------------------------------------*/

/*  02. Helper CSS

/*----------------------------------------*/

.bg-name-primary {
  background-color: #664f6e;
}

.bg-name-secondary {
  background-color: #1f3f37;
}

.bg-name-success {
  background-color: #664f6e;
}

.bg-name-dark {
  background-color: #664f6e;
}

.bg-name-seashell {
  background-color: #fefcff;
}

.bg-name-whited {
  background-color: #f0f5f8;
}

.text-color-primary {
  color: #f0f5f8;
}

.text-color-secondary {
  color: #1f3f37;
}

.text-color-success {
  color: #c7a8d1;
}

.text-color-dark {
  color: #664f6e;
}

.text-color-seashell {
  color: #fefcff;
}

.text-color-whited {
  color: #f0f5f8;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-n5 {
  margin-top: -5px;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-n5 {
  margin-bottom: -5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-n5 {
  margin-left: -5px;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-n5 {
  margin-right: -5px;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-n10 {
  margin-top: -10px;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-n10 {
  margin-bottom: -10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-n10 {
  margin-left: -10px;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-n10 {
  margin-right: -10px;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-n15 {
  margin-top: -15px;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-n15 {
  margin-bottom: -15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-n15 {
  margin-left: -15px;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-n15 {
  margin-right: -15px;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-n20 {
  margin-top: -20px;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-n20 {
  margin-bottom: -20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-n20 {
  margin-left: -20px;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-n20 {
  margin-right: -20px;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-n25 {
  margin-top: -25px;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-n25 {
  margin-bottom: -25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-n25 {
  margin-left: -25px;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-n25 {
  margin-right: -25px;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-n30 {
  margin-top: -30px;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-n30 {
  margin-bottom: -30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-n30 {
  margin-left: -30px;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-n30 {
  margin-right: -30px;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-n35 {
  margin-top: -35px;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-n35 {
  margin-bottom: -35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-n35 {
  margin-left: -35px;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-n35 {
  margin-right: -35px;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-n40 {
  margin-top: -40px;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-n40 {
  margin-bottom: -40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-n40 {
  margin-left: -40px;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-n40 {
  margin-right: -40px;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-n45 {
  margin-top: -45px;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-n45 {
  margin-bottom: -45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-n45 {
  margin-left: -45px;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-n45 {
  margin-right: -45px;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-n50 {
  margin-top: -50px;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-n50 {
  margin-bottom: -50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-n50 {
  margin-left: -50px;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-n50 {
  margin-right: -50px;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

/*----------------------------------------*/

/*  03. Component CSS

/*----------------------------------------*/

/*=======================================

    03.01 Header CSS

=========================================*/

.header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  border-bottom: 1px solid #c7a8d1;
}

.sticky-header.sticky {
  background: #664f6e;

  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sticky-header {
  background: #fff;
}

.sticky-header.sticky .main-menu > ul > li > a {
  line-height: 90px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sticky-header.sticky .header-logo {
  line-height: 90px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sticky-header.sticky .main-menu > ul > li > a {
  line-height: 90px;

  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sticky-header.sticky .header-actions {
  line-height: 90px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sticky-header.sticky .header-actions .header-action-btn-menu {
  line-height: 90px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.header-wrapper {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

/* Logo */

.header-logo {
  max-width: 206px;

  width: 100%;

  line-height: 110px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .header-logo {
    line-height: 90px;
  }
}

@media only screen and (max-width: 479px) {
  .header-logo {
    max-width: 160px;
  }
}

/* Main Menu */

.main-menu {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.main-menu > ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;
}

.main-menu > ul > li > a {
  font-size: 16px;

  line-height: 110px;

  text-transform: capitalize;

  font-weight: 400;

  color: #664f6e;

  position: relative;

  padding: 26px 30px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 26px 16px;
  }
}

.main-menu > ul > li > a::after {
  position: absolute;

  content: "";

  border: 2px solid;

  color: transparent;

  left: 50%;

  top: 0;

  border-radius: 50%;

  -webkit-transform: rotate(-15deg) translateX(-50%);

  -ms-transform: rotate(-15deg) translateX(-50%);

  transform: rotate(-15deg) translateX(-50%);

  -webkit-transition: color 0.4s;

  -o-transition: color 0.4s;

  transition: color 0.4s;

  width: 100px;

  height: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li > a::after {
    width: 90px;
  }
}

.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.active {
  color: #664f6e;
}

.main-menu > ul > li > a:hover::after,
.main-menu > ul > li > a.active::after {
  -webkit-transition: color 0.4s;

  -o-transition: color 0.4s;

  transition: color 0.4s;

  color: #664f6e;
}

/* ═══════════════════════════════════════

   NORMAL (opening) HEADER

═══════════════════════════════════════ */

/* Header background */

.sticky-header {
  background: #fff;
}

/* Nav links */

.main-menu > ul > li > a {
  color: #664f6e;

  line-height: 110px;
}

/* Oval ::after — hidden by default */

.main-menu > ul > li > a::after {
  position: absolute;

  content: "";

  border: 2px solid;

  color: transparent;

  left: 50%;

  top: 0;

  border-radius: 50%;

  transform: rotate(-15deg) translateX(-50%);

  transition: color 0.4s;

  width: 100px;

  height: 45px;
}

/* Oval on hover — blue */

.main-menu > ul > li > a:hover::after {
  color: #664f6e;
}

/* Oval on active — light blue */

.main-menu > ul > li > a.active::after {
  color: #c7a8d1;
}

/* Appointment button — outline style */

.btn-outline-success {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  background-color: transparent;

  color: #664f6e;

  border: 2px solid #664f6e;

  padding: 10px 30px;

  border-radius: 50px;

  font-weight: 500;

  text-decoration: none;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.btn-outline-success:hover {
  background-color: #664f6e;

  color: #ffffff;
}

.btn-footer-success {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  background-color: transparent;

  color: #ffffff;

  border: 2px solid #ffffff !important;

  padding: 10px 30px;

  border-radius: 50px;

  font-weight: 500;

  text-decoration: none;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.btn-footer-success:hover {
  background-color: #fff !important;

  color: #ffffff;
}

/* ═══════════════════════════════════════

   STICKY HEADER

═══════════════════════════════════════ */

/* Header background */

.sticky-header.sticky {
  background: #664f6e;
}

/* Nav links — white */

.sticky-header.sticky .main-menu > ul > li > a {
  color: #f0f5f8;

  line-height: 90px;
}

/* Oval on hover — white */

.sticky-header.sticky .main-menu > ul > li > a:hover::after {
  color: #f0f5f8;
}

/* Oval on active — light blue */

.sticky-header.sticky .main-menu > ul > li > a.active::after {
  color: #c7a8d1;
}

/* Appointment button — solid with white border */

.sticky-header.sticky .btn-outline-success {
  background-color: transparent;

  color: #ffffff;

  border: 2px solid #ffffff;
}

.sticky-header.sticky .btn-outline-success:hover {
  background-color: #ffffff;

  color: #664f6e;
}

/* ═══════════════════════════════════════

   NORMAL HEADER — active link

═══════════════════════════════════════ */

.main-menu > ul > li > a:hover::after,
.main-menu > ul > li > a.active::after {
  color: #664f6e;
}

/* Active specifically gets light blue oval */

.main-menu > ul > li > a.active::after {
  color: #664f6e;
}

/* ═══════════════════════════════════════

   STICKY HEADER — active link

═══════════════════════════════════════ */

.sticky-header.sticky .main-menu > ul > li > a:hover::after,
.sticky-header.sticky .main-menu > ul > li > a.active::after {
  color: #ffffff;
}

/* Active specifically gets light blue oval */

.sticky-header.sticky .main-menu > ul > li > a.active::after {
  color: #ffffff;
}

.main-menu > ul > li > a.active::after {
  -webkit-transition: color 0.4s;

  -o-transition: color 0.4s;

  transition: color 0.4s;

  color: #c7a8d1;
}

.main-menu ul .has-children {
  position: relative;
}

.main-menu ul .has-children > .sub-menu {
  position: absolute;

  background: #f0f5f8;

  -webkit-box-shadow: 0 0 6px -3px;

  box-shadow: 0 0 6px -3px;

  width: 200px;

  -webkit-transform-origin: 0 0 0;

  -ms-transform-origin: 0 0 0;

  transform-origin: 0 0 0;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  z-index: 9;

  padding-left: 0;

  border-bottom: 3px solid #c7a8d1;
}

.main-menu ul .has-children > .sub-menu > li {
  list-style: none;
}

.main-menu ul .has-children > .sub-menu > li > a {
  padding: 10px 25px;

  display: block;

  line-height: 1.7;

  text-decoration: none;

  font-size: 14px;

  font-weight: 500;

  border-bottom: 1px dashed #efefef;

  color: #212529;
}

.main-menu ul .has-children > .sub-menu > li > a:hover {
  color: #c7a8d1;

  padding-left: 30px;
}

.main-menu ul .has-children > .sub-menu > li:last-child > a {
  border-bottom: 0px;
}

.main-menu ul .has-children:hover .sub-menu {
  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  transform: scaleY(1);
}

.header-actions {
  line-height: 110px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .header-actions {
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-actions .appoinment-button {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-actions .appoinment-button .btn {
    padding: 20px 25px;
  }
}

.header-actions .header-action-btn-menu {
  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 24px;

  line-height: 110px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  color: #f0f5f8;

  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .header-actions .header-action-btn-menu {
    line-height: 90px;

    color: #664f6e;
  }
}

.header-actions .header-action-btn-menu:hover {
  color: #c7a8d1;
}

/*=======================================

    03.02 Offcanvas-mobile-menu CSS

=========================================*/

/*  Mobile Menu */

.offcanvas-overlay {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: #212529;

  opacity: 0.6;

  cursor: crosshair;
}

.mobile-menu-wrapper {
  position: fixed;

  top: 0;

  right: 0;

  height: 100vh;

  width: 100%;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  -webkit-transition-duration: 700ms;

  -o-transition-duration: 700ms;

  transition-duration: 700ms;

  z-index: 9999;
}

.mobile-menu-wrapper.open {
  opacity: 1;

  visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;

  -ms-transform: none;

  transform: none;
}

.mobile-menu-inner {
  width: 100%;

  height: 100%;

  width: 400px;

  background-color: #f0f5f8;

  -webkit-box-shadow: -1px 0px 20px -5px #aaa;

  box-shadow: -1px 0px 20px -5px #aaa;

  position: relative;

  -webkit-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  transform: translateX(-100%);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  -webkit-transition-duration: 700ms;

  -o-transition-duration: 700ms;

  transition-duration: 700ms;

  margin-right: auto;

  position: relative;

  text-align: center;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
}

@media only screen and (max-width: 575px) {
  .mobile-menu-inner {
    width: 300px;
  }
}

.mobile-menu-inner .offcanvas-btn-close {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 20px;

  font-size: 28px;

  color: #212529;

  background-color: #f0f5f8;
}

.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.mobile-menu-inner .offcanvas-btn-close i:hover {
  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
}

.mobile-menu-inner .offcanvas-btn-close:hover {
  color: #c7a8d1;
}

.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
}

.mobile-menu-inner-wrapper {
  padding: 20px;

  overflow: auto;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  height: 100%;
}

.mobile-menu-inner-wrapper .contact-links li {
  font-size: 16px;

  margin-bottom: 10px;
}

.mobile-menu-inner-wrapper .contact-links li i {
  margin-right: 5px;

  color: #c7a8d1;
}

.mobile-menu-inner-wrapper .contact-links li a {
  color: #664f6e;
}

.mobile-menu-inner-wrapper .contact-links li a:hover {
  color: #c7a8d1;
}

.mobile-menu {
  text-align: start;

  padding: 10px 0px 20px;

  margin-top: 20px;

  height: 100%;

  margin-bottom: 20px;
}

.mobile-menu > .has-children > a {
  color: #664f6e;

  font-size: 16px;
}

.mobile-menu > .has-children > a i {
  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  font-size: 24px;
}

.mobile-menu > .has-children > a:hover {
  color: #c7a8d1;
}

.mobile-menu > .has-children .dropdown a {
  padding-top: 5px;

  display: block;

  padding-left: 15px;

  color: #664f6e;
}

.mobile-menu > .has-children .dropdown a:hover {
  color: #c7a8d1;
}

.mobile-menu > .has-children.active > a {
  color: #c7a8d1;
}

.mobile-menu > .has-children.active > a i {
  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.mobile-menu > li {
  margin-bottom: 15px;

  padding-bottom: 15px;

  border-bottom: 1px solid #f8f9fa;
}

.mobile-menu > li > a {
  color: #664f6e;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  line-height: 18px;
}

.mobile-menu > li > a:hover {
  color: #c7a8d1;
}

.mobile-menu > li:last-child {
  margin-bottom: 0;
}

/*=======================================

    03.04 Button CSS

=========================================*/

.btn {
  font-size: 16px;

  padding: 20px 38px;

  border: 1px solid transparent;

  line-height: 15px;

  text-transform: capitalize;

  font-weight: 500;

  border-radius: 50px;
}

.btn:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.btn:active:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.btn i {
  font-size: 14px;

  vertical-align: middle;

  line-height: 14px;

  margin-left: 20px;
}

@media only screen and (max-width: 575px) {
  .btn {
    padding: 15px 25px;
  }

  .btn i {
    margin-left: 10px;
  }
}

/* Button Color & Style (Solid) */

.btn-primary {
  border-color: #664f6e;

  background-color: #664f6e;

  color: #f0f5f8;

  background-color: #664f6e;

  border: 2px solid #664f6e;
}

.btn-secondary {
  border-color: #1f3f37;

  background-color: #1f3f37;

  color: #f0f5f8;
}

.btn-success {
  background-color: #fff !important;

  color: #664f6e;

  background-color: #c7a8d1;
}

.btn-dark {
  border-color: #664f6e;

  background-color: #664f6e;

  color: #f0f5f8;
}

.btn-seashell {
  border-color: #fefcff;

  background-color: #fefcff;

  color: #f0f5f8;
}

.btn-whited {
  border-color: #f0f5f8;

  background-color: #f0f5f8;

  color: #f0f5f8;
}

.btn-hover-primary:hover {
  border-color: #664f6e;

  background-color: #664f6e;

  color: #f0f5f8;
}

.btn-hover-secondary:hover {
  border-color: #1f3f37;

  background-color: #1f3f37;

  color: #f0f5f8;
}

.btn-hover-success:hover {
  border-color: #664f6e;

  background-color: #c7a8d1;

  color: #664f6e;

  background-color: #c7a8d1;

  border: 2px solid transparent;
}

.btn-hover-dark:hover {
  border-color: #664f6e;

  background-color: #664f6e;

  color: #f0f5f8;
}

.btn-hover-seashell:hover {
  border-color: #fefcff;

  background-color: #fefcff;

  color: #f0f5f8;
}

.btn-hover-whited:hover {
  border-color: #f0f5f8;

  background-color: #f0f5f8;

  color: #f0f5f8;
}

/* Button Color & Style (Outline) */

.btn-outline-primary {
  border-color: #664f6e;

  background-color: #664f6e;

  color: #f0f5f8;

  background-color: #664f6e;

  border: 2px solid transparent;
}

.btn-outline-secondary {
  border-color: #1f3f37;

  background-color: #1f3f37;

  color: #f0f5f8;
}

/* === Normal (opening) header === */

.btn-outline-success {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  background-color: transparent;

  color: #664f6e;

  border: 2px solid #664f6e;

  padding: 10px 40x;

  border-radius: 50px;

  font-weight: 500;

  text-decoration: none;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.btn-outline-success:hover {
  background-color: #664f6e;

  color: #ffffff;
}

/* === Sticky header === */

.sticky-header.sticky .btn-outline-success {
  background-color: #664f6e;

  color: #ffffff;

  border: 2px solid #ffffff;
}

.sticky-header.sticky .btn-outline-success:hover {
  background-color: #fff;

  color: #664f6e;
}

.btn-outline-dark {
  border-color: #664f6e;

  background-color: #664f6e;

  color: #f0f5f8;
}

.btn-outline-seashell {
  border-color: #fefcff;

  background-color: #fefcff;

  color: #f0f5f8;
}

.btn-outline-whited {
  border-color: #664f6e;

  background-color: #f0f5f8;

  color: #664f6e;

  background-color: transparent;

  border: 2px solid #664f6e;
}

.btn-outline-hover-primary:hover {
  border-color: #664f6e;

  background-color: #664f6e;

  background-color: transparent;

  color: #664f6e;

  border: 2px solid #664f6e;
}

.btn-outline-hover-secondary:hover {
  border-color: #1f3f37;

  background-color: #1f3f37;

  color: #f0f5f8;
}

.btn-outline-hover-success:hover {
  border-color: #c7a8d1;

  background-color: #c7a8d1;

  background-color: transparent;

  color: #664f6e;

  border: 2px solid #c7a8d1;
}

.btn-outline-hover-dark:hover {
  border-color: #664f6e;

  background-color: #664f6e;

  color: #f0f5f8;
}

.btn-outline-hover-seashell:hover {
  border-color: #fefcff;

  background-color: #fefcff;

  color: #f0f5f8;
}

.btn-outline-hover-whited:hover {
  border-color: #f0f5f8;

  background-color: #f0f5f8;

  color: #f0f5f8;
}

/*=======================================

    03.05 Layer CSS

=========================================*/

.layer {
  height: 530px;

  width: 360px;

  background-color: #c7a8d1;

  opacity: 0.1;

  border-radius: 180px;
}

.layer.shape-1 {
  position: absolute;

  right: -180px;

  top: -115px;

  border-radius: 0 0 0 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layer.shape-1 {
    right: -210px;

    top: -250px;
  }
}

.layer.shape-3 {
  position: absolute;

  right: -180px;

  bottom: -115px;
}

.layer.shape-4 {
  position: absolute;

  left: 214px;

  top: 135px;
}

.layer-2 {
  height: 530px;

  width: 360px;

  background-color: #c7a8d1;

  opacity: 0.1;

  border-radius: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .layer-2 {
    display: none;
  }
}

.layer-2.shape-3 {
  position: absolute;

  right: -195px;

  top: 542px;
}

.layer-3 {
  height: 530px;

  width: 360px;

  background-color: #c7a8d1;

  opacity: 0.5;

  border-radius: 180px;

  position: absolute;

  top: -175px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .layer-3 {
    top: -270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .layer-3 {
    top: -300px;
  }
}

@media only screen and (max-width: 767px) {
  .layer-3 {
    top: -350px;

    width: 260px;
  }
}

@media only screen and (max-width: 575px) {
  .layer-3 {
    top: -400px;

    width: 160px;
  }
}

.layer-4 {
  height: 460px;

  width: 230px;

  background-color: #4f3b56;

  border-radius: 180px;

  z-index: -1;

  opacity: 0.3;
}

.layer-4.shape-5 {
  position: absolute;

  left: -70px;

  top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layer-4.shape-5 {
    left: -90px;

    top: -260px;
  }
}

@media only screen and (max-width: 767px) {
  .layer-4.shape-5 {
    top: -250px;

    left: -140px;
  }
}

@media only screen and (max-width: 479px) {
  .layer-4.shape-5 {
    display: none;
  }
}

.layer-4.shape-6 {
  position: absolute;

  right: 210px;

  top: -350px;

  background-color: #fefcff;

  opacity: 0.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .layer-4.shape-6 {
    right: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .layer-4.shape-6 {
    right: auto;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    top: -240px;
  }
}

@media only screen and (max-width: 767px) {
  .layer-4.shape-6 {
    top: -250px;
  }
}

@media only screen and (max-width: 479px) {
  .layer-4.shape-6 {
    width: 170px;

    top: -290px;
  }
}

.layer-4.shape-7 {
  position: absolute;

  right: -140px;

  top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layer-4.shape-7 {
    top: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .layer-4.shape-7 {
    top: 220px;

    right: -170px;
  }
}

@media only screen and (max-width: 479px) {
  .layer-4.shape-7 {
    display: none;
  }
}

/*=======================================

    03.06 Keyframe-animation CSS

=========================================*/

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);

    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);

    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);

    transform: translateY(0);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);

    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);

    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);

    transform: translateY(0);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.aos-animate.splitting .char {
  -webkit-animation: write both;

  animation: write both;

  -webkit-animation-duration: 3s;

  animation-duration: 3s;

  -webkit-animation-delay: calc(0.3s + var(--char-index) * 160ms);

  animation-delay: calc(0.3s + var(--char-index) * 160ms);
}

.word-wave.aos-animate.splitting .word {
  -webkit-animation: write both;

  animation: write both;

  -webkit-animation-duration: 3s;

  animation-duration: 3s;

  -webkit-animation-delay: calc(0.3s + var(--char-index) * 160ms);

  animation-delay: calc(0.3s + var(--char-index) * 160ms);
}

@-webkit-keyframes write {
  from,
  30% {
    -webkit-clip-path: polygon(-20% 0%, -15% 0%, -15% 100%, -20% 100%);

    clip-path: polygon(-20% 0%, -15% 0%, -15% 100%, -20% 100%);
  }

  70%,
  to {
    -webkit-clip-path: polygon(-15% 0%, 120% 0%, 120% 100%, -15% 100%);

    clip-path: polygon(-15% 0%, 120% 0%, 120% 100%, -15% 100%);
  }
}

@keyframes write {
  from,
  30% {
    -webkit-clip-path: polygon(-20% 0%, -15% 0%, -15% 100%, -20% 100%);

    clip-path: polygon(-20% 0%, -15% 0%, -15% 100%, -20% 100%);
  }

  70%,
  to {
    -webkit-clip-path: polygon(-15% 0%, 120% 0%, 120% 100%, -15% 100%);

    clip-path: polygon(-15% 0%, 120% 0%, 120% 100%, -15% 100%);
  }
}

@-webkit-keyframes jump {
  20% {
    -webkit-transform: translateY(2%) scaleY(0.9);

    transform: translateY(2%) scaleY(0.9);
  }

  40% {
    -webkit-transform: translateY(-20%) scaleY(1.2);

    transform: translateY(-20%) scaleY(1.2);
  }

  50% {
    -webkit-transform: translateY(10%) scaleY(0.8);

    transform: translateY(10%) scaleY(0.8);
  }

  70% {
    -webkit-transform: translateY(-5%) scaleY(1);

    transform: translateY(-5%) scaleY(1);
  }

  80%,
  100% {
    -webkit-transform: translateY(0) scaleY(1);

    transform: translateY(0) scaleY(1);
  }
}

@keyframes jump {
  20% {
    -webkit-transform: translateY(2%) scaleY(0.9);

    transform: translateY(2%) scaleY(0.9);
  }

  40% {
    -webkit-transform: translateY(-20%) scaleY(1.2);

    transform: translateY(-20%) scaleY(1.2);
  }

  50% {
    -webkit-transform: translateY(10%) scaleY(0.8);

    transform: translateY(10%) scaleY(0.8);
  }

  70% {
    -webkit-transform: translateY(-5%) scaleY(1);

    transform: translateY(-5%) scaleY(1);
  }

  80%,
  100% {
    -webkit-transform: translateY(0) scaleY(1);

    transform: translateY(0) scaleY(1);
  }
}

@-webkit-keyframes slide-in-slow {
  from {
    -webkit-transform: translateY(0px) scaleY(1.5);

    transform: translateY(0px) scaleY(1.5);

    opacity: 0;
  }
}

@keyframes slide-in-slow {
  from {
    -webkit-transform: translateY(0px) scaleY(1.5);

    transform: translateY(0px) scaleY(1.5);

    opacity: 0;
  }
}

/*=======================================

    03.07 Submit-form CSS

=========================================*/

/* Wrapper */

.submit-form-wrapper {
  margin-top: 100px;

  padding: 100px;
}

@media (max-width: 991px) {
  .submit-form-wrapper {
    margin-top: 80px;

    padding: 80px 40px;
  }
}

@media (max-width: 767px) {
  .submit-form-wrapper {
    margin-top: 60px;

    padding: 60px 20px;
  }
}

/* Content */

.submit-form-wrapper .content {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .submit-form-wrapper .content {
    margin-bottom: 60px;
  }
}

.submit-form-wrapper .content .title {
  font-size: 40px;

  font-weight: 700;

  color: #664f6e;

  text-align: center;

  margin: -5px 0 20px;

  line-height: 1;
}

@media (max-width: 991px) {
  .submit-form-wrapper .content .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .submit-form-wrapper .content .title {
    font-size: 30px;
  }
}

.submit-form-wrapper .content p {
  font-size: 30px;

  font-weight: 700;

  color: #664f6e;

  text-align: center;

  font-family: "Shippori Mincho", serif;
}

@media (max-width: 991px) {
  .submit-form-wrapper .content p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .submit-form-wrapper .content p {
    font-size: 18px;
  }
}

/* Form Group */

.contact-form .default-form-group {
  position: relative;
}

/* Calendar Button */

.contact-form .default-form-group.date-calender button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 15px;

  border: none;

  color: #664f6e;
}

/* Inputs */

.contact-form .default-form-group input,
.contact-form .default-form-group textarea,
.contact-form .default-form-group .form-select {
  width: 100%;

  height: 55px;

  padding: 0 30px 0 20px;

  background-color: #f0f5f8;

  border: 1px solid #00000010;

  border-radius: none;

  box-shadow: none;

  font-size: 15px;

  color: #664f6e;
}

/* Textarea adjustment */

.contact-form .default-form-group textarea {
  height: auto;

  padding: 15px 20px;
}

/* Placeholder */

.contact-form .default-form-group input::placeholder,
.contact-form .default-form-group textarea::placeholder {
  color: #664f6e;

  opacity: 1;
}

/* Focus State */

.contact-form .default-form-group input:focus,
.contact-form .default-form-group textarea:focus,
.contact-form .default-form-group .form-select:focus {
  background-color: #c7a8d1;

  color: #664f6e;

  outline: none;

  box-shadow: none;
}

/* Placeholder on Focus (better contrast) */

.contact-form .default-form-group input:focus::placeholder,
.contact-form .default-form-group textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

/* Message */

.form-messege {
  text-align: center;

  margin-top: 10px;
}

/* Button */

.appionment-btn {
  font-size: 16px;

  padding: 20px 38px;

  border: 2px solid #fff;

  line-height: 15px;

  text-transform: capitalize;

  font-weight: 500;

  border-radius: 50px;
}

/*=======================================

    03.08 Breadcrumb CSS

=========================================*/

.breadcrumb-section {
  overflow: hidden;

  position: relative;

  padding-top: 110px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-section {
    padding-top: 90px;
  }
}

.breadcrumb-section::after {
  position: absolute;

  content: "";

  background-color: #c7a8d1;

  opacity: 0.1;

  width: 350px;

  height: 530px;

  bottom: -200px;

  left: -170px;

  border-radius: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section::after {
    bottom: -330px;

    left: -210px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-section::after {
    bottom: -460px;

    left: -190px;
  }
}

@media only screen and (max-width: 479px) {
  .breadcrumb-section::after {
    bottom: -440px;

    left: -225px;
  }
}

.breadcrumb-section .layer.shape-1 {
  top: -190px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section .layer.shape-1 {
    top: -330px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-section .layer.shape-1 {
    top: -350px;
  }
}

@media only screen and (max-width: 479px) {
  .breadcrumb-section .layer.shape-1 {
    top: -380px;

    right: -190px;
  }
}

.breadcrumb-wrapper {
  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  z-index: 2;
}

.breadcrumb-wrapper .title {
  font-size: 60px;

  line-height: 1;

  color: #f0f5f8;

  font-weight: 700;

  margin-bottom: 25px;

  margin-top: -6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .title {
    font-size: 50px;

    margin-top: -2px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title {
    font-size: 40px;

    margin-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb-wrapper .title {
    font-size: 30px;

    margin-top: 0px;

    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .title {
    font-size: 26px;

    line-height: 1.3;

    margin-bottom: 15px;
  }
}

.breadcrumb-wrapper .breadcrumb-list {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.breadcrumb-wrapper .breadcrumb-list li {
  color: #c7a8d1;

  font-size: 16px;

  position: relative;

  padding-right: 20px;

  margin-right: 10px;
}

@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .breadcrumb-list li {
    font-size: 14px;
  }
}

.breadcrumb-wrapper .breadcrumb-list li a {
  color: #f0f5f8;
}

.breadcrumb-wrapper .breadcrumb-list li a:hover {
  color: #c7a8d1;
}

.breadcrumb-wrapper .breadcrumb-list li::after {
  position: absolute;

  content: "//";

  right: 0;

  left: auto;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  color: #f0f5f8;
}

.breadcrumb-wrapper .breadcrumb-list li:last-child {
  margin-right: 0;

  padding-right: 0;
}

.breadcrumb-wrapper .breadcrumb-list li:last-child::after {
  display: none;
}

.breadcrumb-wrapper::after {
  content: "";

  position: absolute;

  background-color: #c7a8d1;

  opacity: 0.1;

  width: 300px;

  height: 300px;

  border-radius: 100%;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper::after {
    width: 240px;

    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper::after {
    width: 180px;

    height: 180px;
  }
}

/*=======================================

    03.09 Sidebar CSS

=========================================*/

.sidebar_widget {
  max-width: 300px;

  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar_widget {
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_widget {
    padding-top: 80px;

    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar_widget {
    padding-top: 60px;

    max-width: 100%;
  }
}

.sidebar_widget .search-box {
  position: relative;
}

.sidebar_widget .search-box .search-form {
  border: 0;

  height: 60px;

  width: 100%;

  border-radius: 0;

  background: #fefcff;

  padding: 0 70px 0 30px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .search-box .search-form:focus {
  background: #c7a8d1;

  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .search-box .search-form:focus::-webkit-input-placeholder {
  color: #f0f5f8;

  opacity: 1;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .search-box .search-form:focus::-moz-placeholder {
  color: #f0f5f8;

  opacity: 1;

  -moz-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .search-box .search-form:focus:-ms-input-placeholder {
  color: #f0f5f8;

  opacity: 1;

  -ms-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .search-box .search-form:focus::-ms-input-placeholder {
  color: #f0f5f8;

  opacity: 1;

  -ms-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .search-box .search-form:focus::placeholder {
  color: #f0f5f8;

  opacity: 1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .search-box .search-icon {
  position: absolute;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  border: 0;

  background: #664f6e;

  color: #f0f5f8;

  height: 60px;

  width: 60px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.sidebar_widget .search-box .search-icon:hover {
  color: #c7a8d1;
}

.sidebar_widget .widget-list .widget-title {
  font-size: 35px;

  font-weight: 700;

  color: #664f6e;

  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sidebar_widget .widget-list .widget-title {
    font-size: 30px;
  }
}

.sidebar_widget .widget-list .sidebar-body .sidebar-list {
  margin-bottom: -20px;
}

.sidebar_widget .widget-list .sidebar-body .sidebar-list li {
  position: relative;

  height: 60px;

  background: #fefcff;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0 10px 0 30px;

  margin-bottom: 20px;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .sidebar-list li a {
  color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .sidebar-list li .cat-icon {
  border: 0;

  height: 45px;

  width: 45px;

  background: #ffe4d8;

  color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .sidebar-list li:hover {
  background: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .sidebar-list li:hover a {
  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .sidebar-list li:hover .cat-icon {
  background: #c7a8d1;

  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .single-sidebar-post {
  border: 1px solid #ebebeb;

  padding: 20px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget
  .widget-list
  .sidebar-body
  .single-sidebar-post
  .sidebar-post-thumb {
  max-width: 80px;

  width: 100%;
}

.sidebar_widget
  .widget-list
  .sidebar-body
  .single-sidebar-post
  .sidebar-post-content {
  margin-left: 20px;
}

.sidebar_widget
  .widget-list
  .sidebar-body
  .single-sidebar-post
  .sidebar-post-content
  span {
  color: #664f6e;

  font-size: 14px;

  line-height: 2;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget
  .widget-list
  .sidebar-body
  .single-sidebar-post
  .sidebar-post-content
  .title {
  font-size: 16px;

  font-weight: 700;

  color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  line-height: 1.43;
}

.sidebar_widget .widget-list .sidebar-body .single-sidebar-post:hover {
  background: #664f6e;

  border: 1px solid #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget
  .widget-list
  .sidebar-body
  .single-sidebar-post:hover
  .sidebar-post-content
  span {
  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget
  .widget-list
  .sidebar-body
  .single-sidebar-post:hover
  .sidebar-post-content
  .title {
  color: #c7a8d1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .widget-tags {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: -10px;
}

.sidebar_widget .widget-list .sidebar-body .widget-tags li {
  margin: 0 10px 10px 0;
}

.sidebar_widget .widget-list .sidebar-body .widget-tags li a {
  height: 45px;

  line-height: 45px;

  padding: 0 26px;

  font-size: 15px;

  border: 1px solid #ebebeb;

  display: block;

  color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar_widget .widget-list .sidebar-body .widget-tags li a:hover {
  color: #f0f5f8;

  border: 1px solid #c7a8d1;

  background-color: #c7a8d1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.sidebar-opposite-wrapper {
  max-width: 800px;

  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-opposite-wrapper {
    max-width: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .sidebar-opposite-wrapper {
    max-width: 100%;
  }
}

.content-sidebar-area {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .content-sidebar-area {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

/*=======================================

    03.10 Service CSS

=========================================*/

.service-sector-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-sector-wrapper {
    max-width: 960px;

    margin: 0 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sector-wrapper {
    max-width: 720px;

    margin: 0 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .service-sector-wrapper {
    max-width: 540px;

    margin: 0 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .service-sector-wrapper {
    max-width: 100%;

    margin: 0 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

.service-sector-wrapper .service-sector-image {
  max-width: calc(100% - 990px);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-sector-wrapper .service-sector-image {
    max-width: calc(100% - 660px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sector-wrapper .service-sector-image {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sector-wrapper .service-sector-image {
    max-width: 100%;

    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .service-sector-wrapper .service-sector-image {
    max-width: 100%;

    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .service-sector-wrapper .service-sector-image {
    max-width: 100%;
  }
}

.service-sector-wrapper .service-sector-department {
  text-align: center;

  max-width: 990px;

  margin: 0 auto;

  padding-left: 15px;

  padding-right: 15px;

  -webkit-align-self: center;

  -ms-flex-item-align: center;

  align-self: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-sector-wrapper .service-sector-department {
    max-width: 660px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sector-wrapper .service-sector-department {
    max-width: 100%;

    margin: 80px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-sector-wrapper .service-sector-department {
    max-width: 100%;

    margin: 60px 0 0;

    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .service-sector-wrapper .service-sector-department {
    max-width: 100%;

    margin: 60px 0 0;
  }
}

.service-sector-wrapper .service-sector-department .button {
  margin-top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sector-wrapper .service-sector-department .button {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .service-sector-wrapper .service-sector-department .button {
    margin-top: 30px;

    margin-bottom: 60px;
  }
}

.single-service-sector {
  -webkit-box-flex: 0;

  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 300px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  background-color: #fefcff;

  padding: 60px 0 40px;

  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service-sector {
    width: 290px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-sector {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .single-service-sector {
    width: 240px;
  }
}

@media only screen and (max-width: 575px) {
  .single-service-sector {
    width: 300px;

    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .single-service-sector {
    width: 290px;

    margin: 0 auto;
  }
}

.single-service-sector .service-sector-thumb {
  margin: 0 auto;

  width: 260px;

  position: relative;

  z-index: 1;
}

.single-service-sector .service-sector-thumb::before {
  content: "";

  position: absolute;

  background: #f0f5f8;

  height: 40px;

  width: 190px;

  border-radius: 50px;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%) rotate(-45deg);

  -ms-transform: translate(-50%, -50%) rotate(-45deg);

  transform: translate(-50%, -50%) rotate(-45deg);

  z-index: -1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-service-sector .service-sector-thumb::after {
  content: "";

  position: absolute;

  width: 150px;

  height: 50px;

  background: #fff;

  border-radius: 50px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  left: 20%;

  top: 22%;

  z-index: -1;
}

.single-service-sector .service-sector-content {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-service-sector .service-sector-content {
    padding: 30px 10px 0px;
  }
}

.single-service-sector .service-sector-content .title {
  font-size: 25px;

  line-height: 38px;

  font-weight: 700;

  color: #664f6e;

  text-align: center;
}

.single-service-sector .service-sector-content .title a:hover {
  color: #c7a8d1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-service-sector .service-sector-content .title {
    font-size: 20px;
  }
}

.single-service-sector .service-sector-content .read-more {
  font-size: 16px;

  font-weight: 500;

  padding-top: 0px;

  color: #c7a8d1;

  position: absolute;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  height: 0;

  opacity: 0;

  visibility: hidden;
}

.single-service-sector::before {
  position: absolute;

  content: "";

  width: 300px;

  height: 0px;

  background: #664f6e;

  z-index: 2;

  top: 0;

  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;

  opacity: 0;

  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service-sector::before {
    width: 290px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-sector::before {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .single-service-sector::before {
    width: 240px;
  }
}

@media only screen and (max-width: 575px) {
  .single-service-sector::before {
    width: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .single-service-sector::before {
    width: 290px;
  }
}

.single-service-sector:hover {
  background-color: transparent;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-service-sector:hover::before {
  height: 464px;

  visibility: visible;

  opacity: 1;

  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;
}

@media only screen and (max-width: 767px) {
  .single-service-sector:hover::before {
    height: 460px;
  }
}

.single-service-sector:hover .service-sector-thumb {
  z-index: 3;
}

.single-service-sector:hover .service-sector-thumb::before,
.single-service-sector:hover .service-sector-thumb::after {
  background: #c7a8d1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-service-sector:hover .service-sector-content {
  z-index: 3;
}

.single-service-sector:hover .service-sector-content .title {
  color: #f0f5f8;
}

.single-service-sector:hover .service-sector-content .read-more {
  padding-top: 20px;

  height: inherit;

  opacity: 1;

  visibility: visible;

  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;
}

@media only screen and (max-width: 767px) {
  .single-service-sector:hover .service-sector-content .read-more {
    padding: 25px;
  }
}

.round-shape {
  position: relative;
}

.round-shape::after {
  position: absolute;

  content: "";

  border: 2px solid;

  color: #c7a8d1;

  left: 50%;

  bottom: 0;

  border-radius: 50%;

  -webkit-transform: rotate(-15deg) translateX(-50%);

  -ms-transform: rotate(-15deg) translateX(-50%);

  transform: rotate(-15deg) translateX(-50%);

  -webkit-transition: color 0.4s;

  -o-transition: color 0.4s;

  transition: color 0.4s;

  width: 100px;

  height: 45px;
}

.single-service {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  background-color: #f0f5f8;

  padding: 35px 40px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service {
    padding: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .single-service {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .single-service {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.single-service .single-service-thumb {
  height: 80px;

  width: 80px;

  border-radius: 100%;

  background-color: #f0f5f8;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  border: 2px solid #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: relative;
}

.single-service .single-service-thumb .rotate-around {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-service .single-service-thumb .rotate-around span {
  position: relative;

  display: block;

  height: 100%;

  -webkit-animation: rotation 10s infinite linear;

  animation: rotation 10s infinite linear;
}

.single-service .single-service-thumb .rotate-around span::before,
.single-service .single-service-thumb .rotate-around span::after {
  position: absolute;

  height: 8px;

  width: 8px;

  content: "";

  border-radius: 50%;

  background: #c7a8d1;
}

.single-service .single-service-thumb .rotate-around span::before {
  left: 3px;

  bottom: 10px;
}

.single-service .single-service-thumb .rotate-around span::after {
  right: 3px;

  top: 10px;
}

.single-service .single-service-title .title {
  font-size: 26px;

  line-height: 1;

  font-weight: 800;

  color: #664f6e;

  margin-left: 40px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service .single-service-title .title {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .single-service .single-service-title .title {
    margin-left: 30px;

    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .single-service .single-service-title .title {
    font-size: 20px;

    margin-left: 0px;

    margin-top: 10px;
  }
}

.single-service .single-service-title .title:hover a {
  color: #c7a8d1;
}

.single-service:hover {
  background-color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-service:hover .single-service-thumb {
  background-color: #664f6e;

  border-color: #c7a8d1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-service:hover .single-service-thumb .rotate-around {
  opacity: 1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-service:hover {
  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  background-color: #664f6e;
}

.single-service:hover .single-service-title .title a {
  color: #f0f5f8;
}

.service-long-title .title {
  text-align: center;

  width: 100%;

  margin: 0 auto 100px;

  font-size: 45px;

  line-height: 1.5;

  color: #664f6e;

  font-weight: 800;
}

.service-long-title .title .text-style {
  color: #c7a8d1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-long-title .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-long-title .title {
    font-size: 30px;

    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .service-long-title .title {
    font-size: 20px;

    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .service-long-title .title {
    margin-top: 10px;

    color: #664f6e;

    position: static;
  }
}

/*=======================================

    03.11 Service-details CSS

=========================================*/

.service-details-image {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-image {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .service-details-image {
    margin-bottom: 60px;
  }
}

.service-details-content {
  margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-content {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-content {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .service-details-content {
    margin-right: 0px;
  }
}

.service-details-content .subtitle {
  background-color: #ffe5da;

  color: #c7a8d1;

  font-size: 15px;

  line-height: 2;

  padding: 0px 18px;

  display: inline-block;

  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .service-details-content .subtitle {
    margin-bottom: 20px;
  }
}

.service-details-content .title {
  font-size: 40px;

  line-height: 1.375;

  color: #664f6e;

  font-weight: 700;

  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-content .title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-content .title {
    font-size: 36px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .service-details-content .title {
    font-size: 30px;

    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .service-details-content .title {
    font-size: 26px;
  }
}

.service-desc p {
  color: #664f6e;

  line-height: 1.93;
}

.service-pricing {
  padding: 80px 70px;

  position: relative;

  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .service-pricing {
    padding: 80px 60px;
  }
}

@media only screen and (max-width: 479px) {
  .service-pricing {
    padding: 50px 15px;
  }
}

.service-pricing::after {
  position: absolute;

  content: "";

  background: #c7a8d1;

  opacity: 0.1;

  width: 250px;

  height: 250px;

  border-radius: 100%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  top: -80px;
}

.service-pricing .service-pricing-title {
  color: #f0f5f8;

  font-size: 30px;

  line-height: 1.4;

  text-align: center;

  margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
  .service-pricing .service-pricing-title {
    font-size: 26px;

    margin-bottom: 30px;
  }
}

.service-pricing table tbody tr td {
  color: #c4c4c4;
}

.service-pricing table tbody tr td.middle-serv {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 150px;

  color: #c7a8d1 !important;
}

@media only screen and (max-width: 479px) {
  .service-pricing table tbody tr td.middle-serv {
    width: 80px;
  }
}

/*=======================================

    03.12 About CSS

=========================================*/

.about-bg {
  background-image: url(../../assets/images/about/about-bg.jpg);

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  padding: 100px 0px 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-bg {
    padding: 60px 0;
  }
}

.about-wrapper {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  position: relative;
}

.about-wrapper .about-left-side {
  max-width: 600px;

  width: 100%;

  padding: 50px 40px 100px 100px;

  height: 525px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper .about-left-side {
    max-width: 540px;

    padding: 50px 40px 100px 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper .about-left-side {
    max-width: 100%;

    padding: 60px 60px 60px 60px;

    height: 460px;
  }

  .img-fluid {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-wrapper .about-left-side {
    max-width: 100%;

    padding: 40px 60px 40px 60px;

    height: 370px;
  }

  .img-fluid {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .about-wrapper .about-left-side {
    height: 336px;
  }

  .img-fluid {
    display: none !important;
  }
}

@media only screen and (max-width: 479px) {
  .about-wrapper .about-left-side {
    height: 349px;

    padding: 30px 20px 30px 30px;
  }

  .img-fluid {
    display: none !important;
  }
}

.about-wrapper .about-right-side {
  max-width: 570px;

  width: 100%;

  padding: 80px 70px;

  position: absolute;

  right: 0;

  /* Smooth animation */

  transition: transform 0.3s ease;
}

/* Hover effect */

.about-wrapper .about-right-side:hover {
  transform: scale(1.05);

  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper .about-right-side {
    max-width: 390px;

    padding: 52px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .about-wrapper .about-right-side {
    position: relative;

    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about-wrapper .about-right-side {
    padding: 60px 50px;
  }
}

@media only screen and (max-width: 479px) {
  .about-wrapper .about-right-side {
    padding: 40px 20px;
  }
}

.about-wrapper .about-right-side .single-about {
  border-bottom: 1px solid #c7a8d1;

  margin-bottom: 50px;

  padding-bottom: 50px;
}

@media only screen and (max-width: 479px) {
  .about-wrapper .about-right-side .single-about {
    margin-bottom: 40px;

    padding-bottom: 40px;
  }
}

.about-wrapper .about-right-side .single-about .icon-title {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 40px;
}

@media only screen and (max-width: 479px) {
  .about-wrapper .about-right-side .single-about .icon-title {
    margin-bottom: 30px;
  }
}

.about-wrapper .about-right-side .single-about .icon-title .icon {
  border: 2px solid #c7a8d1;

  border-radius: 100%;

  height: 80px;

  width: 80px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.about-wrapper .about-right-side .single-about .icon-title .title {
  margin: 0 0 0 30px;

  font-size: 30px;

  line-height: 2;

  font-weight: 700;

  color: #f0f5f8;
}

@media only screen and (max-width: 479px) {
  .about-wrapper .about-right-side .single-about .icon-title .title {
    margin-left: 15px;

    font-size: 24px;
  }
}

.about-wrapper .about-right-side .single-about p {
  font-size: 18px;

  line-height: 1.9;

  color: #fff;
}

.content-left-side .title {
  color: #fff;

  font-size: 41px;

  line-height: 50px;

  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-left-side .title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .content-left-side .title {
    font-size: 40px;

    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .content-left-side .title {
    font-size: 36px;

    line-height: 46px;
  }
}

@media only screen and (max-width: 479px) {
  .content-left-side .title {
    font-size: 24px;

    line-height: 34px;
  }
}

.content-left-side span {
  position: relative;

  margin: 40px 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

#experience-years {
  font-size: 41px;

  font-weight: 600;

  color: #ffffff;

  margin-top: 15px;

  line-height: 1.6;
}

.content-left-side span::before {
  position: absolute;

  content: "";

  width: 80px;

  height: 1px;

  background: #f0f5f8;

  left: 0;
}

@media only screen and (max-width: 767px) {
  .content-left-side span {
    margin: 30px 0 25px;
  }
}

.content-left-side p {
  font-size: 18px;

  line-height: 38px;

  color: #fff;
}

@media only screen and (max-width: 575px) {
  .content-left-side p {
    font-size: 16px;

    line-height: 32px;
  }
}

@media only screen and (max-width: 479px) {
  .content-left-side p {
    font-size: 14px;

    line-height: 28px;
  }
  #experience-years{
    font-size: 24px;
  }
}

/*=======================================

    03.13 Team CSS

=========================================*/

.team-section {
  padding: 215px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .team-section {
    padding: 60px 0;
  }
}

.team-section .content-left-side {
  position: relative;

  margin-top: 6px;

  z-index: 2;
}

.team-section .content-left-side .subtitle {
  font-size: 14px;

  line-height: 1;

  font-weight: 500;

  color: #c7a8d1;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .team-section .content-left-side .subtitle {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .team-section .content-left-side .title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 479px) {
  .team-section .content-left-side .title {
    font-size: 28px;

    line-height: 1.4;
  }
}

.team-section .content-left-side span::before {
  background: #c7a8d1;
}

@media only screen and (max-width: 767px) {
  .team-section .content-left-side span {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .team-section .content-left-side p {
    font-size: 16px;

    line-height: 2;
  }
}

@media only screen and (max-width: 479px) {
  .team-section .content-left-side p {
    font-size: 14px;
  }
}

.team-section .content-left-side::after {
  position: absolute;

  content: "";

  height: 530px;

  width: 360px;

  background-color: #c7a8d1;

  opacity: 0.1;

  border-radius: 180px;

  left: -155px;

  z-index: -1;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section .content-left-side::after {
    height: 400px;

    width: 280px;

    left: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .team-section .content-left-side::after {
    height: 310px;

    width: 230px;

    left: -100px;
  }
}

.team-bg-secondary {
  background-color: #1f3f37;
}

.team-bg-seashell.single-team {
  background-color: #fefcff;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-bg-seashell.single-team .team-content {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 767px) {
  .team-bg-seashell.single-team .team-content {
    width: calc(100% - 220px);
  }
}

@media only screen and (max-width: 575px) {
  .team-bg-seashell.single-team .team-content {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 479px) {
  .team-bg-seashell.single-team .team-content {
    width: 100%;
  }
}

.team-bg-seashell.single-team .team-content .title {
  color: #664f6e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-bg-seashell.single-team .team-content .title {
    font-size: 22px;

    margin-bottom: 20px;
  }
}

.team-bg-seashell.single-team .team-content .subtitle {
  color: #664f6e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-bg-seashell.single-team .team-content .subtitle {
    margin-bottom: 20px;
  }
}

.team-bg-seashell.single-team .team-content p {
  color: #664f6e;
}

.team-bg-seashell.single-team .social-share {
  background: #f0f5f8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-bg-seashell.single-team .social-share {
    bottom: 15px;

    right: 30px;
  }
}

.team-bg-seashell.single-team .social-share .social-title {
  color: #664f6e;
}

.team-bg-seashell.single-team .social-share ul li a {
  background: #c7a8d1;

  color: #f0f5f8;
}

.team-bg-seashell.single-team .social-share ul li a:hover {
  background: #664f6e;

  color: #f0f5f8;
}

.team-bg-seashell.single-team:hover {
  background-color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.team-bg-seashell.single-team:hover .team-content .title {
  color: #f0f5f8;
}

.team-bg-seashell.single-team:hover .team-content .subtitle {
  color: #f0f5f8;
}

.team-bg-seashell.single-team:hover .team-content p {
  color: #f0f5f8;
}

.single-team {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  position: relative;
}

@media only screen and (max-width: 479px) {
  .single-team {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

@media only screen and (max-width: 575px) {
  .single-team .team-thumb {
    width: 200px;
  }
}

@media only screen and (max-width: 479px) {
  .single-team .team-thumb {
    width: 100%;
  }
}

.single-team .team-content {
  padding: 50px 38px;

  width: calc(100% - 265px);

  display: flex;

  flex-direction: column;

  align-items: left;

  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-team .team-content {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .single-team .team-content {
    width: calc(100% - 200px);

    padding: 30px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .single-team .team-content {
    width: 100%;

    padding: 20px 10px;
  }
}

.single-team .team-content .title {
  font-size: 24px;

  font-weight: 800;

  color: #f0f5f8;

  line-height: 1;

  margin-top: -5px;

  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single-team .team-content .title {
    font-size: 26px;

    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .single-team .team-content .title {
    margin-bottom: 20px;
  }
}

.single-team .team-content .subtitle {
  font-size: 18px;

  line-height: 1;

  color: #c7a8d1;

  text-transform: capitalize;

  font-weight: 600;

  letter-spacing: 1px;

  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .single-team .team-content .subtitle {
    margin-bottom: 20px;
  }
}

.single-team .team-content p {
  color: #c6d8d6;

  line-height: 1.8;
}

@media only screen and (max-width: 575px) {
  .single-team .team-content p {
    font-size: 14px;
  }
}

.single-team .social-share {
  position: absolute;

  bottom: 50px;

  right: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team .social-share {
    position: static;

    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .single-team .social-share {
    right: 20px;

    bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .single-team .social-share {
    bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .single-team .social-share {
    position: relative;

    left: 0;

    top: 0;

    max-width: 270px;
  }

  .single-team .social-share .social-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) and (max-width: 479px) {
  .single-team .social-share .social-title {
    font-size: 12px;
  }
}

.team-carousel .swiper-container {
  overflow: visible;
}

.team-carousel .navigation-wrp {
  left: calc(106% + 1px);

  padding-left: 20px;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .team-carousel .navigation-wrp {
    padding-left: 0;

    top: auto;

    bottom: auto;

    left: auto;

    right: 0;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    padding-top: 30px;

    position: static;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .team-carousel .navigation-wrp {
    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

.navigation-wrp {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .navigation-wrp {
    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;
  }
}

.navigation-wrp .swiper-button-prev {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .navigation-wrp .swiper-button-prev {
    margin-bottom: 0;
  }
}

.navigation-wrp .swiper-nav-button {
  position: relative;

  border: 2px solid #2d514e;

  color: #2d514e;

  top: 0;

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);
}

.navigation-wrp .swiper-nav-button:hover {
  border-color: #c7a8d1;

  color: #c7a8d1;
}

.team-wrapper {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .team-wrapper {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.team-wrapper .content-left-side {
  -webkit-box-flex: 0;

  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 41.6666666667%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .team-wrapper .content-left-side {
    width: 100%;
  }
}

.team-wrapper .content-right-side {
  -webkit-box-flex: 0;

  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 58.3333333333%;

  padding-left: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-wrapper .content-right-side {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .team-wrapper .content-right-side {
    width: 100%;

    padding-left: 0;

    margin-top: 80px;
  }
}

.animation-style-02 .content-left-side {
  opacity: 0;
}

.animation-style-02 .content-right-side {
  opacity: 0;
}

.animation-style-02 .swiper-slide-active .content-left-side {
  opacity: 1;
}

.animation-style-02 .swiper-slide-active .content-left-side .subtitle {
  -webkit-animation-name: bounceInLeft;

  animation-name: bounceInLeft;

  -webkit-animation-delay: 0.3s;

  animation-delay: 0.3s;

  -webkit-animation-duration: 3s;

  animation-duration: 3s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.animation-style-02 .swiper-slide-active .content-left-side .title {
  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.1s;

  animation-delay: 0.1s;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.animation-style-02 .swiper-slide-active .content-left-side span {
  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.15s;

  animation-delay: 0.15s;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.animation-style-02 .swiper-slide-active .content-left-side p {
  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.2s;

  animation-delay: 0.2s;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.animation-style-02 .swiper-slide-active .content-right-side {
  opacity: 1;
}

.animation-style-02 .swiper-slide-active .content-right-side .single-team {
  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

  -webkit-animation-delay: 0.1s;

  animation-delay: 0.1s;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

/*=======================================

    03.14 Banner CSS

=========================================*/

.video-banner {
  position: relative;

  overflow: hidden;
}

.video-banner .video-btn {
  position: absolute;

  top: 170px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .video-banner .video-btn {
    top: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .video-banner .video-btn {
    top: 50px;
  }
}

.video-banner .video-btn .btn-play {
  height: 100px;

  width: 100px;

  border-radius: 100%;

  background: #f0f5f8;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.video-banner .video-btn .btn-play:hover {
  background: #664f6e;
}

@media only screen and (max-width: 767px) {
  .video-banner .video-btn .btn-play {
    height: 80px;

    width: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .video-banner .video-btn .btn-play {
    height: 50px;

    width: 50px;
  }
}

.video-banner .video-title {
  position: absolute;

  bottom: 60px;

  text-align: center;

  width: 100%;

  margin: 0 auto;

  font-size: 45px;

  line-height: 1.5;

  color: #f0f5f8;

  font-weight: 800;
}

.video-banner .video-title .text-style {
  color: #c7a8d1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-banner .video-title {
    font-size: 40px;

    bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner .video-title {
    font-size: 30px;

    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .video-banner .video-title {
    font-size: 20px;

    bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .video-banner .video-title {
    font-size: 18px;

    bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .video-banner .video-title {
    font-size: 13px;

    bottom: 0px;

    margin-top: 10px;

    color: #664f6e;

    position: static;
  }
}

/*=======================================

    03.15 Testimonial CSS

=========================================*/

.single-testimonial .testimonial-thumb {
  position: relative;

  margin: 0 auto;

  height: 90px;

  width: 90px;

  border: 1px solid #c7a8d1;

  border-radius: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.single-testimonial .testimonial-thumb .thumb-quote {
  position: absolute;

  bottom: -10px;

  color: #c7a8d1;

  width: 30px;

  height: 30px;

  background-color: #f0f5f8;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  border-radius: 100%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  font-size: 12px;
}

.single-testimonial .testimonial-content p {
  font-size: 22px;

  line-height: 1.8;

  font-weight: 500;

  color: #664f6e;

  width: 825px;

  text-align: center;

  margin: 50px auto 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial .testimonial-content p {
    font-size: 20px;

    width: 530px;

    margin: 30px auto;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-content p {
    font-size: 16px;

    width: 400px;

    margin: 30px auto;
  }
}

@media only screen and (max-width: 479px) {
  .single-testimonial .testimonial-content p {
    font-size: 14px;

    width: 280px;

    margin: 30px auto;
  }
}

.single-testimonial .testimonial-content span {
  position: relative;

  margin: 0 auto;

  width: 100%;
}

.single-testimonial .testimonial-content span::before {
  position: absolute;

  content: "";

  background: #c7a8d1;

  width: 60px;

  height: 1px;

  left: 0;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

.single-testimonial .testimonial-content .title {
  padding-top: 20px;

  font-size: 28px;

  line-height: 2.14;

  font-weight: 800;

  color: #664f6e;
}

@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-content .title {
    font-size: 22px;
  }
}

.single-testimonial .testimonial-content .subtitle {
  font-size: 15px;

  font-weight: 400;

  line-height: 1;

  color: #c7a8d1;

  letter-spacing: 1px;

  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .testimonial-carousel .testimonial-nav-button {
    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-carousel .swiper-nav-button {
    position: static;

    top: 0;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);
  }
}

.testimonial-carousel .swiper-button-next {
  left: auto;

  right: 0px;
}

/*=======================================

    03.16 News-blog CSS

=========================================*/

.news-blog-area {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .news-blog-area {
    margin: 0 -15px;
  }
}

.news-blog-area .news-blog-wrapper {
  width: 42.8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-blog-area .news-blog-wrapper {
    height: 480px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .news-blog-area .news-blog-wrapper {
    width: 500px;

    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 767px) {
  .news-blog-area .news-blog-wrapper {
    width: 100%;

    margin-bottom: 30px;

    padding: 0 15px;
  }
}

.news-blog-area .blog-wrapper {
  width: 57.2%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .news-blog-area .blog-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .news-blog-area .blog-wrapper {
    margin-bottom: -30px;
  }
}

.news-blog-area .blog-wrapper .single-blog {
  margin-left: 50px;

  width: 42.529%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-blog-area .blog-wrapper .single-blog {
    margin-left: 30px;

    width: 44.3%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .news-blog-area .blog-wrapper .single-blog {
    padding: 0 15px;

    margin: 0;

    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .news-blog-area .blog-wrapper .single-blog {
    width: 100%;

    margin-bottom: 30px;
  }
}

.news-blog-wrapper {
  position: relative;
}

.news-blog-wrapper .news-content {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  text-align: center;
}

.news-blog-wrapper .news-content::before {
  position: absolute;

  content: "";

  width: 425px;

  height: 425px;

  border-radius: 100%;

  background-color: #664f6e;

  opacity: 0.66;

  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-blog-wrapper .news-content::before {
    width: 380px;

    height: 380px;
  }
}

@media only screen and (max-width: 479px) {
  .news-blog-wrapper .news-content::before {
    width: 280px;

    height: 280px;
  }
}

.news-blog-wrapper .news-content .subtitle {
  color: #f0f5f8;

  font-size: 14px;

  line-height: 1;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .news-blog-wrapper .news-content .subtitle {
    margin-bottom: 15px;
  }
}

.news-blog-wrapper .news-content .title {
  color: #f0f5f8;

  font-size: 50px;

  line-height: 1.2;

  font-weight: 800;

  width: 400px;

  margin-bottom: 40px;
}

@media only screen and (max-width: 479px) {
  .news-blog-wrapper .news-content .title {
    width: 220px;

    font-size: 32px;

    margin-bottom: 30px;
  }
}

.single-blog:hover .blog-thumb img {
  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;

  -webkit-transform: scale(1.2) rotate(2deg);

  -ms-transform: scale(1.2) rotate(2deg);

  transform: scale(1.2) rotate(2deg);
}

.single-blog .blog-thumb {
  margin-bottom: 40px;

  display: block;

  overflow: hidden;
}

@media only screen and (max-width: 479px) {
  .single-blog .blog-thumb {
    margin-bottom: 30px;
  }
}

.single-blog .blog-thumb img {
  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}

.single-blog .blog-content .subtitle {
  background-color: #ffe5da;

  color: #c7a8d1;

  font-size: 15px;

  padding: 5px 18px;

  font-weight: 400;

  display: inline-block;
}

.single-blog .blog-content .title {
  font-size: 28px;

  line-height: 1.42;

  color: #664f6e;

  font-weight: 700;

  margin-top: 12px;

  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-content .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .single-blog .blog-content .title {
    margin-bottom: 20px;
  }
}

.single-blog .blog-content .title a {
  color: #664f6e;
}

.single-blog .blog-content .title a:hover {
  color: #c7a8d1;
}

.single-blog .blog-content p {
  color: #664f6e;

  line-height: 1.8;
}

.single-blog .blog-content .meta span {
  color: #c7a8d1;
}

.appoinment-section {
  padding: 60px 80px;

  position: relative;

  overflow: hidden;

  z-index: 2;

  border-radius: 16px;
}

@media only screen and (max-width: 991px) {
  .appoinment-section {
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .appoinment-section {
    padding: 40px 20px;
  }
}

.appoinment-wrapper {
  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 40px;
}

/* Left title block */

.appoinment-content {
  flex: 0 0 auto;

  max-width: 280px;
}

@media only screen and (max-width: 991px) {
  .appoinment-content {
    max-width: 100%;

    text-align: center;
  }
}

.appoinment-content .title {
  font-size: 34px;

  font-weight: 800;

  color: #f0f5f8;

  line-height: 1.2;

  margin-bottom: 10px;
}

.appoinment-content .appt-subtitle {
  font-size: 14px;

  color: rgba(199, 168, 209, 0.75);

  margin: 0;
}

@media only screen and (max-width: 479px) {
  .appoinment-content .title {
    font-size: 26px;
  }
}

/* Right cards wrapper */

.appoinment-info-wrapper {
  display: flex;

  gap: 20px;

  flex: 1;

  justify-content: flex-end;

  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .appoinment-info-wrapper {
    justify-content: center;

    width: 100%;
  }
}

/* Individual contact card */

.contact-card {
  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 14px;

  padding: 24px 28px;

  min-width: 210px;

  flex: 1;

  max-width: 260px;
}

@media only screen and (max-width: 991px) {
  .contact-card {
    max-width: 100%;

    width: 100%;
  }
}

/* Card top row: icon + label */

.card-header {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 20px;
}

.icon-wrap {
  width: 38px;

  height: 38px;

  background: rgba(138, 90, 180, 0.25);

  border-radius: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 15px;

  flex-shrink: 0;
}

.card-label {
  font-size: 14px;

  font-weight: 600;

  color: #fff;

  text-transform: uppercase;

  letter-spacing: 0.08em;
}

.contact-row {
  display: flex;

  flex-direction: column;

  gap: 12px;
}

.contact-item {
  display: flex;

  flex-direction: column;

  gap: 3px;
}

.branch {
  font-size: 12px;

  color: #fff;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.06em;
}

.contact-link {
  color: #f0f5f8;

  text-decoration: none;

  font-size: 15px;

  font-weight: 500;

  transition: color 0.2s ease;

  word-break: break-all;
}

.contact-link:hover {
  color: #c7a8d1;
}

/* Thin divider between two items */

.contact-sep {
  height: 1px;

  background: rgba(255, 255, 255, 0.08);
}

/*=======================================

    03.18 Gallery CSS

=========================================*/

.gallery-section .gallery-filter-nav {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding: 40px 15px 20px;

  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-section .gallery-filter-nav {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-filter-nav {
    margin-bottom: 60px;
  }
}

.gallery-section .gallery-filter-nav .filter-button {
  position: relative;

  border: 0;

  font-size: 16px;

  line-height: 1;

  padding: 0 0 0 40px;

  margin: 0 0 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .gallery-section .gallery-filter-nav .filter-button {
    padding: 0 0 0 30px;

    margin: 0 0 20px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .gallery-section .gallery-filter-nav .filter-button {
    padding: 0 0 0 20px;

    margin: 0 0 20px 10px;
  }
}

.gallery-section .gallery-filter-nav .filter-button::after {
  position: absolute;

  content: "//";

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  color: #664f6e;
}

.gallery-section .gallery-filter-nav .filter-button:first-child {
  margin-left: 0;

  padding-left: 0;
}

.gallery-section .gallery-filter-nav .filter-button:first-child::after {
  display: none;
}

.gallery-section .gallery-filter-nav .filter-button:hover {
  color: #c7a8d1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.gallery-filter-wrapper {
  margin-right: -15;

  margin-left: -15px;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb {
  position: relative;

  display: block;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb .bg-overlay {
  position: absolute;

  content: "";

  background: #664f6e;

  width: 0;

  height: 0;

  opacity: 0;

  top: 50%;

  left: 50%;

  right: 50%;

  bottom: 50%;

  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb span {
  position: absolute;

  bottom: 20px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  background-color: #c7a8d1;

  color: #f0f5f8;

  font-size: 15px;

  line-height: 2;

  padding: 0px 18px;

  display: inline-block;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb a::after {
  position: absolute;

  content: "";

  background-color: #c7a8d1;

  width: 70px;

  height: 1px;

  left: 50%;

  top: 50%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;

  opacity: 0;

  visibility: hidden;

  z-index: 9;

  margin-left: -34px;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb a::before {
  position: absolute;

  content: "";

  background-color: #c7a8d1;

  width: 1px;

  height: 70px;

  left: 50%;

  top: 50%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;

  opacity: 0;

  visibility: hidden;

  z-index: 9;

  margin-top: -34px;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb:hover .bg-overlay {
  width: 100%;

  height: 100%;

  opacity: 0.8;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb:hover a::after {
  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  opacity: 1;

  visibility: visible;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb:hover a::before {
  -webkit-transition: 0.6s;

  -o-transition: 0.6s;

  transition: 0.6s;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  opacity: 1;

  visibility: visible;
}

.gallery-filter-wrapper .single-gallery .content .title {
  margin-top: 30px;

  margin-bottom: 0;

  text-align: center;

  font-size: 28px;

  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .gallery-filter-wrapper .single-gallery .content .title {
    font-size: 24px;
  }
}

.pagination-wrapper {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 60px;
  }
}

/*=======================================

    03.19 Footer CSS

=========================================*/

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .single-footer-widget.single-footer-space-left {
    padding-left: 0;
  }
}

.single-footer-widget .widget-title {
  font-size: 20px;

  color: #f0f5f8;

  margin-bottom: 45px;

  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-footer-widget .widget-title {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .single-footer-widget .widget-title {
    margin-bottom: 30px;
  }
}

.single-footer-widget .desc-content {
  color: #c4c4c4;

  width: 280px;

  font-size: 15px;

  line-height: 2;

  text-align: start;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 767px) {
  .single-footer-widget .desc-content {
    width: 100%;
  }
}

.single-footer-widget .contact-links {
  margin-bottom: 0px;
}

.single-footer-widget .contact-links li {
  color: #c4c4c4;

  font-weight: 400;
}

.single-footer-widget .contact-links li a {
  color: #c4c4c4;

  font-weight: 400;
}

.single-footer-widget .contact-links li a:hover {
  color: #aaaaaa;
}

.single-footer-widget .contact-links li i {
  font-size: 18px;

  color: #c4c4c4;

  font-weight: 400;
}

.single-footer-widget .widget-list li {
  margin-bottom: 20px;
}

.single-footer-widget .widget-list li a {
  color: #c4c4c4;

  font-size: 15px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.single-footer-widget .widget-list li a:hover {
  color: #c7a8d1;
}

.single-footer-widget .widget-list li a:hover i {
  font-size: 8px;

  padding-right: 5px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-footer-widget .widget-list li a i {
  font-size: 0px;

  padding-right: 0px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .table-list li {
  color: #c4c4c4;

  font-size: 15px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.single-footer-widget .table-list li span {
  max-width: 120px;

  width: 100%;
}

.single-footer-widget .table-list li .table-list-middle {
  width: 80px;
}

.footer-top {
  position: relative;

  overflow: hidden;
}

.footer-top .layer-shape {
  -webkit-animation: movebounce 2s infinite alternate;

  animation: movebounce 2s infinite alternate;

  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .footer-top .layer-shape {
    display: none;
  }
}

.footer-top .layer-shape.footer-shape-left {
  top: 0;
}

.footer-top .layer-shape.footer-shape-left::after,
.footer-top .layer-shape.footer-shape-left::before {
  content: "";

  position: absolute;

  border: 2px solid #c7a8d1;

  width: 190px;

  height: 90px;

  border-radius: 50%;

  -webkit-transform: rotate(-20deg);

  -ms-transform: rotate(-20deg);

  transform: rotate(-20deg);

  left: -80px;

  top: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .layer-shape.footer-shape-left::after,
  .footer-top .layer-shape.footer-shape-left::before {
    top: 40px;

    left: -100px;
  }
}

.footer-top .layer-shape.footer-shape-left::before {
  top: 150px;

  left: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .layer-shape.footer-shape-left::before {
    top: 70px;
  }
}

.footer-top .layer-shape.footer-shape-right {
  bottom: 0;

  right: 0;
}

.footer-top .layer-shape.footer-shape-right::after,
.footer-top .layer-shape.footer-shape-right::before {
  content: "";

  position: absolute;

  border: 2px solid #c7a8d1;

  width: 190px;

  height: 90px;

  border-radius: 50%;

  -webkit-transform: rotate(-20deg);

  -ms-transform: rotate(-20deg);

  transform: rotate(-20deg);

  right: -80px;

  bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .layer-shape.footer-shape-right::after,
  .footer-top .layer-shape.footer-shape-right::before {
    bottom: 40px;

    right: -100px;
  }
}

.footer-top .layer-shape.footer-shape-right::before {
  bottom: 150px;

  right: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .layer-shape.footer-shape-right::before {
    bottom: 70px;
  }
}

.footer-bottom {
  border-top: 1px solid #c7a8d1;
}

.copyright-content {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .copyright-content {
    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    text-align: center;
  }
}

.copyright-content p {
  color: #f0f5f8;

  font-size: 15px;
}

.copyright-content p a:hover {
  color: #aaaaaa;
}

.footer-menu ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-menu ul {
    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

.footer-menu ul li {
  position: relative;

  margin-right: 10px;

  padding-right: 20px;
}

.footer-menu ul li::after {
  content: "/";

  position: absolute;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  color: #f0f5f8;
}

.footer-menu ul li a {
  color: #f0f5f8;
}

.footer-menu ul li a:hover {
  color: #c7a8d1;
}

.footer-menu ul li:last-child {
  margin-right: 0;

  padding-right: 0;
}

.footer-menu ul li:last-child::after {
  display: none;
}

/*----------------------------------------*/

/*  04. Pages CSS

/*----------------------------------------*/

/*=======================================

    4.01 FAQ CSS

=========================================*/

.faq-accordion .accordion-item {
  border-color: #c7a8d1;

  border: 0px;
}

.faq-accordion .accordion-button {
  border-radius: 0px;

  font-family: "Newsreader", serif;

  font-size: 24px;

  font-weight: 600;

  padding: 25px 30px;

  border: 1px solid #fefcff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion-button {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-button {
    padding: 20px;

    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-button {
    padding: 15px;

    font-size: 18px;
  }
}

.faq-accordion .accordion-button::after {
  display: none;
}

.faq-accordion .accordion-button:focus {
  border: 0px;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #664f6e;

  background: #fefcff;

  -webkit-box-shadow: none;

  box-shadow: none;

  border: 1px solid #fefcff;
}

.faq-accordion .accordion-button.collapsed {
  border: 1px solid #ebebeb;

  border-radius: 0;
}

.faq-accordion .accordion-body {
  background-color: #fefcff;

  padding: 0px 30px 30px;
}

.faq-accordion .accordion-body p {
  color: #664f6e;

  font-size: 15px;

  line-height: 1.93;
}

/*=======================================

    4.02 Contact CSS

=========================================*/

/* Contact Map */

.contact-map {
  height: 700px;

  width: 100%;

  display: block;

  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map {
    height: 400px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-map {
    height: 300px;
  }
}

.single-contact-info {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;

  background-color: #fefcff;

  padding: 35px 30px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-contact-info {
    padding: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .single-contact-info {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .single-contact-info {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.single-contact-info .single-info-thumb {
  height: 80px;

  width: 80px;

  border-radius: 100%;

  background-color: #f0f5f8;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  border: 2px solid #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: relative;
}

.single-contact-info .single-info-thumb .rotate-around {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-contact-info .single-info-thumb .rotate-around span {
  position: relative;

  display: block;

  height: 100%;

  -webkit-animation: rotation 10s infinite linear;

  animation: rotation 10s infinite linear;
}

.single-contact-info .single-info-thumb .rotate-around span::before,
.single-contact-info .single-info-thumb .rotate-around span::after {
  position: absolute;

  height: 8px;

  width: 8px;

  content: "";

  border-radius: 50%;

  background: #c7a8d1;
}

.single-contact-info .single-info-thumb .rotate-around span::before {
  left: 3px;

  bottom: 10px;
}

.single-contact-info .single-info-thumb .rotate-around span::after {
  right: 3px;

  top: 10px;
}

.single-contact-info .single-contact-title {
  margin-top: 20px;
}

.single-contact-info .single-contact-title .title {
  font-size: 20px;

  line-height: 2;

  font-weight: 800;

  color: #664f6e;

  margin-bottom: 0;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
  .single-contact-info .single-contact-title .title {
    font-size: 18px;

    margin-left: 0px;

    margin-top: 10px;

    line-height: 1.5;
  }
}

.single-contact-info:hover {
  background-color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-contact-info:hover .single-info-thumb {
  background-color: #664f6e;

  border-color: #c7a8d1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-contact-info:hover .single-info-thumb .rotate-around {
  opacity: 1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.single-contact-info:hover .single-contact-title .title {
  color: #f0f5f8;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.contact-wrapper {
  margin-top: 100px;

  position: relative;

  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-wrapper {
    margin-top: 60px;
  }
}

.contact-wrapper .content .title {
  font-size: 55px;

  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrapper .content .title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-wrapper .content .title {
    font-size: 35px;
  }
}

.contact-wrapper .contact-form .default-form-group {
  position: relative;
}

.contact-wrapper .contact-form .default-form-group textarea {
  height: 280px;
}

@media only screen and (max-width: 767px) {
  .contact-wrapper .contact-form .default-form-group textarea {
    height: 150px;
  }
}

.contact-wrapper .submit-form-wrapper {
  position: relative;

  z-index: 3;
}

.contact-wrapper .submit-form-wrapper::after {
  content: "";

  position: absolute;

  bottom: -150px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  background-color: #c7a8d1;

  width: 350px;

  height: 350px;

  border-radius: 100%;

  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrapper .submit-form-wrapper::after {
    bottom: -170px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-wrapper .submit-form-wrapper::after {
    bottom: -185px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-wrapper .submit-form-wrapper::after {
    bottom: -100px;

    width: 250px;

    height: 250px;
  }
}

/*=======================================

    4.03 404-Error CSS

=========================================*/

.page-not-found-area {
  padding: 220px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-not-found-area {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-not-found-area {
    padding: 60px 0;
  }
}

.page-not-found-area .page-not-found-wrapper {
  text-align: center;

  position: relative;

  margin: 0 100px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .page-not-found-area .page-not-found-wrapper {
    margin: 0;
  }
}

.page-not-found-area .page-not-found-wrapper::before {
  position: absolute;

  content: "";

  border: 2px solid #fe8403;

  opacity: 0.12;

  height: 430px;

  width: 900px;

  border-radius: 100%;

  -webkit-transform: rotate(-20deg);

  -ms-transform: rotate(-20deg);

  transform: rotate(-20deg);

  z-index: -1;

  right: 0;

  left: auto;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-not-found-area .page-not-found-wrapper::before {
    width: 620px;

    height: 350px;

    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .page-not-found-wrapper::before {
    display: none;
  }
}

.page-not-found-area .page-not-found-wrapper::after {
  position: absolute;

  content: "";

  border: 2px solid #fe8403;

  opacity: 0.12;

  height: 400px;

  width: 900px;

  border-radius: 100%;

  -webkit-transform: rotate(-20deg);

  -ms-transform: rotate(-20deg);

  transform: rotate(-20deg);

  z-index: -1;

  left: 0;

  right: auto;

  bottom: 0;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-not-found-area .page-not-found-wrapper::after {
    width: 620px;

    height: 350px;

    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .page-not-found-wrapper::after {
    display: none;
  }
}

.page-not-found-area .page-not-found-wrapper .content {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .page-not-found-wrapper .content {
    margin-bottom: 60px;
  }
}

.page-not-found-area .page-not-found-wrapper .content .title {
  font-size: 60px;

  font-weight: 800;

  color: #664f6e;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .page-not-found-wrapper .content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .page-not-found-area .page-not-found-wrapper .content .title {
    font-size: 40px;
  }
}

.page-not-found-area .page-not-found-wrapper .content p {
  font-size: 32px;

  color: #c7a8d1;

  font-family: "Shippori Mincho", serif;

  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .page-not-found-wrapper .content p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .page-not-found-area .page-not-found-wrapper .content p {
    font-size: 20px;
  }
}

.page-not-found-area .page-not-found-wrapper .image {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .page-not-found-wrapper .image {
    margin-bottom: 60px;
  }
}

.page-not-found-area .page-not-found-wrapper .back-button .btn {
  background-color: #f0f5f8;
}

.page-not-found-area .page-not-found-wrapper .back-button .btn:hover {
  background-color: #664f6e;
}

.page-not-found-area .page-not-found-wrapper .back-button .btn i {
  margin-left: 0;

  margin-right: 10px;
}

/*=======================================

    4.04 Blog Details CSS

=========================================*/

.blog-details-content .title {
  font-size: 44px;

  line-height: 1.33;

  font-weight: 700;

  margin-bottom: 30px;

  margin-top: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-content .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-content .title {
    font-size: 30px;
  }
}

.blog-details-content .details-meta {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  border-top: 1px solid #ebebeb;

  border-bottom: 1px solid #ebebeb;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  padding: 10px 0;

  margin-bottom: 35px;
}

@media only screen and (max-width: 479px) {
  .blog-details-content .details-meta {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.blog-details-content .details-meta .meta-title {
  font-size: 14px;

  color: #c7a8d1;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 0;

  line-height: 0.8;
}

@media only screen and (max-width: 479px) {
  .blog-details-content .details-meta .meta-title {
    padding: 5px 0;
  }
}

.blog-details-content .details-meta span {
  font-weight: 500;

  margin-right: 5px;

  margin-left: 5px;
}

.blog-details-content .details-meta span.meta-date {
  color: #c7a8d1;
}

.blog-details-content .details-meta span:last-child {
  margin-right: 0;
}

.blog-details-content p {
  color: #664f6e;

  line-height: 1.93;
}

.blog-details-content img {
  margin-top: 20px;

  margin-bottom: 40px;
}

.blog-details-content .blockquote-area {
  background-color: #fefcff;

  margin: 40px 0;

  padding: 30px;
}

.blog-details-content .blockquote-area .blockquote {
  border: 0;

  margin: 0;

  position: relative;

  text-align: center;

  z-index: 1;

  opacity: 1;
}

.blog-details-content .blockquote-area .blockquote p {
  color: #664f6e;

  font-family: "Shippori Mincho", serif;

  font-size: 24px;

  line-height: 1.58;

  font-weight: 700;
}

@media only screen and (max-width: 575px) {
  .blog-details-content .blockquote-area .blockquote p {
    font-size: 20px;
  }
}

.blog-details-content .blockquote-area .blockquote .icon {
  color: #664f6e;

  opacity: 0.2;

  font-size: 240px;

  font-weight: 700;

  left: 50%;

  line-height: 1;

  position: absolute;

  top: 15px;

  z-index: -1;

  -webkit-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  transform: translate(-50%, 0);

  font-family: "Newsreader", serif;
}

.blog-details-tags-share {
  background-color: #fefcff;

  padding: 20px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin-top: 40px;
}

@media only screen and (max-width: 575px) {
  .blog-details-tags-share {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 10px;
  }
}

.blog-details-tags-share .blog-details-tags,
.blog-details-tags-share .blog-details-share {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.blog-details-tags-share .blog-details-tags .lable,
.blog-details-tags-share .blog-details-share .lable {
  font-size: 16px;

  font-weight: 500;

  color: #664f6e;

  margin-right: 10px;
}

@media only screen and (max-width: 575px) {
  .blog-details-tags-share .blog-details-share {
    margin-top: 10px;
  }
}

.blog-details-tags-share .blog-details-share ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.blog-details-tags-share .blog-details-share ul li {
  margin-right: 10px;
}

.blog-details-tags-share .blog-details-share ul li a {
  color: #c7a8d1;

  font-size: 18px;
}

.blog-details-tags-share .blog-details-share ul li a:hover {
  color: #664f6e;
}

.blog-details-tags-share .blog-details-share ul li:last-child {
  margin-right: 0;
}

.blog-details-tags-share .blog-details-tags ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.blog-details-tags-share .blog-details-tags ul li {
  margin-right: 5px;
}

.blog-details-tags-share .blog-details-tags ul li a {
  color: #fff;

  background: #c7a8d1;

  padding: 3px 10px;

  font-size: 14px;
}

.blog-details-tags-share .blog-details-tags ul li a:hover {
  color: #f0f5f8;

  background: #664f6e;
}

@media only screen and (max-width: 575px) {
  .blog-details-tags-share .blog-details-tags ul li a {
    padding: 3px 5px;
  }
}

.blog-details-tags-share .blog-details-tags ul li:last-child {
  margin-right: 0;
}

.comment-area .title {
  margin-bottom: 50px;

  font-size: 35px;

  font-weight: 700;

  line-height: 1;
}

.comment-area .comment-content {
  margin-bottom: -40px;

  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-area .comment-content {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .comment-area .comment-content {
    padding: 60px 0;
  }
}

.comment-area .comment-content .single-comment {
  padding: 30px;

  background-color: #fefcff;

  margin-bottom: 40px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
  .comment-area .comment-content .single-comment {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.comment-area .comment-content .single-comment .author-details {
  padding-left: 40px;

  -webkit-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;
}

@media only screen and (max-width: 575px) {
  .comment-area .comment-content .single-comment .author-details {
    padding-left: 0;

    padding-top: 20px;
  }
}

.comment-area
  .comment-content
  .single-comment
  .author-details
  .author-name-subtitle {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: baseline;

  -webkit-align-items: baseline;

  -ms-flex-align: baseline;

  align-items: baseline;

  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .comment-area
    .comment-content
    .single-comment
    .author-details
    .author-name-subtitle {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.comment-area
  .comment-content
  .single-comment
  .author-details
  .author-name-subtitle
  .name {
  font-size: 24px;

  color: #c7a8d1;

  font-weight: 600;

  font-family: "Newsreader", serif;

  margin-right: 10px;
}

.comment-area
  .comment-content
  .single-comment
  .author-details
  .author-name-subtitle
  .subtitle {
  color: #664f6e;

  font-size: 14px;
}

.comment-area .comment-content .single-comment .author-details p {
  color: #664f6e;

  line-height: 1.93;

  margin-bottom: 0;
}

.comment-area .comment-content .single-comment .author-details .btn-replay {
  position: absolute;

  top: 40px;

  right: 40px;

  color: #c7a8d1;
}

@media only screen and (max-width: 575px) {
  .comment-area .comment-content .single-comment .author-details .btn-replay {
    top: 140px;
  }
}

@media only screen and (max-width: 479px) {
  .comment-area .comment-content .single-comment .author-details .btn-replay {
    position: relative;

    top: auto;

    bottom: 0;

    right: auto;

    left: 0;

    padding-top: 20px;

    display: block;
  }
}

.comment-area .comment-content .single-comment:hover {
  background-color: #664f6e;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.comment-area
  .comment-content
  .single-comment:hover
  .author-details
  .author-name-subtitle
  .name {
  color: #f0f5f8;
}

.comment-area
  .comment-content
  .single-comment:hover
  .author-details
  .author-name-subtitle
  .subtitle {
  color: #c7a8d1;
}

.comment-area .comment-content .single-comment:hover .author-details p {
  color: #c4c4c4;
}

.comment-area .comment-content .single-comment.single-subcontent {
  margin-left: 130px;
}

@media only screen and (max-width: 767px) {
  .comment-area .comment-content .single-comment.single-subcontent {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 479px) {
  .comment-area .comment-content .single-comment.single-subcontent {
    margin-left: 40px;
  }
}

.comment-area .comment-form .contact-form .default-form-group input,
.comment-area .comment-form .contact-form .default-form-group textarea {
  background-color: #fefcff;

  height: 60px;
}

.comment-area .comment-form .contact-form .default-form-group input:focus,
.comment-area .comment-form .contact-form .default-form-group textarea:focus {
  border: 0;

  -webkit-box-shadow: none;

  box-shadow: none;

  background-color: #c7a8d1;

  color: #f0f5f8;
}

.comment-area .comment-form .contact-form .default-form-group textarea {
  height: inherit;
}

/* === Blob shapes === */

.achievements-section::before,
.achievements-section::after {
  content: "";

  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}

.achievements-section::before {
  width: 380px;

  height: 380px;

  top: -100px;

  left: -100px;

  background-color: #c7a8d1;

  opacity: 0.1;
}

.achievements-section::after {
  width: 300px;

  height: 300px;

  top: -70px;

  right: -120px;

  background-color: #c7a8d1;

  opacity: 0.1;
}

.blob-bottom-right {
  position: absolute;

  width: 200px;

  height: 200px;

  bottom: -70px;

  right: 80px;

  border-radius: 50%;

  background-color: #c7a8d1;

  opacity: 0.1;

  pointer-events: none;
}

/* === Title === */

.achievements-section .section-title h2.title {
  color: #f0f5f8;
}

/* === Grid === */

.stat-grid {
  display: flex;

  justify-content: center;

  align-items: flex-start;

  gap: 40px;

  flex-wrap: wrap;

  position: relative;

  z-index: 2;
}

.stat-item {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 16px;
}

.stat-circle-wrap {
  position: relative;

  width: 160px;

  height: 160px;
}

.stat-circle-wrap svg {
  transform: rotate(-90deg);

  width: 160px;

  height: 160px;
}

.stat-circle-wrap .bg-ring {
  fill: none;

  stroke: rgb(255, 255, 255);

  stroke-width: 10;
}

.stat-circle-wrap .progress-ring {
  fill: none;

  stroke-width: 10;

  stroke-linecap: round;

  stroke-dasharray: 408.4;

  stroke-dashoffset: 408.4;

  transition: stroke-dashoffset 2s ease;
}

.stat-circle-wrap .stat-inner {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  line-height: 1.2;
}

.stat-circle-wrap .stat-number {
  font-size: 26px;

  font-weight: 700;

  color: #f0f5f8;

  display: block;
}

.stat-circle-wrap .stat-suffix {
  font-size: 13px;

  font-weight: 500;

  color: #cde8d8;

  display: block;
}

.stat-label {
  font-size: 20px;

  font-weight: 500;

  color: #cde8d8;

  text-align: center;
}

.ring-pink {
  stroke: #e879a0;
}

.ring-green {
  stroke: #8dc63f;
}

.ring-orange {
  stroke: #f7a23b;
}

.ring-teal {
  stroke: #4ecdc4;
}

@media (max-width: 576px) {
  .stat-grid {
    gap: 28px;
  }

  .stat-circle-wrap,
  .stat-circle-wrap svg {
    width: 130px;

    height: 130px;
  }

  .stat-circle-wrap .stat-number {
    font-size: 20px;
  }
}

/* ABOUT US PAGE */

.about-inner {
  display: grid !important;

  grid-template-columns: 1fr 1fr;

  gap: 60px;

  align-items: center;

  position: relative;

  z-index: 2;

  width: 100%;

  padding-bottom: 30px;
}

.about-tag {
  display: inline-block;

  background: #664f6e;

  color: #c7a8d1;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 6px 16px;

  border-radius: 20px;

  margin-bottom: 18px;

  font-family: sans-serif;

  margin-top: 80px;
}

.about-title {
  font-size: 50px;

  font-weight: 700;

  color: #664f6e;

  line-height: 1.2;

  margin: 0 0 8px;
}

.about-year {
  display: block;

  font-size: 14px;

  color: #664f6e;

  font-weight: 600;

  font-family: sans-serif;

  letter-spacing: 1px;

  margin-bottom: 20px;
}

.about-divider {
  width: 50px;

  height: 3px;

  background: #664f6e;

  border-radius: 2px;

  margin-bottom: 22px;
}

.about-body {
  font-size: 18px;

  color: #3a4a42;

  line-height: 1.85;

  margin-bottom: 16px;
}

.about-subheading {
  color: #664f6e;
}

.about-pills {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin: 20px 0;
}

.about-pill {
  background: #f0f8f4;

  border: 1px solid #b8ddc8;

  color: #1a5c38;

  font-size: 12px;

  padding: 5px 14px;

  border-radius: 20px;
}

.about-tagline {
  font-size: 22px;

  color: #1a3a2e;

  font-weight: 700;

  font-style: italic;

  margin-top: 28px;

  padding-left: 16px;

  border-left: 3px solid #e8795a;
}

/* === Right Image Col === */

.about-img-col {
  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;
}

.about-img-wrap {
  position: relative;

  width: 420px;

  height: 480px;
}

/* Blob shape behind image */

.about-img-blob {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #e8f5ee;

  border-radius: 60% 40% 55% 45% / 50% 45% 55% 50%;

  z-index: 0;
}

/* Actual doctor image */

.about-doctor-img {
  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 90%;

  height: 95%;

  object-fit: cover;

  object-position: top;

  border-radius: 60% 40% 0 0 / 50% 50% 0 0;

  z-index: 1;
}

/* Floating stat cards */

.about-float-card {
  position: absolute;

  border-radius: 16px;

  padding: 14px 18px;

  font-family: sans-serif;

  z-index: 3;
}

.afc-dark {
  background: #1a3a2e;

  color: #fff;

  bottom: 30px;

  left: -10px;

  width: 160px;

  box-shadow: 0 8px 24px rgba(26, 58, 46, 0.25);
}

.afc-orange {
  background: #e8795a;

  color: #fff;

  top: 40px;

  right: -10px;

  width: 150px;
}

.afc-num {
  font-size: 28px;

  font-weight: 700;
}

.afc-dark .afc-num {
  color: #8dc63f;
}

.afc-orange .afc-num {
  color: #fff;

  font-size: 20px;
}

.afc-label {
  font-size: 11px;

  margin-top: 3px;

  opacity: 0.85;

  line-height: 1.4;
}

/* Scroll reveal animation */

.about-reveal {
  opacity: 0;

  transform: translateY(40px);

  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.about-reveal.visible {
  opacity: 1;

  transform: translateY(0);
}

.about-reveal-right {
  opacity: 0;

  transform: translateX(40px);

  transition:
    opacity 0.8s ease 0.2s,
    transform 0.8s ease 0.2s;
}

.about-reveal-right.visible {
  opacity: 1;

  transform: translateX(0);
}

@media (max-width: 991px) {
  .about-inner {
    grid-template-columns: 1fr !important;
  }

  .about-img-col {
    display: none;
  }

  .about-title {
    font-size: 32px;
  }
}

.gr-overall-badge {
  display: inline-flex;

  align-items: center;

  gap: 16px;

  background: #1e1e1e;

  border-radius: 50px;

  padding: 14px 24px;

  width: 32%;
}

.gr-avg-number {
  font-size: 32px;

  font-weight: 700;

  color: #f0f5f8;

  line-height: 1;
}

.gr-badge-middle {
  display: flex;

  flex-direction: column;

  gap: 4px;
}

.gr-stars-row {
  display: flex;

  gap: 2px;
}

.gr-star {
  font-size: 18px;

  color: #f5a623;

  line-height: 1;
}

.gr-review-count {
  font-size: 12px;

  color: #aaaaaa;
}

.gr-divider {
  width: 1px;

  height: 36px;

  background: #3a3a3a;
}

.gr-google-label {
  display: flex;

  align-items: center;

  gap: 8px;

  font-size: 13px;

  color: #cccccc;

  white-space: nowrap;
}

.gr-g-logo {
  font-size: 20px;

  font-weight: 700;

  background: linear-gradient(
    135deg,
    #4285f4 0%,

    #34a853 35%,

    #fbbc05 65%,

    #ea4335 100%
  );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  line-height: 1;
}

.rating-section {
  display: flex;

  justify-content: center;

  align-items: center;

  padding-bottom: 20px;
}

.achievements-section {
  position: relative;

  overflow: hidden;

  background-color: #664f6e;

  padding: 80px 0; /* control the height here */
}

.consultation-highlight {
  text-align: center;

  max-width: 900px;

  margin: 10px auto;

  padding-bottom: 25px;
}

.consultation-highlight h2 {
  font-size: 24px;

  line-height: 1.6;

  font-weight: 500;

  color: #664f6e;

  margin: 0;
}

.single-service-title span {
  display: block;

  font-size: 14px;

  color: #664f6e;

  line-height: 1.6;

  font-weight: 400;

  margin-left: 40px;

  margin-top: 20px;
} /* ← ADDED CLOSING BRACE */

/* Keep readable on hover (dark background) */

.single-service:hover .single-service-title span {
  color: #f0f5f8;
}

.single-service {
  height: 100%;

  border: 2px solid #00000008;

  border-radius: 5px;
}

/* Equal height cards in Why Choose section */

.row.m-b-n30 {
  display: flex;

  flex-wrap: wrap;

  align-items: stretch;

  padding-bottom: 50px;
}

.row.m-b-n30 .col-12.col-lg-6.m-b-30 {
  display: flex;
}

.row.m-b-n30 .single-service {
  width: 100%;

  height: 100%;

  min-height: 100px;
}

/* Fix excess space after service sector section */

.service-sector-wrapper {
  padding-bottom: 0;
}

.service-sector-department {
  padding-bottom: 0 !important;
}

.service-sector-wrapper .service-sector-department .button {
  margin-top: 30px;

  margin-bottom: 0 !important;
}

/* Remove bottom padding from the section containing service sector */

.section:has(.service-sector-wrapper) {
  padding-bottom: 0;

  margin-bottom: 0;
}

/* ═══════════════════════════════════════

   DOCTOR LIST / THERAPIST SECTION

═══════════════════════════════════════ */

:root {
  --color-primary: #664f6e;

  --color-secondary: #1f3f37;

  --color-accent: #c7a8d1;

  --color-seashell: #fefcff;

  --color-white: #f0f5f8;

  --color-muted: #c6d8d6;

  --font-serif: "Shippori Mincho", serif;

  --font-body: "Roboto", sans-serif;

  --transition: all 0.3s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;

  margin: 0;

  padding: 0;
}

body {
  font-family: var(--font-body);

  background: #f0f4f3;
}

/* SECTION WRAPPER */

.therapist-section {
  background-color: var(--color-primary);

  padding: 100px 0;

  position: relative;

  overflow: hidden;
}

/* Decorative blobs */

.therapist-section::before {
  content: "";

  position: absolute;

  width: 420px;

  height: 420px;

  border-radius: 50%;

  background: var(--color-accent);

  opacity: 0.06;

  top: -140px;

  left: -140px;

  pointer-events: none;
}

.therapist-section::after {
  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  border-radius: 50%;

  background: var(--color-accent);

  opacity: 0.06;

  bottom: -100px;

  right: -80px;

  pointer-events: none;
}

/* Extra decorative ellipse (top-right) */

.therapist-section .deco-ring {
  position: absolute;

  top: 40px;

  right: 60px;

  width: 190px;

  height: 90px;

  border: 2px solid var(--color-accent);

  border-radius: 50%;

  opacity: 0.18;

  transform: rotate(-20deg);

  pointer-events: none;
}

.therapist-section .deco-ring-2 {
  position: absolute;

  bottom: 50px;

  left: 60px;

  width: 150px;

  height: 70px;

  border: 2px solid var(--color-accent);

  border-radius: 50%;

  opacity: 0.18;

  transform: rotate(-20deg);

  pointer-events: none;
}

/* Container */

.therapist-container {
  max-width: 1200px;

  margin: 0 auto;

  padding: 0 30px;

  display: flex;

  align-items: center;

  gap: 80px;
}

/* LEFT - CAROUSEL */

.therapist-carousel-col {
  flex: 0 0 auto;

  width: 520px;

  position: relative;
}

/* Track that clips the cards */

.carousel-viewport {
  overflow: hidden;

  border-radius: 4px;
}

.carousel-track {
  display: flex;

  gap: 20px;

  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);

  will-change: transform;
}

/* Individual doctor card */

.doctor-card {
  flex: 0 0 240px;

  position: relative;

  border-radius: 4px;

  overflow: hidden;

  cursor: pointer;
}

.doctor-card img {
  width: 100%;

  height: 340px;

  object-fit: cover;

  object-position: top;

  display: block;

  transition: transform 0.5s ease;

  filter: brightness(0.88);
}

.doctor-card:hover img {
  transform: scale(1.05);

  filter: brightness(1);
}

/* Overlay label at bottom of card */

.doctor-card .card-overlay {
  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background: linear-gradient(
    to top,

    rgba(102, 79, 110, 0.92) 59%,

    transparent 100%
  );

  padding: 40px 18px 18px;

  transform: translateY(100%);

  transition: transform 0.35s ease;
}

.doctor-card:hover .card-overlay {
  transform: translateY(0);
}

.card-overlay .doc-name {
  font-family: var(--font-serif);

  font-size: 18px;

  font-weight: 700;

  color: #fff;

  margin-bottom: 4px;
}

.card-overlay .doc-role {
  font-size: 13px;

  color: #fff;

  font-weight: 500;

  letter-spacing: 0.5px;
}

/* Active card has accent border top */

.doctor-card.active::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 3px;

  background: var(--color-accent);

  z-index: 2;
}

/* Dot indicators */

.carousel-dots {
  display: flex;

  gap: 8px;

  margin-top: 28px;

  justify-content: flex-start;
}

.dot {
  width: 10px;

  height: 10px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.25);

  cursor: pointer;

  transition: var(--transition);
}

.dot.active {
  background: var(--color-accent);

  width: 28px;

  border-radius: 5px;
}

/* RIGHT - CONTENT */

.therapist-content-col {
  flex: 1;

  position: relative;

  z-index: 2;
}

.tc-subtitle {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  font-family: var(--font-body);

  font-size: 13px;

  font-weight: 600;

  color: var(--color-accent);

  letter-spacing: 2px;

  text-transform: uppercase;

  margin-bottom: 22px;
}

.tc-subtitle i {
  font-size: 16px;
}

.tc-title {
  font-family: var(--font-serif);

  font-size: 52px;

  font-weight: 700;

  color: var(--color-white);

  line-height: 1.15;

  margin-bottom: 30px;
}

.tc-title span {
  color: var(--color-accent);

  position: relative;

  display: inline-block;
}

/* Wavy underline on highlighted word */

.tc-title span::after {
  content: "";

  position: absolute;

  bottom: -4px;

  left: 0;

  width: 100%;

  height: 2px;

  background: var(--color-accent);

  border-radius: 1px;
}

.tc-divider {
  width: 60px;

  height: 2px;

  background: var(--color-accent);

  margin-bottom: 28px;
}

.tc-desc {
  font-size: 16px;

  line-height: 1.9;

  color: #fff;

  max-width: 440px;

  margin-bottom: 36px;

  text-align: justify;
}

/* Stats row */

.tc-stats {
  display: flex;

  gap: 40px;

  margin-bottom: 44px;
}

.tc-stat {
  display: flex;

  flex-direction: column;

  gap: 4px;
}

.tc-stat-num {
  font-family: var(--font-serif);

  font-size: 36px;

  font-weight: 800;

  color: var(--color-white);

  line-height: 1;
}

.tc-stat-num span {
  color: var(--color-accent);
}

.tc-stat-label {
  font-size: 14px;

  color: #fff;

  font-weight: 400;
}

/* Stat separator */

.tc-stat + .tc-stat {
  border-left: 1px solid #c7a8d1;

  padding-left: 40px;
}

/* Navigation + CTA row */

.tc-actions {
  display: flex;

  align-items: center;

  gap: 24px;

  flex-wrap: wrap;
}

/* Nav buttons */

.nav-btn-group {
  display: flex;

  gap: 12px;
}

.nav-btn {
  width: 52px;

  height: 52px;

  border-radius: 50%;

  border: 2px solid #c7a8d1;

  background: transparent;

  color: #c7a8d1;

  font-size: 16px;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: var(--transition);
}

.nav-btn:hover {
  border-color: #664f6e;

  color: #c7a8d1;
}

/* Vertical divider */

.tc-actions .divider {
  width: 1px;

  height: 40px;

  background: #c7a8d1;
}

/* CTA button */

.btn-contact {
  font-family: var(--font-body);

  font-size: 15px;

  font-weight: 500;

  color: var(--color-white);

  background: transparent;

  border: 2px solid var(--color-accent);

  padding: 14px 36px;

  border-radius: 50px;

  cursor: pointer;

  transition: var(--transition);

  text-decoration: none;

  display: inline-block;
}

.btn-contact:hover {
  background: var(--color-accent);

  color: #664f6e;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .therapist-container {
    gap: 50px;
  }

  .therapist-carousel-col {
    width: 420px;
  }

  .tc-title {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  .therapist-container {
    flex-direction: column;

    align-items: flex-start;

    gap: 50px;
  }

  .therapist-carousel-col {
    width: 100%;
  }

  .carousel-viewport {
    width: 100%;
  }

  .doctor-card {
    flex: 0 0 200px;
  }

  .tc-title {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .therapist-section {
    padding: 70px 0;
  }

  .tc-title {
    font-size: 28px;
  }

  .tc-stats {
    gap: 24px;
  }

  .tc-stat + .tc-stat {
    padding-left: 24px;
  }

  .doctor-card {
    flex: 0 0 170px;
  }

  .doctor-card img {
    height: 260px;
  }
}

.team-section {
  padding: 80px 0 !important; /* reduce from 215px */
}

/* 1. Fix the section itself — clip overflow properly at body level instead */

.therapist-section {
  overflow: hidden !important; /* keep this — it's correct */

  position: relative;

  width: 100%;

  max-width: 100%;

  box-sizing: border-box;
}

/* 2. Prevent the entire page from horizontal scroll */

body {
  overflow-x: hidden;

  max-width: 100%;
}

/* 3. Container must not exceed viewport */

.therapist-container {
  max-width: 1200px;

  width: 100%;

  margin: 0 auto;

  padding: 0 30px;

  display: flex;

  align-items: center;

  gap: 60px;

  box-sizing: border-box;

  overflow: hidden;
}

/* 4. Carousel column — fixed width, no overflow */

.therapist-carousel-col {
  flex: 0 0 480px;

  width: 480px;

  max-width: 480px;

  position: relative;

  overflow: hidden;
}

/* 5. Viewport clips the scrolling track */

.carousel-viewport {
  width: 100%;

  overflow: hidden !important;

  position: relative;
}

/* 6. Track — flex row, no wrapping */

.carousel-track {
  display: flex !important;

  flex-direction: row !important;

  flex-wrap: nowrap !important;

  gap: 20px;

  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);

  will-change: transform;
}

/* 7. Cards — fixed width, no shrink */

.doctor-card {
  flex: 0 0 220px !important;

  width: 220px !important;

  min-width: 220px;

  position: relative;

  border-radius: 4px;

  overflow: hidden;

  cursor: pointer;
}

/* 8. Images */

.doctor-card img {
  width: 100%;

  height: 320px;

  object-fit: cover;

  object-position: top;

  display: block;

  transition: transform 0.5s ease;

  filter: brightness(0.88);
}

/* 9. Content column fills remaining space */

.therapist-content-col {
  flex: 1;

  min-width: 0; /* prevents flex child from overflowing */

  position: relative;

  z-index: 2;
}

/* 10. Responsive — tablet */

@media (max-width: 1100px) {
  .therapist-carousel-col {
    flex: 0 0 380px;

    width: 380px;

    max-width: 380px;
  }

  .doctor-card {
    flex: 0 0 180px !important;

    width: 180px !important;

    min-width: 180px;
  }

  .tc-title {
    font-size: 38px !important;
  }
}

/* 11. Responsive — mobile */

@media (max-width: 900px) {
  .therapist-container {
    flex-direction: column;

    gap: 40px;

    padding: 0 20px;
  }

  .therapist-carousel-col {
    flex: none;

    width: 100%;

    max-width: 100%;
  }

  .doctor-card {
    flex: 0 0 200px !important;

    width: 200px !important;

    min-width: 200px;
  }

  .doctor-card img {
    height: 280px;
  }

  .tc-title {
    font-size: 32px !important;
  }

  .therapist-content-col {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .therapist-section {
    padding: 60px 0;
  }

  .doctor-card {
    flex: 0 0 170px !important;

    width: 170px !important;

    min-width: 170px;
  }

  .doctor-card img {
    height: 240px;
  }

  .tc-title {
    font-size: 26px !important;
  }

  .tc-stats {
    gap: 20px !important;
  }

  .tc-stat + .tc-stat {
    padding-left: 20px !important;
  }
}

/* ═══════════════════════════════════════

   GOOGLE RATING BADGE — MOBILE RESPONSIVE

   Add these at the bottom of style.css

═══════════════════════════════════════ */

.rating-section {
  display: flex;

  justify-content: center;

  align-items: center;

  padding-bottom: 20px;

  padding: 0 15px 20px; /* side padding on small screens */
}

.gr-overall-badge {
  display: inline-flex;

  align-items: center;

  gap: 16px;

  background: #1e1e1e;

  border-radius: 50px;

  padding: 14px 24px;

  width: auto; /* remove the fixed 32% width */

  max-width: 100%; /* never exceed screen width */

  box-sizing: border-box;

  flex-wrap: nowrap; /* keep single row on desktop */
}

.gr-avg-number {
  font-size: 32px;

  font-weight: 700;

  color: #f0f5f8;

  line-height: 1;

  flex-shrink: 0;
}

.gr-badge-middle {
  display: flex;

  flex-direction: column;

  gap: 4px;

  flex-shrink: 0;
}

.gr-stars-row {
  display: flex;

  gap: 2px;
}

.gr-star {
  font-size: 18px;

  color: #f5a623;

  line-height: 1;
}

.gr-review-count {
  font-size: 12px;

  color: #aaaaaa;

  white-space: nowrap;
}

.gr-divider {
  width: 1px;

  height: 36px;

  background: #3a3a3a;

  flex-shrink: 0;
}

.gr-google-label {
  display: flex;

  align-items: center;

  gap: 8px;

  font-size: 13px;

  color: #cccccc;

  white-space: nowrap;

  flex-shrink: 0;
}

.gr-google-label a {
  color: #cccccc;

  text-decoration: none;
}

.gr-google-label a:hover {
  color: #f0f5f8;
}

.gr-g-logo {
  font-size: 20px;

  font-weight: 700;

  background: linear-gradient(
    135deg,
    #4285f4 0%,

    #34a853 35%,

    #fbbc05 65%,

    #ea4335 100%
  );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  line-height: 1;

  flex-shrink: 0;
}

/* ── Tablet (max 768px) ── */

@media (max-width: 768px) {
  .gr-overall-badge {
    gap: 12px;

    padding: 12px 18px;

    border-radius: 40px;
  }

  .gr-avg-number {
    font-size: 26px;
  }

  .gr-star {
    font-size: 15px;
  }

  .gr-review-count {
    font-size: 11px;
  }

  .gr-google-label {
    font-size: 12px;

    gap: 6px;
  }

  .gr-g-logo {
    font-size: 17px;
  }

  .gr-divider {
    height: 28px;
  }
}

/* ── Mobile (max 480px) ──

   Switch to 2-row layout so nothing overflows */

@media (max-width: 480px) {
  .gr-overall-badge {
    flex-wrap: wrap; /* allow wrapping */

    justify-content: center;

    border-radius: 20px; /* pill → rounded rect */

    padding: 16px 20px;

    gap: 12px 16px;

    width: 100%;

    max-width: 320px;
  }

  /* Row 1: number + stars + review count */

  .gr-avg-number {
    font-size: 28px;
  }

  .gr-badge-middle {
    gap: 3px;
  }

  .gr-star {
    font-size: 16px;
  }

  /* Hide the vertical divider on mobile — not needed in wrapped layout */

  .gr-divider {
    display: none;
  }

  /* Row 2: Google label full width centered */

  .gr-google-label {
    width: 100%;

    justify-content: center;

    font-size: 13px;

    padding-top: 4px;

    border-top: 1px solid #3a3a3a;
  }
}

/* ── Very small (max 360px) ── */

@media (max-width: 360px) {
  .gr-overall-badge {
    max-width: 100%;

    padding: 14px 16px;
  }

  .gr-avg-number {
    font-size: 24px;
  }
}

.card-overlay .doc-qual {
  font-size: 11px;

  color: #fff;

  margin-top: 3px;

  letter-spacing: 0.5px;

  font-style: italic;
}

/* =============================================

   OUR BRANCHES SECTION

============================================= */

/* Wrapper spacing */

.branches-section-wrapper {
  /* inherits section-padding from parent */
}

/* Branch card overrides single-service for vertical layout */

.branch-card-item {
  flex-direction: column !important;

  align-items: stretch !important;

  padding: 0 !important;

  overflow: hidden;

  height: auto !important;

  min-height: unset !important;
}

/* Map iframe */

.branch-map-iframe {
  width: 100%;

  height: 220px;

  border: 0;

  display: block;
}

/* Card body padding */

.branch-card-body {
  padding: 35px 40px;
}

@media only screen and (max-width: 767px) {
  .branch-card-body {
    padding: 25px 20px;
  }
}

/* Badge row */

.branch-badge-row {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 18px;
}

/* Badge pill */

.branch-badge {
  display: inline-block;

  background: #c7a8d1;

  color: #664f6e;

  font-size: 13px;

  font-weight: 600;

  padding: 4px 14px;

  border-radius: 20px;
}

/* Card title */

.branch-card-title {
  margin-left: 0 !important;

  margin-bottom: 16px !important;

  color: #664f6e;
}

/* Details list */

.branch-details-list {
  list-style: none;

  padding: 0;

  margin: 0 0 20px;

  color: #fff;
}

.branch-detail-item {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  margin-bottom: 12px;

  color: #664f6e;

  font-size: 14px;
}

@media only screen and (max-width: 479px) {
  .branch-detail-item {
    font-size: 13px;
  }
}

.branch-detail-item:last-child {
  margin-bottom: 0;
}

/* Detail item with icon (center alignment for single-line items) */

.branch-detail-item:has(.icofont-whatsapp),
.branch-detail-item:has(.icofont-phone),
.branch-detail-item:has(.icofont-email) {
  align-items: center;
}

/* Detail link */

.branch-detail-item a {
  color: #664f6e;

  transition: all 0.3s ease 0s;
}

.branch-detail-item a:hover {
  color: #c7a8d1;
}

/* Detail icon */

.branch-icon {
  color: #664f6e;

  font-size: 16px;
    margin-top:3px !important;
  flex-shrink: 0;
}

.branch-detail-item:has(.icofont-location-pin) .branch-icon {
  margin-top: 2px;
}

/* Direction button */

.branch-direction-btn {
  font-size: 13px !important;

  padding: 12px 28px !important;

  display: inline-flex;

  align-items: center;

  gap: 8px;
}

.branch-direction-btn i {
  font-size: 14px !important;

  margin-left: 0 !important;
}

/* ─── Hover State (inherits from single-service) ─── */

/* When card hovers dark, ensure badge stays visible */

.single-service.branch-card-item:hover .branch-badge {
  background: #f0f5f8;

  color: #c7a8d1;
}

/* Ensure detail text turns white on hover */

.single-service.branch-card-item:hover .branch-detail-item {
  color: #f0f5f8;
}

.single-service.branch-card-item:hover .branch-detail-item a {
  color: #f0f5f8;
}

.single-service.branch-card-item:hover .branch-detail-item a:hover {
  color: #c7a8d1;
}

.single-service.branch-card-item:hover .branch-icon {
  color: #c7a8d1;
}

/* Button on hover (already handled by btn-outline-success, 

   but ensures it pops on dark background) */

.single-service.branch-card-item:hover .branch-direction-btn {
  background-color: #c7a8d1;

  color: #664f6e;
}

/* ─── Responsive ─── */

@media only screen and (max-width: 479px) {
  .branch-map-iframe {
    height: 180px;
  }

  .branch-badge {
    font-size: 12px;

    padding: 3px 12px;
  }

  .branch-direction-btn {
    font-size: 12px !important;

    padding: 10px 22px !important;
  }
}

/* =============================================

   BRANCH CARD — HOVER COLORS

============================================= */

/* Card body background on hover */

.single-service.branch-card-item:hover .branch-card-body {
  background-color: #664f6e;
}

/* Title color on hover */

.single-service.branch-card-item:hover .branch-card-title {
  color: #f0f5f8 !important;
}

/* Detail text color on hover */

.single-service.branch-card-item:hover .branch-detail-item {
  color: #f0f5f8;
}

/* Detail links color on hover */

.single-service.branch-card-item:hover .branch-detail-item a {
  color: #f0f5f8;
}

/* Detail links hover-on-hover (when hovering a link inside the hovered card) */

.single-service.branch-card-item:hover .branch-detail-item a:hover {
  color: #c7a8d1;
}

/* Icons color on hover */

.single-service.branch-card-item:hover .branch-icon {
  color: #fff;
}

/* Badge on hover */

.single-service.branch-card-item:hover .branch-badge {
  background: #f0f5f8;

  color: #664f6e;
}

/* Direction button on hover */

.single-service.branch-card-item:hover .branch-direction-btn {
  background-color: #fff;

  color: #664f6e;

  border-color: #664f6e;
}

/* =============================================

   BRANCH CARD — MOBILE DEFAULT COLORS (no hover)

============================================= */

@media only screen and (max-width: 767px) {
  /* Card body background */

  .single-service.branch-card-item .branch-card-body {
    background-color: #664f6e;
  }

  /* Title color */

  .single-service.branch-card-item .branch-card-title {
    color: #f0f5f8 !important;
  }

  /* Detail text color */

  .single-service.branch-card-item .branch-detail-item {
    color: #f0f5f8;
  }

  /* Detail links color */

  .single-service.branch-card-item .branch-detail-item a {
    color: #f0f5f8;
  }

  /* Icons color */

  .single-service.branch-card-item .branch-icon {
    color: #fff;
  }

  /* Badge */

  .single-service.branch-card-item .branch-badge {
    background: #f0f5f8;

    color: #664f6e;
  }

  /* Direction button */

  .single-service.branch-card-item .branch-direction-btn {
    background-color: #fff;

    color: #664f6e;

    border-color: #c7a8d1;
  }
}

.footer-social {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;
}

.footer-social a {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  background-color: #fff;

  font-size: 15px;

  text-decoration: none;

  transition:
    background-color 0.3s,
    transform 0.2s;
}

.footer-social a[title="Instagram"] {
  color: #e1306c;
}

.footer-social a[title="Facebook"] {
  color: #1877f2;
}

.footer-social a[title="YouTube"] {
  color: #ff0000;
}

.footer-social a:hover {
  background-color: rgba(255, 255, 255, 0.35);

  transform: translateY(-2px);
}

.mobile-social {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  margin-top: 14px;

  padding-bottom: 10px;
}

.mobile-social a {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 34px;

  height: 34px;

  border-radius: 50%;

  background-color: rgba(0, 0, 0, 0.08);

  color: #444;

  font-size: 14px;

  text-decoration: none;

  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.mobile-social a:hover,
.mobile-social a:active {
  background-color: rgba(0, 0, 0, 0.18);

  transform: translateY(-2px);
}

SERVICE
  CARDS
  SECTION
  ═══════════════════════════════════════════════
  */
  .services-section {
  clear: both;

  padding: 80px 0 90px;

  margin-top: 0;

  background: #f7faf9;

  border-top: 1px solid #f7faf9;
}

.services-section .section-title .title {
  font-size: 50px !important;

  font-weight: 800 !important;

  color: #664f6e;

  margin-top: 0;
}

.services-section .section-title .title {
  font-size: 2rem;

  font-weight: 700;

  color: #664f6e;
}

/* ── Grid ─────────────────────────────────────── */

.service-cards-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 28px;

  margin-top: 48px;
}

@media (max-width: 991px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .service-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Single Card ─────────────────────────────── */

.srv-card {
  background: #fff;

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);

  display: flex;

  flex-direction: column;

  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease;

  cursor: default;
}

.srv-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 12px 40px rgba(42, 187, 135, 0.18);
}

/* Image area */

.srv-card-img {
  position: relative;

  height: 400px;

  overflow: hidden;

  background: #e8f5f0;
}

.srv-card-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center center;

  transition: transform 0.5s ease;
}

.srv-card:hover .srv-card-img img {
  transform: scale(1.06);
}

/* colour tag ribbon */

.srv-card-tag {
  position: absolute;

  top: 14px;

  left: 14px;

  background: #664f6e;

  color: #fff;

  font-size: 0.72rem;

  font-weight: 700;

  letter-spacing: 0.5px;

  text-transform: uppercase;

  padding: 4px 12px;

  border-radius: 20px;
}

/* Body */

.srv-card-body {
  padding: 22px 22px 20px;

  flex: 1;

  display: flex;

  flex-direction: column;
}

.srv-card-body h3 {
  font-size: 24px;

  font-weight: 700;

  color: #664f6e;

  margin-bottom: 10px;

  line-height: 1.35;
}

.srv-card-body p {
  font-size: 0.88rem;

  color: #000;

  line-height: 1.65;

  margin-bottom: 0;

  flex: 1;
}

/* Footer */

.srv-card-footer {
  padding: 0 22px 22px;
}

.srv-more-btn {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  background: transparent;

  border: 2px solid #664f6e;

  color: #664f6e;

  font-size: 0.84rem;

  font-weight: 700;

  padding: 8px 20px;

  border-radius: 50px;

  cursor: pointer;

  transition:
    background 0.25s,
    color 0.25s,
    transform 0.2s;

  text-decoration: none;
}

.srv-more-btn:hover {
  background: #664f6e;

  color: #fff;

  transform: scale(1.03);
}

.srv-more-btn i {
  font-size: 0.9rem;
}

/* ═══════════════════════════════════════════════

           SERVICE MODAL

        ═══════════════════════════════════════════════ */

.srv-modal-overlay {
  position: fixed;

  inset: 0;

  background: rgba(10, 30, 25, 0.55);

  backdrop-filter: blur(4px);

  z-index: 9999;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.3s ease;

  padding: 20px;
}

.srv-modal-overlay.open {
  opacity: 1;

  pointer-events: all;
}

.srv-modal {
  background: #fff;

  border-radius: 22px;

  max-width: 780px;

  width: 100%;

  max-height: 88vh;

  overflow-y: auto;

  display: flex;

  flex-direction: column;

  transform: translateY(40px) scale(0.96);

  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);

  scrollbar-width: thin;

  scrollbar-color: #664f6e #eee;
}

.srv-modal-overlay.open .srv-modal {
  transform: translateY(0) scale(1);
}

/* Modal hero image */

.srv-modal-hero {
  position: relative;

  height: 260px;

  overflow: hidden;

  border-radius: 22px 22px 0 0;

  flex-shrink: 0;
}

.srv-modal-hero img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.srv-modal-hero-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,

    rgba(10, 40, 30, 0.7) 0%,

    transparent 60%
  );
}

.srv-modal-hero-title {
  position: absolute;

  bottom: 22px;

  left: 28px;

  color: #fff;

  font-size: 1.55rem;

  font-weight: 800;

  line-height: 1.2;

  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Close btn */

.srv-modal-close {
  position: absolute;

  top: 16px;

  right: 18px;

  background: rgba(255, 255, 255, 0.9);

  border: none;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  font-size: 1.1rem;

  color: #664f6e;

  transition:
    background 0.2s,
    transform 0.2s;

  z-index: 10;
}

.srv-modal-close:hover {
  background: #fff;

  transform: rotate(90deg);
}

/* Modal body */

.srv-modal-content {
  padding: 30px 32px 36px;
}

.srv-modal-content .modal-tag {
  display: inline-block;

  background: #664f6e;

  color: #fff;

  font-size: 0.75rem;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.6px;

  padding: 4px 14px;

  border-radius: 20px;

  margin-bottom: 16px;
}

.srv-modal-content .modal-desc {
  font-size: 0.95rem;

  color: #000;

  line-height: 1.75;

  margin-bottom: 22px;
}

.srv-modal-content h4.modal-sub {
  font-size: 20px;

  font-weight: 800;

  color: #664f6e;

  margin-bottom: 12px;
}

.srv-modal-benefits {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;

  margin-bottom: 26px;
}

@media (max-width: 480px) {
  .srv-modal-benefits {
    grid-template-columns: 1fr;
  }
}

.modal-benefit-item {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  background: #f0faf6;

  border-radius: 10px;

  padding: 12px 14px;

  font-size: 0.86rem;

  color: #000;

  font-weight: 500;
}

.modal-benefit-item i {
  color: #664f6e;

  font-size: 1rem;

  margin-top: 1px;

  flex-shrink: 0;
}

/* CTA row */

.srv-modal-cta {
  display: flex;

  gap: 14px;

  flex-wrap: wrap;

  align-items: center;

  margin-top: 6px;
}

.btn-modal-appt {
  background: #664f6e;

  color: #fff;

  border: none;

  padding: 11px 26px;

  border-radius: 50px;

  font-weight: 700;

  font-size: 0.9rem;

  text-decoration: none;

  transition:
    background 0.25s,
    transform 0.2s;

  display: inline-flex;

  align-items: center;

  gap: 7px;
}

.btn-modal-appt:hover {
  background: #20a070;

  color: #fff;

  transform: scale(1.03);
}

.btn-modal-call {
  display: inline-flex;

  align-items: center;

  gap: 7px;

  color: #664f6e;

  font-weight: 700;

  font-size: 0.9rem;

  text-decoration: none;

  border: 2px solid #664f6e;

  padding: 10px 22px;

  border-radius: 50px;

  transition: all 0.25s;
}

.btn-modal-call:hover {
  background: #664f6e;

  color: #fff;
}

/* Hide scrollbar but keep scroll functionality */

.srv-modal {
  scrollbar-width: none; /* Firefox */

  -ms-overflow-style: none; /* IE / Edge */
}

.srv-modal::-webkit-scrollbar {
  display: none; /* Chrome / Safari / Opera */
}

/* ===== Specialities Section ===== */

.specialities-section {
  padding: 100px 0;

  clear: both;
}

.breadcrumb-section::after {
  position: absolute;

  content: "";

  background-color: #c7a8d1;

  opacity: 0.1;

  width: 350px;

  height: 530px;

  bottom: -200px;

  left: -170px;

  border-radius: 180px;
}

.specialities-section::before {
  content: "";

  position: absolute;

  top: -80px;

  right: -80px;

  width: 320px;

  height: 320px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(40, 167, 69, 0.08) 0%,

    transparent 70%
  );

  pointer-events: none;
}

.specialities-section::after {
  content: "";

  position: absolute;

  bottom: -60px;

  left: -60px;

  width: 250px;

  height: 250px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(40, 167, 69, 0.06) 0%,

    transparent 70%
  );

  pointer-events: none;
}

/* Section Title */

.specialities-section .section-title-wrapper {
  text-align: center;

  margin-bottom: 60px;
}

.specialities-section .section-subtitle {
  display: inline-block;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 3px;

  text-transform: uppercase;

  color: #664f6e;

  background: rgba(40, 167, 69, 0.1);

  padding: 6px 18px;

  border-radius: 30px;

  margin-bottom: 14px;
}

.specialities-section .section-title {
  font-size: 50px;

  line-height: 1.2;

  font-weight: 800;

  color: #664f6e;

  margin-top: -5px;

  margin-bottom: 50px;
}

.specialities-section .section-title span {
  color: #664f6e;
}

.specialities-section .section-desc {
  color: #6c757d;

  font-size: 16px;

  max-width: 560px;

  margin: 0 auto;

  line-height: 1.7;
}

/* Speciality Card */

.speciality-card {
  background: #f0f5f8;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;

  height: 100%;

  display: flex;

  flex-direction: column;

  position: relative;
}

.speciality-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 60px rgba(40, 167, 69, 0.15);
}

/* Accent bar at top */

.speciality-card::before {
  content: "";

  display: block;

  height: 5px;

  background: linear-gradient(90deg, #664f6e, #c7a8d1);

  width: 100%;
}

.speciality-card-body {
  padding: 40px 36px 44px;

  flex: 1;

  display: flex;

  flex-direction: column;
}

/* Icon badge */

.speciality-icon-wrap {
  width: 70px;

  height: 70px;

  border-radius: 16px;

  background: linear-gradient(135deg, #cceffc 0%, #c7a8d1 100%);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 28px;

  flex-shrink: 0;

  transition: background 0.3s ease;
}

.speciality-card:hover .speciality-icon-wrap {
  background: linear-gradient(135deg, #664f6e 0%, #c7a8d1 100%);
}

.speciality-icon-wrap i {
  font-size: 28px;

  color: #664f6e;

  transition: color 0.3s ease;
}

.speciality-card:hover .speciality-icon-wrap i {
  color: #f0f5f8;
}

.speciality-card-title {
  font-size: 22px;

  font-weight: 700;

  color: #1a2e20;

  margin-bottom: 16px;

  line-height: 1.3;
}

.speciality-card-desc {
  font-size: 15px;

  color: #6c757d;

  line-height: 1.75;

  flex: 1;

  margin-bottom: 30px;
}

/* Highlights / tags */

.speciality-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin-bottom: 30px;
}

.speciality-tag {
  font-size: 12px;

  font-weight: 600;

  color: #664f6e;

  background: rgba(40, 167, 69, 0.1);

  padding: 5px 13px;

  border-radius: 20px;

  letter-spacing: 0.3px;
}

.speciality-cta {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  font-size: 14px;

  font-weight: 700;

  color: #664f6e;

  text-decoration: none;

  border-bottom: 2px solid transparent;

  padding-bottom: 2px;

  transition:
    border-color 0.25s ease,
    gap 0.25s ease;

  margin-top: auto;
}

.speciality-cta:hover {
  color: #664f6e;

  border-color: #664f6e;

  gap: 12px;
}

/* ===== Stats row ===== */

.specialities-stats {
  margin-top: 70px;

  padding-top: 50px;

  border-top: 1px solid rgba(40, 167, 69, 0.15);
}

.stat-item {
  text-align: center;

  padding: 10px;
}

.stat-number {
  font-size: 38px;

  font-weight: 800;

  color: #664f6e;

  line-height: 1;

  margin-bottom: 8px;
}

.stat-label {
  font-size: 16px;

  color: #fff;

  font-weight: 500;
}

/* ===== Why Choose Homoeo strip ===== */

.why-strip {
  background: linear-gradient(135deg, #1e7e34 0%, #664f6e 50%, #34c459 100%);

  padding: 60px 0;

  position: relative;

  overflow: hidden;
}

.why-strip::before {
  content: "";

  position: absolute;

  inset: 0;

  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F0F5F8' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.why-strip .why-item {
  display: flex;

  align-items: flex-start;

  gap: 16px;

  color: #f0f5f8;
}

.why-strip .why-icon {
  width: 48px;

  height: 48px;

  border-radius: 12px;

  background: rgba(255, 255, 255, 0.15);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;
}

.why-strip .why-icon i {
  font-size: 20px;

  color: #f0f5f8;
}

.why-strip .why-text strong {
  display: block;

  font-size: 15px;

  font-weight: 700;

  margin-bottom: 4px;
}

.why-strip .why-text span {
  font-size: 13px;

  opacity: 0.85;

  line-height: 1.5;
}

/* Responsive tweaks */

@media (max-width: 767px) {
  .specialities-section {
    padding: 70px 0;
  }

  .speciality-card-body {
    padding: 30px 24px 34px;
  }

  .why-strip .why-item {
    margin-bottom: 30px;
  }
}

/* ── Sticky WhatsApp Button ── */

.whatsapp-sticky-btn {
  position: fixed;

  bottom: 30px;

  left: 25px;

  z-index: 9999;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 60px;

  height: 60px;

  border-radius: 50%;

  background-color: #25d366; /* WhatsApp green */

  color: #f0f5f8; /* icon color */

  font-size: 30px;

  text-decoration: none;

  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  animation: wa-pulse 2.5s infinite;
}

/* Hover effect */

.whatsapp-sticky-btn:hover {
  transform: scale(1.12);

  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.65);

  animation: none;

  background-color: #20a070;

  color: #fff;
}

/* Icon alignment fix */

.whatsapp-sticky-btn i {
  line-height: 1;
}

/* Pulse animation */

@keyframes wa-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Fix select dropdown on mobile */

.contact-form .default-form-group .form-select {
  width: 100%;

  max-width: 100%;

  box-sizing: border-box;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23664F6E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 15px center;

  padding-right: 40px;

  color: #664f6e;

  cursor: pointer;
}

/* Prevent dropdown list from overflowing viewport */

@media only screen and (max-width: 767px) {
  .contact-form .default-form-group .form-select {
    width: 100% !important;

    max-width: 100% !important;

    font-size: 14px;
  }
  /* Ensure the form group doesn't overflow */
  .default-form-group {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  /* Fix the overall form container on mobile */
  .contact-form-box {
    overflow: hidden;
    width: 100%;
  }

  .submit-form-wrapper {
    padding: 40px 15px;
    overflow: hidden;
  }

  /* Fix contact wrapper section */
  .contact-wrapper,
  .section.section-margin-bottom.contact-wrapper {
    overflow: hidden;
  }
}

/* ── Services section top spacing fix ── */

.services-section {
  padding-top: 80px !important;
}

.services-section {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 0 !important;
  clear: both !important;
}

/* ═════════════════════════════════
   FORM VALIDATION — Red Bottom Border
   ══════════════════════════════════ */
.input-error {
  border: none !important;
  border-bottom: 2px solid #e74c3c !important;
  box-shadow: none !important;
  background-color: #fff5f5 !important;
  outline: none !important;
}

/* ══════════════════════════════════
   SUCCESS POPUP

   ══════════════════════════════════ */

.success-popup-overlay {
  position: fixed;

  inset: 0;

  background: rgba(0, 0, 0, 0.45);

  z-index: 99999;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s ease;
}

.success-popup-overlay.show {
  opacity: 1;

  visibility: visible;
}

.success-popup-box {
  background: #fff;

  border-radius: 16px;

  padding: 50px 40px;

  text-align: center;

  max-width: 420px;

  width: 90%;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

  transform: scale(0.8);

  transition: transform 0.3s ease;
}

.success-popup-overlay.show .success-popup-box {
  transform: scale(1);
}

.success-popup-icon {
  width: 70px;

  height: 70px;

  background: #e8f8f0;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 20px;
}

.success-popup-icon svg {
  width: 36px;

  height: 36px;

  stroke: #27ae60;

  stroke-width: 2.5;

  fill: none;

  stroke-linecap: round;

  stroke-linejoin: round;
}

.success-popup-box h3 {
  font-size: 22px;

  color: #1a1a2e;

  margin-bottom: 10px;

  font-weight: 700;
}

.success-popup-box p {
  font-size: 15px;

  color: #666;

  margin-bottom: 28px;

  line-height: 1.6;
}

.success-popup-close {
  background: #27ae60;

  color: #fff;

  border: none;

  padding: 12px 36px;

  border-radius: 50px;

  font-size: 15px;

  font-weight: 600;

  cursor: pointer;

  transition: background 0.2s ease;
}

.success-popup-close:hover {
  background: #219a52;
}

.contact-links .timing-text,
.contact-links .timing-text i,
.contact-links .timing-text span,
.contact-links .timing-text a {
  color: #664f6e !important;
}

.mt-auto {
  text-align: left;
}

.success-popup-icon i {
  font-size: 36px;

  line-height: 1;
}

.success-popup-icon.success i {
  color: #27ae60;
}

.success-popup-icon.fail i {
  color: #e74c3c;
}

/* ── Mobile Hamburger — Normal Header (white bg) ── */

.header-actions .header-action-btn-menu {
  color: #664f6e; /* blue icon on white bg */
}

/* ── Mobile Hamburger — Sticky Header (blue bg) ── */

.sticky-header.sticky .header-actions .header-action-btn-menu {
  color: #fff; /* white icon on blue bg */
}

.specialities-section {
  overflow: hidden !important;

  position: relative;
}

/* Sticky Social */

.sticky-social {
  position: fixed;

  right: 16px;

  top: 50%;

  transform: translateY(-50%);

  z-index: 999;

  width: 48px;

  height: 48px;
}

.sticky-social-trigger {
  position: absolute;

  top: 0;

  left: 0;

  width: 48px;

  height: 48px;

  background-color: #fff;

  color: #664f6e;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 20px;

  border-radius: 50%;

  cursor: pointer;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);

  transition:
    background-color 0.3s,
    transform 0.3s;

  z-index: 2;
}

.sticky-social:hover .sticky-social-trigger {
  background-color: #27ae60;

  color: #fff;

  transform: rotate(90deg);
}

/* All icons start behind the trigger */

.sticky-social-icons a {
  position: absolute;

  top: 0;

  left: 0;

  width: 44px;

  height: 44px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 17px;

  text-decoration: none;

  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

  opacity: 0;

  transform: translate(0, 0) scale(0.5);

  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease;

  z-index: 1;
}

/* FB — top of main icon */

.sticky-social-icons a[title="Facebook"] {
  transition-delay: 0.05s;
}

.sticky-social:hover .sticky-social-icons a[title="Facebook"] {
  transform: translate(2px, -62px) scale(1);

  opacity: 1;
}

/* Instagram — left of main icon */

.sticky-social-icons a[title="Instagram"] {
  transition-delay: 0.1s;
}

.sticky-social:hover .sticky-social-icons a[title="Instagram"] {
  transform: translate(-62px, 2px) scale(1);

  opacity: 1;
}

/* YouTube — bottom of main icon */

.sticky-social-icons a[title="YouTube"] {
  transition-delay: 0.15s;
}

.sticky-social:hover .sticky-social-icons a[title="YouTube"] {
  transform: translate(2px, 62px) scale(1);

  opacity: 1;
}

.sticky-social-icons a:hover {
  filter: brightness(1.15);
}

.sticky-social-icons a[title="Instagram"] {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );

  color: #fff;
}
.sticky-social-icons a[title="Facebook"] {
  background: #1877f2;
  color: #fff;
}

.sticky-social-icons a[title="YouTube"] {
  background: #ff0000;
  color: #fff;
}

/* ── Trigger Icon Wiggle ── */

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(15deg);
  }

  30% {
    transform: rotate(-12deg);
  }

  45% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-8deg);
  }

  75% {
    transform: rotate(5deg);
  }

  90% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.sticky-social-trigger i {
  animation: wiggle 1.5s ease-in-out infinite;

  animation-delay: 2s;

  display: inline-block;
}

/* Stop wiggle on hover so the rotate(90deg) works cleanly */

.sticky-social:hover .sticky-social-trigger i {
  animation: none;
}

/* Make parent relative so badge can be absolutely positioned */

.single-team {
  position: relative;

  overflow: visible; /* important! */

  margin-top: 30px; /* gives room for the badge to peek above */
}

/* Experience badge circle — top center */

.experience-badge {
  position: absolute;

  top: 241px;

  left: 47%;

  transform: translateX(-50%);

  width: 80px;

  height: 80px;

  border-radius: 50%;

  background: #664f6e;

  border: 3px solid #fff;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  z-index: 10;
}

.experience-badge .exp-num {
  font-size: 18px;

  font-weight: 600;

  color: #fff;

  line-height: 1;
}

.experience-badge .exp-label {
  font-size: 14px;

  font-weight: 500;

  color: rgba(255, 255, 255, 0.85);

  line-height: 1.3;
}

/* Responsive — works on all screen sizes automatically */

@media (max-width: 576px) {
  .experience-badge {
    width: 100px;

    height: 100px;
        top: -38px;
        left: 39px;
  }

  .experience-badge .exp-num {
    font-size: 20px;
  }
}

.title {
  line-height: 1.3;
}

#experience-years {
  display: inline;
}

/* ── Appointment Form Select Dropdowns ── */

#appointment-form .form-select {
  width: 100%;

  display: block;

  box-sizing: border-box;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-color: transparent;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23664F6E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 16px center;

  background-size: 12px;

  color: #664f6e;

  cursor: pointer;
}

/* Placeholder option */

#appointment-form .form-select option[value=""] {
  color: #664f6e;

  background-color: transparent;
}

/* All options */

#appointment-form .form-select option {
  color: #664f6e;

  background-color: #fff;
}

/* Focus state */

#appointment-form .form-select:focus {
  outline: none;

  box-shadow: none;

  background-color: transparent;

  color: #664f6e;
}

/* Hover state */

#appointment-form .form-select:hover {
  background-color: transparent;

  color: #664f6e;
}

/* ── Responsive ── */

@media (max-width: 1199px) {
  #appointment-form .form-select {
    width: 100%;

    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #appointment-form .col-lg-6 {
    width: 100%;
  }

  #appointment-form .form-select {
    width: 100%;

    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #appointment-form .form-select {
    width: 100%;

    font-size: 14px;

    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  #appointment-form .form-select {
    width: 100%;

    font-size: 13px;
  }
}
/* ============================================================
   LIFE CARE HOMOEO — Hero Slider (100% Responsive)
   Paste this into your style.css or link as slider.css
   ============================================================ */

/* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

/* ── Variables ── */
:root {
  --slider-pink:   #fce4ec;
  --slider-yellow: #fffde7;
  --slider-dark:   #111111;
  --green-main:    #2e7d32;
  --green-hover:   #388e3c;
  --green-glow:    rgba(46, 125, 50, 0.22);
  --white:         #ffffff;
  --text-head:     #1a1a2e;
  --text-body:     #4a5568;
  --font-head:     'Cormorant Garamond', Georgia, serif;
  --font-body:     'Plus Jakarta Sans', sans-serif;
  --ease:          cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   SECTION WRAPPER
   ============================================================ */
.slider-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Decorative blob — only on md+ */
.slider-section .layer.shape-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   SWIPER OUTER CONTAINER
   ============================================================ */
.slider-container.swiper-container {
  width: 100%;
  overflow: hidden;
  /* ALL slides locked to the same height via this container */
  height: 100vh;
  min-height: 600px;
}

/* ============================================================
   INDIVIDUAL SLIDES — always fill the container exactly
   ============================================================ */
.swiper-slide {
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: stretch;
}

/* Slide background colours */
.swiper-slide.slide-pink   { background-image: url('../images/slider/bg1.png'); }
.swiper-slide.slide-yellow {background-image: url('../images/slider/bg2.png');
}.swiper-slide.slide-dark   { background-color: var(--slider-dark); }

/* ============================================================
   SLIDE 1 & 2 — Flex layout (text left | image right)
   ============================================================ */
.slingle-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;         
  min-height: 600px;
  padding: 120px 80px 80px;
  gap: 48px;
  position: relative;
  z-index: 1;
  margin-left: 100px;
}

/* LEFT column */
.slider-left {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  align-items: center;
}

/* RIGHT column */
.slider-right {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Content ── */
.slider-content {
  width: 100%;
}

/* Heading */
.slider-content .title {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1;          /* spans control their own line-height */
  color: var(--text-head);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.slider-content h1.title { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.slider-content h2.title { font-size: clamp(2.4rem, 4vw,  4.4rem); }

/* Hide the <br> between spans — it adds a full blank line */
.slider-content .title br { display: none; }

.slider-content .first-line {
  display: block;
  line-height: 1.2;
}
.slider-content .second-line {
  display: block;
  line-height: 1.2;
  color: var(--green-main);
}

/* Body text */
.slider-content p {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 500;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0 0 32px;
  max-width: 440px;
  font-size:20px;
}

/* Dark slide text colours */
.slide-dark .slider-content .title        { color: var(--white); }
.slide-dark .slider-content .second-line  { color: #81c784; }
.slide-dark .slider-content p             { color: rgba(255,255,255,0.72); }

/* ── Image ── */
.slider-images,
.slider-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-hero img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.13));
  animation: floatImg 4.5s ease-in-out infinite;
}

/* ============================================================
   SLIDE 3 — Dark, image centred, button bottom-right
   ============================================================ */
.slingle-slider.slider-center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 80px 100px;
  height: 100%;
  min-height: 600px;
}

.slider-center-content {
  position: relative;
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-center-content .slider-hero img {
  max-width: 500px;
  width: 80%;
  filter: drop-shadow(0 28px 56px rgba(199, 168, 209, 0.28));
  animation: floatImg 4.5s ease-in-out infinite;
}

.slider-center-btn {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 5;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 14px 34px;
  border-radius: 50px;
  border: 2px solid #664F6E; 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s var(--ease);
  white-space: nowrap;
}

.btn i { transition: transform 0.25s var(--ease); }
.btn:hover i { transform: translateX(5px); }

/* Slider buttons — Purple #664F6E / White combo */
.slider-section .btn-success,
.slider-section .btn-outline-hover-success {
  background-color: #664f6e !important;
  color: #ffffff !important;
  border-color: #664f6e !important;
  box-shadow: 0 6px 20px rgba(102, 79, 110, 0.28);
}

.slider-section .btn-success:hover,
.slider-section .btn-outline-hover-success:hover {
  background-color: #ffffff !important;
  color: #664f6e !important;
  border-color: #664f6e !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(102, 79, 110, 0.32);
}

/* ============================================================
   SWIPER NAVIGATION ARROWS
   ============================================================ */
.swiper-button-next,
.swiper-button-prev {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.92) !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: all 0.3s var(--ease);
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  font-weight: 900;
  color: var(--green-main) !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: translateY(-50%) scale(1.08) !important;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: var(--white) !important;
}

/* ============================================================
   SWIPER PAGINATION DOTS
   ============================================================ */
.swiper-pagination {
  bottom: 28px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0,0,0,0.18);
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: var(--green-main);
  width: 30px;
  border-radius: 6px;
}

/* On dark slide */
.slide-dark .swiper-pagination-bullet        { background: rgba(255,255,255,0.28); }
.slide-dark .swiper-pagination-bullet-active { background: #81c784; }

/* ============================================================
   ENTRANCE ANIMATIONS
   ============================================================ */
@keyframes floatImg {
  0%, 100% { transform: translateY(0);     }
  50%       { transform: translateY(-16px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0);     }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Default: hide animatable elements on inactive slides */
.swiper-slide:not(.swiper-slide-active) .slider-content .title,
.swiper-slide:not(.swiper-slide-active) .slider-content p,
.swiper-slide:not(.swiper-slide-active) .slider-content .btn,
.swiper-slide:not(.swiper-slide-active) .slider-right {
  opacity: 0;
}

/* Active slide animations */
.swiper-slide-active .slider-content .title {
  animation: fadeUp 0.65s 0.2s var(--ease) both;
}
.swiper-slide-active .slider-content p {
  animation: fadeUp 0.65s 0.4s var(--ease) both;
}
.swiper-slide-active .slider-content .btn {
  animation: fadeIn 0.65s 0.6s var(--ease) both;
}
.swiper-slide-active .slider-right {
  animation: fadeIn 0.8s 0.15s var(--ease) both;
}

/* Remove margin-top override from global img rule if it exists */
.slider-section img {
  margin-top: 0 !important;
}

/* ============================================================
   RESPONSIVE — 1400px
   ============================================================ */
@media (max-width: 1400px) {
  .slingle-slider {
    padding: 110px 60px 70px;
  }
  .slingle-slider.slider-center {
    padding: 110px 60px 90px;
  }
}

/* ============================================================
   RESPONSIVE — 1200px
   ============================================================ */
@media (max-width: 1200px) {
  .slingle-slider {
    padding: 100px 50px 60px;
    gap: 36px;
  }
  .slider-hero img { max-width: 420px; }

  .slingle-slider.slider-center {
    padding: 100px 50px 80px;
  }
  .slider-center-content .slider-hero img { max-width: 420px; }
}

/* ============================================================
   RESPONSIVE — 992px (TABLET LANDSCAPE)
   ============================================================ */
@media (max-width: 992px) {
  .slider-container.swiper-container {
    height: 100vh;
    min-height: 560px;
  }

  .slingle-slider {
    padding: 100px 40px 60px;
    gap: 28px;
    margin-left: 0;
  }

  .slider-left  { flex: 0 0 50%; max-width: 50%; }
  .slider-right { flex: 0 0 46%; max-width: 46%; }

  .slider-hero img { max-width: 360px; }

  .slingle-slider.slider-center {
    padding: 100px 40px 80px;
  }
  .slider-center-content .slider-hero img { max-width: 360px; }
  .slider-center-btn { bottom: -50px; right: 0; }
}

/* ============================================================
   RESPONSIVE — 768px (TABLET PORTRAIT → STACK VERTICALLY)
   ============================================================ */
@media (max-width: 768px) {

  /* Lock the container — all slides will be exactly this height */
  .slider-container.swiper-container {
    height: auto;
    min-height: 580px;
  }

  /* Force every swiper-slide to match container */
  .swiper-slide {
    min-height: 580px;
  }

  /* --- Common stacked layout for slides 1 & 2 --- */
  .slingle-slider {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;   /* content from top so image gets full room */
    text-align: center;
    height: 100%;
    min-height: 580px;
    padding: 110px 28px 56px;      /* more top spacing for header clearance */
    gap: 20px;
  }

  .slider-left,
  .slider-right {
    flex: none;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  /* Content alignment */
  .slider-content           { display: flex; flex-direction: column; align-items: center; }
  .slider-content p         { max-width: 100%; text-align: center; }
  .slider-content .title    { text-align: center; }

  /* Image — bigger on tablet */
  .slider-hero img { max-width: 320px; width: 80%; }

  /* --- Slide 3: same height, image dead-centre --- */
  .slingle-slider.slider-center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 580px;
    padding: 80px 28px 60px;
  }

  .slider-center-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .slider-center-content .slider-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  /* Slide 3 image — noticeably bigger */
  .slider-center-content .slider-hero img {
    max-width: 340px;
    width: 85%;
  }

  .slider-center-btn {
    position: static;
    margin-top: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Arrows smaller */
  .swiper-button-next,
  .swiper-button-prev {
    width: 42px !important;
    height: 42px !important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after { font-size: 13px !important; }
}

/* ============================================================
   RESPONSIVE — 576px (SMALL MOBILE)
   ============================================================ */
@media (max-width: 576px) {

  .slider-container.swiper-container {
    min-height: 560px;
  }

  .swiper-slide {
    min-height: 560px;
  }

  .slingle-slider {
    padding: 105px 20px 50px;     /* generous top for header + breathing room */
    gap: 18px;
    min-height: 560px;
    justify-content: flex-start;
  }

  .slingle-slider.slider-center {
    padding: 70px 20px 60px;
    min-height: 560px;
    justify-content: center;
    align-items: center;
  }

  /* Slides 1 & 2 image — bigger */
  .slider-hero img { max-width: 280px; width: 82%; }

  /* Slide 3 image — bigger */
  .slider-center-content .slider-hero img { max-width: 300px; width: 100%; }

  .btn {
    padding: 12px 26px;
    font-size: 0.88rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-pagination-bullet        { width: 8px;  height: 8px; }
  .swiper-pagination-bullet-active { width: 22px; }
}

/* ============================================================
   RESPONSIVE — 400px (EXTRA SMALL)
   ============================================================ */
@media (max-width: 400px) {

  .slider-container.swiper-container {
    min-height: 520px;
  }

  .slider-hero img {
    margin-top: 50px !important; /* add breathing room on very small screens */
  }

  .swiper-slide {
    min-height: 520px;
  }

  .slingle-slider {
    padding: 100px 16px 48px;     /* enough top so header never overlaps */
    gap: 14px;
    min-height: 520px;
    justify-content: flex-start;
  }

  .slingle-slider.slider-center {
    padding: 60px 16px 60px;
    min-height: 520px;
    justify-content: center;
    align-items: center;
  }

  .slider-content h1.title,
  .slider-content h2.title { font-size: 1.9rem; }

  .slider-content p { font-size: 0.86rem; }

  .slider-hero img { max-width: 240px; width: 82%; }

  .slider-center-content .slider-hero img { max-width: 250px; width: 84%; }
}



/* ── Slide 3 image — dedicated larger size ── */
.slider-center-img {
  max-width: 1920px !important;
  max-height: 1200px !important;
  width: 90%;
}

/* ── Slide 3 button — centered ── */
.slider-center-btn {
  position: static;       /* override the absolute positioning */
  bottom: auto;
  right: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 768px) {
  .slider-center-img { max-width: 380px; width: 88%; }
  .slider-content .title {         margin-top: 40px !important;}
    .slider-right .slider-hero img { margin-top: 80px !important; margin-left: 80px !important;

 }
}

@media (max-width: 576px) {
  .slider-center-img { max-width: 320px; width: 90%; }
}

@media (max-width: 400px) {
  .slider-center-img { max-width: 270px; width: 86%; }
}



/* ── Testimonial Centering Fix ── */
.testimonial-carousel.swiper-container {
  width: 100%;
  text-align: center;
}

.single-testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.single-testimonial .testimonial-thumb {
  margin: 0 auto;
}

.single-testimonial .testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.single-testimonial .testimonial-content p {
  width: 100%;
  max-width: 825px;
  margin: 50px auto 30px;
  text-align: center;
}

.single-testimonial .testimonial-content .title,
.single-testimonial .testimonial-content .subtitle {
  text-align: center;
  width: 100%;
}

.single-testimonial .testimonial-content span {
  display: flex;
  justify-content: center;
  width: 100%;
}



/* ── Slider Height Fix — Mobile ── */

/* Force consistent height on all screen sizes */
.slider-section,
.slider-container.swiper-container,
.swiper-wrapper,
.swiper-slide {
  min-height: 100svh; /* svh = small viewport height — handles mobile browser bars */
}

/* Fallback for browsers that don't support svh */
@supports not (min-height: 100svh) {
  .slider-section,
  .slider-container.swiper-container,
  .swiper-wrapper,
  .swiper-slide {
    min-height: 100vh;
  }
}

/* Fix image height so it doesn't collapse before loading */
.slider-hero img,
.slider-center-img {
  min-height: 1px;
  display: block;
}

/* Prevent layout shift during load */
.swiper-slide {
  height: 100svh !important;
}

@media (max-width: 768px) {
  .slider-container.swiper-container {
    height: 100svh !important;
    min-height: 580px;
  }

  .swiper-slide {
    height: 100svh !important;
    min-height: 580px !important;
  }
}

@media (max-width: 576px) {
  .slider-container.swiper-container {
    height: 100svh !important;
    min-height: 560px;
  }

  .swiper-slide {
    height: 100svh !important;
    min-height: 560px !important;
  }
}


/* ── Testimonial Section Spacing Fix ── */
@media (max-width: 767px) {
  
  /* Reduce section margin */
  .section.section-margin {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  /* Reduce section title padding */
  .section-title {
    padding-bottom: 20px !important;
  }

  /* Reduce testimonial paragraph spacing */
  .single-testimonial .testimonial-content p {
    margin: 15px auto 10px !important;
    font-size: 14px;
  }

  /* Reduce title padding */
  .single-testimonial .testimonial-content .title {
    padding-top: 10px;
    font-size: 20px;
  }

  /* Reduce pagination space */
  .swiper-pagination {
    margin-top: 10px !important;
  }

  /* Rating section */
  .rating-section {
    padding: 0 15px 10px !important;
  }
}


/* ── CRITICAL: Testimonial swiper must NOT be full screen height ── */
.testimonial-carousel.swiper-container .swiper-slide {
  height: auto !important;
  min-height: unset !important;
}

.testimonial-carousel.swiper-container {
  height: auto !important;
  min-height: unset !important;
}

.testimonial-carousel .swiper-wrapper {
  height: auto !important;
  min-height: unset !important;
}

/* Tighten testimonial section spacing on mobile */
@media (max-width: 767px) {
  .section.section-margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .single-testimonial .testimonial-content p {
    margin: 15px auto 10px !important;
  }

  .section-title {
    padding-bottom: 15px !important;
  }
}
.laptop-break::after {
    content: '';
    display: none;
}

@media (min-width: 1024px) {
    .laptop-break::after {
        content: '\A';
        white-space: pre;
        display: inline;
    }
}



/* ── Mobile Social — Match Footer Brand Colors ── */
.mobile-social a {
    background-color: #fff !important;
}

.mobile-social a[title="Instagram"] {
    color: #e1306c !important;
}

.mobile-social a[title="Facebook"] {
    color: #1877f2 !important;
}

.mobile-social a[title="YouTube"] {
    color: #ff0000 !important;
}

.mobile-social a:hover,
.mobile-social a:active {
    background-color: rgba(255, 255, 255, 0.75) !important;
    transform: translateY(-2px);
}






/* ── Modal Close Button Fix ── */
.srv-modal-hero {
    overflow: visible !important;
}

.srv-modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: rgba(255, 255, 255, 0.95) !important;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    color: #664f6e;
    transition: background 0.2s, transform 0.2s;
    z-index: 9999 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.srv-modal-close:hover {
    background: #fff !important;
    transform: rotate(90deg);
}


.single-testimonial .testimonial-content span {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}

.single-testimonial .testimonial-content span::before {
  position: relative;
  left: auto;
  transform: none;
  width: 60px;
  height: 2px;
  background: #c7a8d1;
  content: "";
  display: block;
}



/* =============================================
   FIX 1: Hide therapist nav arrows on mobile
============================================= */
@media (max-width: 991px) {
  .tc-actions .nav-btn-group,
  .tc-actions .divider {
    display: none;
  }
}


/* =============================================
   FIX 2: Show Appointment button on mobile header
============================================= */

/* Normal (non-sticky) header — show on mobile */
.header-actions .appoinment-button {
  display: flex !important;
}

/* Keep it styled same as desktop */
@media only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (max-width: 767px) {
  .header-actions .appoinment-button {
    display: flex !important;
    align-items: center;
  }

  /* Slightly smaller padding on very small screens */
  @media (max-width: 400px) {
    .header-actions .appoinment-button .btn {
      padding: 8px 16px;
      font-size: 13px;
    }
  }
}

/* Sticky header — same button style but white border on purple bg */
.sticky-header.sticky .header-actions .appoinment-button .btn-outline-success {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.sticky-header.sticky .header-actions .appoinment-button .btn-outline-success:hover {
  background-color: #ffffff;
  color: #664f6e;
}


/* =============================================
   FIX: Center tc-actions on mobile
============================================= */
@media (max-width: 991px) {
  .tc-actions {
    justify-content: center;
    width: 100%;
  }

  .btn-contact {
    width: 100%;
    max-width: 220px;
    justify-content: center;
    text-align: center;
  }
}

/* About section — background image with opacity */
.about-bg {
  position: relative;
}

.about-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/about/about-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3; /* ← adjust this value: 0 = invisible, 1 = full */
  z-index: 0;
}

/* Remove the background-image from the original rule */
.about-bg {
  background-image: none !important;
}

/* Ensure content sits above the pseudo-element */
.about-bg .container {
  position: relative;
  z-index: 1;
}