/********** New Changes 20-JAN-2024 **********/

:root {
  --primary: #6f2174;
  --secondary: #ddd2bc;
  --light: #efe9dd;
  /*    --dark: #AD9D7C;  */
}

.bi-geo-contact::before {
  content: "\f3e8";
  /* color: #6f2174 !important; */
}

.bi-envelope-contact::before {
  content: "\f32e";
  color: #6f2174 !important;
}

.bi-phone-contact::before {
  content: "\f5c1";
  /* color: #6f2174 !important; */
}

.text-primary {
  color: #6f2174 !important;
  font-size: 1.3rem;
}

.text-primary-variation-two {
  color: #6f2174 !important;
}

.bg-light {
  background-color: #fff !important;
}
.bg-grey {
  background-color: #fafafa;
}
.bg_beige {
  background-color: rgb(245, 240, 220);
}
.bg-primary {
  background-color: #6f2174 !important;
}
.bg_grey {
  background-color: #f5f5f5;
}
.text_primary {
  color: #6f2174 !important;
}
.border_primary {
  border: 1px solid #6f2174;
}
.text_white {
  color: #fff;
}
.bg-white {
  background-color: #ad9d7c !important;
}

.bg__white {
  background-color: #fff;
}
.bg-nav-white {
  background-color: #fff;
}

.btn-primary {
  color: #fff !important;
  background-color: #6f2174;
  border-color: #6f2174;
}

.btn-secondary {
  color: #6f2174;
  background-color: #efe9dd;
  border-color: #efe9dd;
}

.btn__primary {
  color: #fff !important;
  background-color: #6f2174;
}

.border-variant-one {
  border: 1px solid #f5f5f5;
}

body {
  /* background-color: #f5f0dc !important; */
  /* background-color: #fcfbf5 !important; */
}
.bg-cream {
  background-color: #fcfbf5;
}
.bg-cream2 {
  background-color: #f5f0dc;
}
.border-cream {
  border-color: #f5f0dc !important;
}
.beforeAfter {
  padding-block: 100px;
}

.why-choose-section {
  padding-top: 100px;
  padding-bottom: 60px;
  /* background-color: #fff; */
}
.divider {
  max-width: 100px;
  margin-inline: auto;
  /* height: 4px; */
  opacity: 1;
  background-color: #6f2174;
}
/* .my-5 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
} */
.py-100 {
  padding-block: 100px;
}
.pt-80 {
  padding-top: 80px;
}

.bg-dark {
  margin-top: 0px;
  background-color: #6f2174 !important;
}
.bg_white {
  background-color: #fff;
}

.bi-arrow-right::before {
  content: "\f138";
  color: #fff;
}

.bi-geo-alt::before {
  content: "\f3e8";
  color: #fff;
}

.bi-envelope-open::before {
  content: "\f32e";
  /* color: #fff; */
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
  /*color: #fff;*/
}

.bi-telephone::before {
  content: "\f5c1";
  /*color: #fff;*/
}

.nav-link:hover,
.nav-link:focus {
  color: #6f2174;
}

.nav-link {
  color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #6f2174;
  border-color: #6f2174;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #6f2174;
  background-color: #ad9d7c;
  border-color: #ddd2bc#AD9D7C;
}

.text-white-contact-hero {
  font-size: 3vw;
  font-weight: 400;
}

#center-calendar {
  display: flex;
  justify-content: center;
}

.bg-secondary {
  background-color: #ddd2bc !important;
}

.btn-primary {
  color: #efe9dd !important;
  background-color: #6f2174;
  border-color: #efe9dd;
}

.btn-primary:hover {
  color: #6f2174 !important;
  background-color: #ad9d7c !important;
  border-color: #efe9dd !important;
}

.btn-secondary {
  color: #6f2174 !important;
  background-color: #efe9dd;
  border-color: #efe9dd;
}

.btn-secondary:hover {
  color: #6f2174 !important;
  background-color: #ad9d7c !important;
  border-color: #efe9dd !important;
}

/********** End New Changes 20-JAN-2024 **********/

/********** Template CSS **********/

h1,
h2,
.font-weight-bold {
  color: #6f2174 !important;
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  color: #6f2174 !important;
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  color: #6f2174 !important;
  font-weight: 500 !important;
}

.btn {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #6f2174;
}

.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  border: 2px solid #efe9dd;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: var(--primary);
  transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  padding: 35px 15px;
  font-size: 18px;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(62 9 43 / 85%);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}

.section-title h5::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: var(--primary);
}

.section-title h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: var(--secondary);
}

.twentytwenty-wrapper {
  height: 100%;
}

.hero-header {
  background: linear-gradient(rgb(62 9 43 / 85%), rgb(62 9 43 / 85%)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.bg-appointment {
  background: linear-gradient(rgb(62 9 43 / 85%), rgb(62 9 43 / 85%)),
    url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
  background-position: center 20%;
}

.appointment-form {
  background: (rgb(62 9 43 / 85%));
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
  transition: 0.5s;
}

.service-item:hover img {
  transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 100px / 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
  opacity: 1;
}

.bg-offer {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.offer-text {
  background: rgba(6, 163, 218, 0.85);
}

.price-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 45px);
  height: 45px;
  top: calc(50% - 22.5px);
  left: -22.5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
}

.price-carousel:hover .owl-nav {
  opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.bg-testimonial {
  background: url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  background: rgba(6, 163, 218, 0.85);
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
}

.mx-width-900 {
  max-width: 900px;
}

.side-banner {
  max-height: 570px;
  width: 100%;
  object-fit: cover;
}

.text-justify {
  text-align: justify;
}

.my-50 {
  margin-block: 50px;
}

.hr_style {
  border: none;
  height: 1px;
  background-color: transparent;
  border-top: 2px dashed #9a649e;
  opacity: 1;
}

.font-20-500 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.font-18-600 {
  font-size: 18px;
  font-weight: 600;
}

.font-16-600 {
  font-size: 16px;
  font-weight: 600;
}
.font-16-500 {
  font-size: 16px;
  font-weight: 500;
}

.font-14-500 {
  font-size: 14px;
  font-weight: 500;
}
.font-14-600 {
  font-size: 14px;
  font-weight: 600;
}
.font-14-400 {
  font-size: 14px;
  font-weight: 400;
}
.font-40-500 {
  font-size: 48px;
  font-weight: 500;
}

.rounded-8 {
  border-radius: 8px;
}

.page-banner {
  max-height: 300px;
  object-fit: cover;
}
.about-main {
  padding-block: 80px;
}
.rightLine {
    position:relative;
}

.rightLine::after { 
    content: "";
    position: absolute;
    inset-inline-end: -50px;
    inline-size: 40px;
    background-color: #6f2174;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.centerLine{
    position:relative;
}
.centerLine::after { 
    content: "";
    position: absolute;
    inset-inline-end: -50px;
    inline-size: 40px;
    background-color: #6f2174;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.centerLine::before { 
    content: "";
    position: absolute;
    inset-inline-start: -50px;
    inline-size: 40px;
    background-color: #6f2174;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

/* Flex container for price items */
.price-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap to the next row */
  justify-content: space-between;
  /* Distribute items evenly with space between */
}

/* Fixed width for price items */
.price-item {
  width: calc(100% - 22px);
  /* Adjust width to fit three items in a row */
  margin-bottom: 360px;
  /* Adjust margin as needed */
}

/* Fixed height for price items */
.price-item .position-relative {
  height: 186px;
  /* Adjust height as needed */
  /* Add other styles for positioning, background, etc. */
}

/* Adjust the width of appointment buttons */
.price-item .position-relative .btn {
  width: 100%;
  /* Make buttons full width of parent container */
  margin-top: 343px;
}

/* Style for appointment button */
.price-item .btn {
  position: relative;
  /* z-index: 2; */
  /* Ensure the button is above the border */
}

/* Border below appointment button */
.price-item {
  position: relative;
}

/* Border below appointment button */
.price-item .btn:after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 18px;
  /* Adjust this value to move the border down */
  width: 110%;
  height: 1px;
  background-color: #06a3da;
  z-index: -5;
  /* Ensure the border is behind the button */
}

.text-white {
  color: #fff;
  /* Set text color to white */
}

.table {
  width: 100%;
  /* Set table width to 100% */
  border-collapse: collapse;
  /* Collapse borders */
}

.table td,
.table th {
  border: 1px solid black;
  /* Add white border around table cells */
  padding: 8px;
  /* Add padding to table cells */
  text-align: left;
  /* Align text to the left */
}

.table th {
  background-color: #591a5d;
  /* Set background color for table header */
}

.table tbody tr:nth-child(odd) {
  background-color: #d4bcd5;
  /* Set background color for odd rows */
}

.table tbody tr:nth-child(even) {
  background-color: white;
  /* Set background color for even rows */
}

/* Adjust margin to create a 10px gap between the tables */
.table-container {
  margin-bottom: 10px;
}

/* Hide the heading for Services - Part 2 */
.table-container:nth-child(odd) h3 {
  display: none;
}

.table-container {
  margin-bottom: 30px;
}

.custom-thead {
  background-color: #591a5d !important;
  color: white;
}
.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 30px;
}
.max-width-700px {
  max-width: 700px;
}

.carousel img {
  width: 100% !important;
  max-width: 100%;
  height: inherit;
  object-fit: cover;
}

@media only screen and (min-width: 1441px) {
  #header-carousel {
    height: calc(100vh - 137px);
  }
  #header-carousel .carousel-inner {
    height: calc(100vh - 137px);
  }
  #header-carousel .carousel-inner .carousel-item {
    height: calc(100vh - 137px);
  }
}

@media only screen and (max-width: 1440px) {
  #header-carousel {
    height: 700px;
  }
  #header-carousel .carousel-inner {
    height: 700px;
  }
  #header-carousel .carousel-inner .carousel-item {
    height: 700px;
  }
}
@media only screen and (max-width: 1300px) {
  #header-carousel {
    height: 550px;
  }
  #header-carousel .carousel-inner {
    height: 550px;
  }
  #header-carousel .carousel-inner .carousel-item {
    height: 550px;
  }
}
@media only screen and (max-width: 992px) {
  #header-carousel {
    height: 350px;
  }
  #header-carousel .carousel-inner {
    height: 350px;
  }
  #header-carousel .carousel-inner .carousel-item {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #header-carousel {
    height: 250px;
  }
  #header-carousel .carousel-inner {
    height: 250px;
  }
  #header-carousel .carousel-inner .carousel-item {
    height: 250px;
  }
  #header-carousel .carousel-inner .carousel-item img {
    object-position: left;
  }
}
.card-hover {
  overflow-x: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.card-img-top {
  height: 200px;
  overflow: hidden;
}
.card-img-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-hover img {
  transition: all 2s ease-in-out;
}
.card-hover:hover .card-img-top img {
  transform: scale(1.1);
}
.card-hover:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* New About  */
.about-wrap {
  width: 100%;
  padding: 30px;
  color: rgba(255, 255, 255, 0.7);
  background: #f9f9f9;
}

@media (min-width: 768px) {
  .about-wrap {
    padding: 7% 10% 5% 10%;
  }
}

.about-wrap .list-services {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  /* background-color: #fff;
  padding: 18px 20px; */
  padding-block-end: 18px;
  border-bottom: 2px solid #fff;
}
.about-wrap .list-services:last-child {
  border-bottom: none;
}
.about-wrap .list-services .icon {
  width: 60px;
  height: 60px;
  margin-right: 35px;
  position: relative;
  transition: all 0.3s ease;
}

.about-wrap .list-services .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #6f2174;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.about-wrap .list-services .icon span {
  color: #fff;
  font-size: 30px;
}

.about-wrap .list-services .text {
  flex: 1;
}

.about-wrap .list-services .text h3 {
  font-size: 20px;
  color: #fff;
}

.about-wrap .list-services:hover .icon::after,
.about-wrap .list-services:focus .icon::after {
  transform: rotate(180deg);
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bg-class {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

/* New About  */

/* New Service section  */
.services {
  display: block;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.services .img {
  height: 250px;
}
.services .icon {
  line-height: 1.3;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #6f2174;
  background-color: #6f2174;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.services .icon span {
  font-size: 50px;
  color: #46b7de;
}
.services .icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.objectFit {
  object-fit: cover;
}
.services .media-body h3 {
  font-size: 18px;
  color: #000000;
}
.service::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6f2174;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.service:hover {
  /* background-color: #6f2174; */
  color: #fff !important;
}
.service:hover::after {
  transform: scaleY(1);
}
.service:hover * {
  color: #fff !important;
}
.service:hover .icon {
  background-color: #641e68 !important;
  border-width: 2px;
  border-color: #fff;
}
/* New Service section  */
.call_us .phone-icon-wrap {
  inline-size: 44px;
  block-size: 44px;
  border-radius: 5rem;
  background-color: #641e68;
  color: #fff;
}
.about-img {
  z-index: 2;
}
.dotted-circle {
  position: absolute;
  bottom: -60px;
  inset-inline-start: -50px;
  z-index: -1;
}
.dotted-grid {
  position: absolute;
  top: -40px;
  inset-inline-end: -30px;
  z-index: -1;
}

.grid {
  max-inline-size: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.footer-logo {
  width: 144px;
  height: auto;
}
.copy-right {
  background-color: #591a5d !important;
  color: #fff !important;
}
.info-card {
  transition: all 0.3s ease-in-out;
}
.info-card:hover {
  background-color: #f5f0dc;
}
.info-card:hover h2 {
  color: #641e68 !important;
}
.info-card:hover .icon-wrap {
  background-color: #591a5d !important;
}

@media only screen and (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  .dotted-grid{
    inset-inline-end: 0px;
  }
  .dotted-grid-two {
    bottom: 16px !important;
  }
  .review{
    font-size: 1rem !important;
  }
}
