@font-face {
    font-family: ClickerScript-Regular;
    src: url('../fonts/ClickerScript-Regular.ttf');
}

@font-face {
    font-family: Jost-Regular;
    src: url('../fonts/Jost-Regular.ttf');
}

@font-face {
    font-family: Jost-Medium;
    src: url('../fonts/Jost-Medium.ttf');
}

@font-face {
    font-family: Jost-SemiBold;
    src: url('../fonts/Jost-SemiBold.ttf');
}

@font-face {
    font-family: Jost-Bold;
    src: url('../fonts/Jost-Bold.ttf');
}

:root{
    --theme-color-1: #A15C9F;
    --theme-color-2: #1F1F1F;
    --theme-color-3: #E0AF83;
    --theme-color-4: #7B8A70;
    --body-bg: #ffffff;
    --font-color: #292621;
    --heading-color: #333333;
    --font-white: #ffffff;
}
.phn{
    rotate: 90deg;
}
body{
    background-color: var(--body-bg);
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Jost-Regular';
    font-weight: normal;
    color: var(--font-color);
}


h1, h2, h3{
  
    margin-bottom: 0;
    font-family: 'Jost-Bold';
    font-weight: normal;
}

h4, h5{
   
    margin-bottom: 0;
    font-family: 'Jost-SemiBold';
    font-weight: normal;
}

p{
    margin-bottom: 0;
    font-size: 18px!important;
}

a, a:hover, a:active, a:focus{
    color: inherit;
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px!important;
}

.theme-btn{
    border-radius: 30px;
    height: 48px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding:10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost-SemiBold';
    font-weight: normal;
    transition: ease-in-out 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-main{
    color: #fff;
    background-color: var(--theme-color-4);
    transition: ease-in-out 0.3s;
    border: 1px solid var(--theme-color-4);
}

.btn-main:hover{
    background-position: left bottom;
    color: #fff;
    background-color: #3b5826;
    border: 1px solid #3b5826;
    transition: ease-in-out 0.3s;
}

.navbar-toggler{
  background-color: #6a1b9a;
}
.btn-secondary{
    color: #fff;
    background-color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
}

.btn-border{
    border: 1px solid var(--theme-color-1);
    background-color: transparent;
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
}

.btn-border:hover{
    border-color: var(--theme-color-4);
    background-color: var(--theme-color-4);
    color: #fff;
    transition: ease-in-out 0.3s;
}

.btn-border-white{
    border: 1px solid var(--font-white);
    background-color: transparent;
    color: var(--font-white);
    transition: ease-in-out 0.3s;
}

.btn-border-white:hover{
  border-color: var(--theme-color-3);
  background-color: transparent;
  color: var(--theme-color-3);
  transition: ease-in-out 0.3s;
}


@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
    
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}



.topbar{
    background-color: #000;
    color: #fff;
    padding: 12px 0px;
}

.topbar-info-wrapper p{
    color: #fff;
}

.topbar-contact{
    display: flex;
    justify-content: flex-end;
}

.topbar-contact li a{
  color: #fff;
}

.topbar-contact li:first-child{
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.topbar-contact li{
    margin-left: 15px;
}

.topbar-contact li a i{
    margin-right: 8px;
}
.nav-link{
  color: #000;
}

#backTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--theme-color-1);
    color: white;
    cursor: poJost;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 18px;
}
  
#backTop:hover {
    background-color: var(--theme-color-1);
}

.section{
    padding: 60px 0px;
    position: relative;
}

input:hover, input:focus, input:active{
    box-shadow: none;
    outline: none;
}
/* carousel */
.carousel-item {
  background-repeat: no-repeat;
  min-height: 754px;
  background-position: center;
  position: relative;
  margin-top: 45px;
  background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 2;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1); 
}

.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px;
}
#makeupCarousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100vh;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
}

/* Smaller height on tablets */
@media (max-width: 768px) {
    #makeupCarousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: 31vh;
    }
}

/* Smaller height on mobile */
@media (max-width: 576px) {
    #makeupCarousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: 31vh;
    }
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        width: 35px;
        height: 35px;
        margin-top: 32px;
    }
    .floating-icons,
    .social-floating-right {
      position: fixed;
      top: 82%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1050;
    }
    
}

@media (max-width: 480px) {
    .carousel-control-prev,
    .carousel-control-next {
      width: 35px;
      height: 35px;
      margin-top: 32px;
    }
}

@media (max-width: 768px) {
  .carousel-item {
    min-height: 203px;
    height: auto;
    
    
  }

}

@media (max-width: 768px) {
 
  .topbar{
    display: none;
  }
  
}

/* about section */
.text-purple {
  color: #9c27b0;
}

.bg-light-purple {
  background-color: #f9f0fb;
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 1.5rem;
  }
}

/* about us */
.section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10%;
  gap: 30px;
}

.section:nth-child(even) {
  flex-direction: row-reverse;
  background-color: #fff3f8;
}

.section img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  animation: zoomIn 1.2s ease-in-out;
}

.text-box {
  flex: 1;
  min-width: 300px;
  animation: slideIn 1.2s ease;
}

.text-box h4
,.text-box h5
{
  color: #A15C9F;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-left: 217px;
}

.text-box ul {
  padding-left: 219px;
  list-style: none;
}

.text-box li {
  margin-bottom: 15px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.text-box li i {
  margin-right: 10px;
  font-size: 1rem;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .section {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .section img {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .text-box {
    text-align: center;
    padding: 0 10px;
  }

  .text-box h2,
  .text-box h4,
  .text-box h5 {
    font-size: 1.5rem;
    margin-left: 0;
    text-align: center;
  }

  .text-box ul {
    padding-left: 0;
  }

  .text-box li {
    justify-content: center;
    flex-direction: row;
    text-align: left;
  }

  /* Section headings */
  .section-heading {
    font-size: 1.5rem;
    text-align: center;
  }

  /* Certificates section */
  .certificates-info,
  .certificates-image {
    text-align: center;
  }

  /* Experts section */
  .experts-image,
  .experts-image-info {
    text-align: center;
  }

  .experts-image-info {
    margin-top: 0 !important;
  }
}


/* why choose us */
.chooseus-content-wrapper{
  position: relative;
}

.chooseus-content-wrapper h3{
  font-size: 32px;
  margin-bottom: 20px;
}
.chooseus-list {
  list-style: none;
  padding: 0;
}

.chooseus-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.check-circle {
  width: 30px;
  height: 30px;
  background-color: #A15C9F; 
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white; 
  font-size: 14px;
  margin-right: 10px;
}

.chooseus-list li{
  margin-bottom: 15px;
  display: flex;
}

.chooseus-list li span img{
  min-width: 15px;
  height: 15px;
  margin-right: 8px;
}

.chooseus-list{
  margin-top: 25px;
}
/* counter */
.fun-factor-card{
  padding: 25px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.fun-factor-card img{
  width: 50px;
  height: 50px;
}

.fun-factor-card h3{
  color: #fff;
  margin: 15px 0px;
  font-size: 36px;
}

.fun-factor-card h4{
  font-size: 20px;
}

/* full services */
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

.certificates-info p,
.certificates-info-list li {
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}

.certificates-info-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.text-purple {
  color: #9c27b0;
}

@media (max-width: 768px) {
 
  .certificates-info,
  .certificates-image {
    text-align: center;
  }
}

/* experts */
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

.experts-image img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.experts-image-info {
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}

.experts-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.text-purple {
  color: #9c27b0;
}

@media (max-width: 768px) {
  .experts-image,
  .experts-image-info {
    text-align: center;
  }

  .experts-image-info {
    margin-top: 0 !important;
  }
}


/* footer */
.footer-section{
  position: relative;
  padding: 40px 0px 0px 0px;
}

.footer-links h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-links-wrapper {
  padding: 0 15px;
}

.footer-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-link,
.footer-list a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover,
.footer-list a:hover {
  color: #A15C9F;
  text-decoration: underline;
}

.text-purple {
  color: #A15C9F;
}

@media (max-width: 768px) {
  .footer-links .row > div {
    text-align: center;
  }

  .footer-links-wrapper {
    margin-bottom: 2rem;
  }

  .footer-list {
    padding-left: 0;
  }
}

.footer-bottom-image{
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-bottom-image img{
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.bottom-images{
  position: relative;
  margin-top: -30px;
}

.footer-bottom-image-overlay{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(224, 175, 131, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.3s;
}

.footer-bottom-image:hover .footer-bottom-image-overlay{
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.3s;
}

.copyright {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
}

.copyright a {
  color: #6f42c1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: #fff;
}


.otherlinks li{
  display: inline-block;
  color: var(--font-white);
  margin-left: 15px;
}

/* page header */
.hero-section {
  position: relative;
  width: 100%;
  height: 365px;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  background: url('../images/page-header.jpg') no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.hero-text {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 25px 35px;
  border-radius: 12px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.breadcrumb {
  position: relative;
  background-color: #fff3f8;
  padding: 25px 30px;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.breadcrumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff3f8;
  z-index: 0;
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  gap: 5px;
}

.breadcrumb-content a {
  color: #060505;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}

.breadcrumb-content a:hover {
  color: #6f42c1;
  text-decoration: underline;
}
.breadcrumb-content a.active {
  color: #6f42c1;
  font-weight: bolder;
  text-decoration: underline;
}

.breadcrumb-content span {
  color: #050505;
  font-weight: bolder;
  margin: 0 4px;
}

@media (max-width: 768px) {
  .hero-text {
      font-size: 1.5rem;
      padding: 15px 20px;
      width: 90%;
  }

  .breadcrumb {
      padding: 15px 20px;
  }

  .breadcrumb-content {
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-section {
      height: 260px;
  }

  .hero-text {
      font-size: 1.2rem;
  }
}

/* counter */
.fun-factors-about {
  background-image: url(../images/counter.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff; 
}

.fun-factors-about{
  background-color: var(--heading-color);
  padding-bottom: 1.5rem;
}

.fun-factors-about .fun-factor-card h4{
color: var(--font-white);
}

.fun-factor-card{
  padding: 25px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.fun-factor-card img{
  width: 50px;
  height: 50px;
}

.fun-factor-card h3{
  color: #fff;
  margin: 15px 0px;
  font-size: 36px;
}

.fun-factor-card h4{
  font-size: 20px;
}


.home-about-services-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

.home-about-services-wrapper img {
  width: 100%;
  height: 547px;
  object-fit: cover;
}
.home-about-services-wrapper::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: ease-in-out 0.3s;
}

.home-about-services-layer{
    position: absolute;
    top: 137px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-align: center;
    color: #fff;
    z-index: 10;
    transition: ease-in-out 0.3s;
}

.home-about-services-layer h3{
  font-size: 24px;
  color: var(--font-white);
  margin-bottom: 10px;
}

.home-about-services-wrapper:hover::after{
  background-color: rgba(224, 175, 131, 0.8);
  transition: ease-in-out 0.3s;
}

.home-about-services-wrapper:hover .home-about-services-layer{
  padding: 15px;
  margin: 10px;
  width: 93%;
  height: 91%;
  transition: ease-in-out 0.3s;
}
.otherexperts-inner-info{
  padding: 15px;
}

.otherexperts-inner-info h3{
  font-size: 20px;
  margin-bottom: 1px;
}

.otherexperts{
  position: relative;
  margin-top: -75px;
}

.otherexperts-inner{
  position: relative;
  transition: ease-in-out 0.3s;
}

.otherexperts-inner:hover{
  position: relative;
  transition: ease-in-out 0.3s;
  margin-top: -10px;
}

.otherexperts-inner:hover .otherexperts-inner-info h3{
  color: var(--theme-color-1);
  transition: ease-in-out 0.3s;
}


.homedivider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.homedivider .content {
  position: relative;
  z-index: 2;
}



.divider-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.divider-btns{
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.divider-btns a{
  margin-right: 20px;
}

.divider-wrapper h3{
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--font-white);
}

.divider-wrapper p{
  color: var(--font-white);
}
.otherexperts-inner-image{
  position: relative;
}

.experts-social{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s;
  display: flex;
}

.experts-social a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color-1);
    color: var(--font-white);
    border-radius: 10px;
    margin: 0px 5px;
    transition: ease-in-out 0.3s;
}

.otherexperts-inner:hover .experts-social{
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.3s;
}

.experts-social a:hover{
  background-color: var(--theme-color-4);
  transition: ease-in-out 0.3s;
}

.testSlideInner img{
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
}

.testSlideInner h3{
    margin: 20px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
}

.testSlideInner h5{
    text-align: center;
    font-size: 14px;
}

.testSlideInner ul{
  text-align: center;
    margin: 15px 0px;
}

.testSlideInner ul li{
  display: inline-block;
  color: #e4d6e1;
}

.testSlideInner p{
  text-align: center;
  font-family: 'Jost-SemiBold';
  font-weight: normal;
  font-size: 16px;
}

.testimonial{
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: url('../images/testimonial-bg.png');
  background-position: center;
  background-size: cover;
}

.carosel-nav-left-testi{
  position: absolute;
  top: 50%;
  left: 7rem;
  /* transform: translate(-50%, -50%); */
  z-index: 99;
  width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: var(--theme-color-3);
    color: var(--font-white);
    font-size: 20px;
}

.carosel-nav-right-testi{
  position: absolute;
  top: 50%;
  right: 7rem;
  /* transform: translate(-50%, -50%); */
  z-index: 99;
  width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: var(--theme-color-3);
    color: var(--font-white);
    font-size: 20px;
}

.sl-img img{
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  object-fit: cover;
}

.otherservices-card-wrapper{
  text-align: center;
  padding: 30px;
}

.otherservices-card-wrapper h3{
  font-size: 18px;
  margin-top: 20px;
}

.error-page{
    height: calc(100vh - 1px);
    display: inline-block;
    width: 100%;
}

.error-page-image{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-page-content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.error-page-content h1{
  font-size: 120px;
  color: var(--theme-color-1);
}

.error-page-content h3{
  font-size: 40px;
}

.error-page-content p{
  font-size: 20px;
  margin: 20px 0px;
}

.faq-content-wrapper .accordion-item{
  border: none;
  margin-bottom: 20px;
}

.faq-content-wrapper .accordion-button{
  background-color: rgb(161 92 159 / 25%);
  font-weight: normal;
  font-family: 'Jost-Medium';
}

.faq-content-wrapper .accordion-button:not(.collapsed){
    color: var(--body-bg);
    background-color: var(--theme-color-1);
    box-shadow: none;
}

.faq-content-wrapper .accordion-button::after{
  background-image: none;
  font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f107";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button:focus{
  box-shadow: none;
}

.policy-main-heading{
  font-size: 20px;
  margin: 20px 0px 20px 0px;
}

.page-full-coming{
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  /* background-image: url('../images/coming-soon-bg.jpg'); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/coming-soon-bg.jpg');
  padding: 30px;
}

.page-coming-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.page-coming-inner h2{
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--font-white);
}

.page-coming-inner p{
  margin-bottom: 20px;
  color: var(--font-white);
}

.soon-subscribe{
  width: 100%;
}

.soon-form-wrapper{
  position: relative;
  width: 100%;
}

.soon-input{
  width: 100%;
  height: 55px;
  border-radius: 35px;
  padding: 10px 15px;
  display: inline-block;
  border: none;
}

.soon-submit{
  background-color: var(--theme-color-2);
  border-radius: 35px;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  width: 135px;
}

.soon-counter-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.soon-counter-list > div{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 30px 8px 0px 8px;
  background-color: rgb(255 255 255 / 20%);
  flex-direction: column;
  color: var(--theme-color-1);
  font-family: 'Jost-Bold';
  font-weight: normal;
  font-size: 32px;
}

.soon-counter-list > div span{
  font-family: 'Jost-Medium';
  font-weight: normal;
  /* margin: 10px 0px; */
  color: var(--font-white);
  font-size: 14px;
}

.coming-soon .footer-heading {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.coming-soon .footer-social-list {
  margin-top: 20px;
}

.coming-soon .footer-social-list li {
  display: inline-block;
  margin-right: 20px;
}

.coming-soon .footer-social-list li a {
  display: inline-block;
  color: #fff;
}

.gallery_product_image{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: ease-in-out 0.3s;
}

.gallery_product_image img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-overlay{
  position: absolute;
  top: 0;
  width: 93%;
  height: 100%;
  background-color: rgb(31 31 31 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s;
}

.portfolio-overlay .po-inner{
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 25px;
}

.portfolio-overlay .po-inner h3{
  color: var(--theme-color-3);
  font-size: 20px;
  margin-bottom: 10px;
}

.portfolio-overlay .po-inner p{
  color: #fff;
  margin-bottom: 20px;
}

.portfolio-overlay .po-inner a{
  position: absolute;
  bottom: 25px;
  color: #fff;
  font-size: 25px;
}

.gallery_product_image:hover ~ .portfolio-overlay{
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.3s;
}

.filter-button.active{
  background-color: var(--theme-color-4);
  color: var(--font-white);
  transition: ease-in-out 0.3s;
  box-shadow: none;
}

.gallery_product_image:hover > img{
  transform: scale(1.5);
  transition: ease-in-out 0.3s;
}

.contact-info-card{
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}

.contact-info-card h3{
  margin: 15px 0px;
  font-size: 20px
}

.contact-info-card img{
  width: 50px;
  height: 50px;
}

.contact-form-container{
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.contact-form-input{
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.widget-search-input{
  width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.widget-search{
  position: relative;
  margin-bottom: 30px;
}

.widget-search-submit{
    position: absolute;
    right: 0;
    padding: 10px;
    border: navajowhite;
    background: transparent;
    color: var(--theme-color-3);
}

.widget-categories{
  position: relative;
  margin-bottom: 30px;
}

.widget-heading{
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.widget-categories ul li{
  margin-bottom: 15px;
}

.widget-categories ul li::before{
  font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f105";
  margin-right: 10px;
}

.recent-post-item{
  display: flex;
}

.recent-post-img{
  width: 150px;
  margin-right: 20px;
}

.recent-post-info{
  width: 100%;
}

.recent-post-info h4{
  font-size: 15px;
  margin-bottom: 5px;
}

.recent-post-info p{
  font-size: 12px;
}

.recent-post-list li{
  margin-bottom: 20px;
}

.widget-recentpost{
  margin-bottom: 30px;
}

.widget-tags ul li{
  display: inline-block;
}

.widget-tags ul li a{
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: ease-in-out 0.3s;
}

.widget-tags ul li a:hover{
  border-color: var(--theme-color-3);
  color: var(--theme-color-3);
  transition: ease-in-out 0.3s;
}

.bd-published-date{
    min-width: 80px;
    width: 80px;
    height: 80px;
    background-color: var(--theme-color-2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    margin-right: 20px;
}

.blog-detail-head{
  display: flex;
}

.bd-head-detail h1{
  font-size: 24px;
  margin-bottom: 10px;
}

.bd-head-detail ul{
  display: flex;
}

.blog-detail-head ul li a{
  color: #c5c5c5;
  margin-right: 10px;
  transition: ease-in-out 0.3s;
}

.blog-detail-head ul li a i{
  margin-right: 5px;
}

.blog-detail-head ul li a:hover{
  color: var(--theme-color-3);
  transition: ease-in-out 0.3s;
}

.bd-main-image{
  margin: 30px 0px;
  position: relative;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.bd-body p{
  margin-bottom: 20px;
}

.bg-small-heading{
  font-size: 18px;
  margin-bottom: 20px;
}

.bd-quoteblock{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/breadcrumb-bg.jpg');
    position: relative;
    z-index: 10;
    margin: 20px 0px;
}


.bd-quoteblock::before{
  content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background: rgba(55, 68, 86, 0.75);
}

.bd-quoteblock-content{
  position: relative;
    z-index: 11;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.bd-quoteblock-content img{
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 20px;
}

.bd-quoteblock-content p{
  font-style: italic;
}

.content-comment{
  margin-top: 4rem;
}

.content-comment-header h3{
  font-size: 24px;
  color: #374456;
  font-weight: bold;
  margin-bottom: 54px;
}

.comments-list{
  padding-bottom: 30px;
}

.comment-content-wrapper{
  padding: 30px 0;
  border-top: 1px solid #efefef;
}

.comments-wrapper > .comment:first-child .comment-content-wrapper{
  border-top: 0 none;
}

.gr-table {
  display: flex;
  width: 100%;
}

.comment .content-thumb {
    min-width: 120px;
    width: 120px;
    margin-right: 20px;
}

.comment .content-thumb a img{
  border-radius: 50%;
}

.comment .content-meta {
  margin-bottom: 5px;
  display: inline-block;
}

.comment .content-meta ul > li {
  float: left;
}

.comment .comment-author a {
  font-size: 14px;
  color: #aeb1b7;
  font-weight: lighter;
}

.gr-icon-left-text-style-5 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #374456;
  padding: 0 0 0 18px;
}


.comment .content-meta ul > li:last-child {
  margin-right: 0;
}

.comment .content {
  color: #374456;
  font-weight: lighter;
  margin-bottom: 13px;
}

.content-button a{
  color: var(--theme-color-1);
}

.comment-reply-wrapper .comment-content-wrapper {
  padding-top: 36px;
  padding-left: 120px;
}

.comment-respond{
  padding-top: 30px;
  border-top: 1px solid #efefef;
}

.comment-respond-wrapper{
  position: relative;
  margin-bottom: 25px;
}

.comment-respond-input{
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
}

.sidebar-widget{
  position: relative;
  margin-bottom: 30px;
}


.error-msg{
  display: none;
  transition: ease-out 0.3s;
  opacity: 0;
}
.error-msg-display{
  display: block;
  transition: ease-out 0.3s;
  opacity: 1;
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  left: 0px;
  margin: 0;
  line-height: 0;
  color: red;
}
.success-msg{
  display: none;
  transition: ease-out 0.3s;
}
.success-msg-display{
  position: absolute;
  display: block;
  transition: ease-out 0.3s;
  padding: 10px;
  background: #2e7dab;
  font-size: 14px;
  /* border-radius: 5px; */
  z-index: 10;
  top: 65px;
  left: 0;
color: #fff;
}

.subscribe-inner{
position: relative;
}

.subscribe-inner form{
position: relative;
}

.check-success-icon{
margin-right: 10px
}

.error-msg-contact{
  display: none;
  transition: ease-out 0.3s;
  opacity: 0;
}
.error-msg-contact-display{
  display: block;
  transition: ease-out 0.3s;
  opacity: 1;
  position: absolute;
  bottom: -8px;
  font-size: 10px;
  left:0;
  margin: 0;
  line-height: 0;
  color: red;
}
.success-msg-contact{
  display: none;
  transition: ease-out 0.3s;
}
.success-msg-contact-display{
  position: absolute;
  display: block;
  transition: ease-out 0.3s;
  padding: 10px;
  background: #001941;
  font-size: 14px;
  /* border-radius: 5px; */
  z-index: 10;
  bottom: -150px;
  left: 0;
  padding-left: 3px;
color: #fff;
width: 265px;
}

.check-success-icon{
  padding: 10px;
  margin-right: 10px;
color: #fff;
}
.success-msg p, .success-msg-display p{
  margin-bottom: 0;
}
.error-msg p, .error-msg-display p{
  margin-bottom: 0;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	/* opacity: 0.7; */
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate(-50%);
	background-color: #fff;
	display: inline-block;
}

/* ===================
counter css 
====================== */
.gallery {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.counter-area {
  position: relative;
  z-index: 1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 0;
  padding-bottom: 35px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  z-index: 1;
}

.counter-box::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  border-bottom: 3px solid #252930;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.counter-box:hover::before {
  border-color: #A15C9F;
}

.counter-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.counter-box .icon {
  font-size: 55px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background: #A15C9F;
  border: 5px solid #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  margin-top: -30px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounceIn 2s ease;
}

.counter-box .icon i {
  color: #fff;
  animation: pulse 2s infinite;
}

.counter-box .icon img {
  width: 50px;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: #101010;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  animation: fadeInUp 1.5s ease-in-out;
}

.counter-box .title {
  color: #A15C9F;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  animation: fadeIn 2s ease-in-out;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.otherexperts-inner-image {
  width: 100%;
  height: 639px; 
  overflow: hidden;
  border-radius: 10px;
}

.otherexperts-inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-bottom-image {
  width: 100%;
  height: 254px; 
  overflow: hidden;
  border-radius: 10px; 
}

.footer-bottom-image img {
  width: 100%;
  height: 403px;
  object-fit: cover;
}
/* contact */
/* Contact Form Container */
.get-in-touch .form-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Inputs and Labels */
.input-text,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.input-text:focus,
textarea:focus {
  border-color: purple;
  background: #fff;
}

.form-field {
  position: relative;
  margin-bottom: 20px;
}

label {
  position: absolute;
  top: -10px;
  left: 14px;
  background: white;
  color: purple;
  font-size: 13px;
  padding: 0 4px;
}

/* Submit Button */
.submit-btn {
  background: purple;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
}

.submit-btn:hover {
  background: #6a1b9a;
}

/* Image Styling */
.contact-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .contact-img {
    margin-top: 30px;
  }

  .get-in-touch .form-container {
    padding: 20px;
  }
}
/* ---------- CONTACT INFO STYLING ---------- */
.contact-info {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  font-size: 16px;
  color: #444;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-info li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #800080; /* Purple */
}

.contact-info li a {
  color: #800080;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info li a:hover {
  color: #4b004b;
  text-decoration: underline;
}

/* ---------- MAP SECTION STYLING ---------- */
.map-section {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.map-section iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ---------- IMAGE STYLING ---------- */
.contact-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* ---------- RESPONSIVE STYLING ---------- */
@media (max-width: 768px) {
  .contact-info {
    font-size: 15px;
  }

  .contact-img {
    margin-top: 20px;
  }

  .map-section {
    height: 300px;
  }
}

/* products */
.pro{
  background: #fff0f5;
  max-width: 1700px;
}
.product-section {
  padding: 40px 20px;
  max-width: 1400px;
  margin: auto;
  animation: fadeIn 1s ease-in-out;
}

.product-heading {
  color: #A15C9F;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  animation: slideDown 1s ease-out;
}

.product-intro {
  text-align: center;
  margin-bottom: 30px;
  animation: fadeInUp 1s ease-in;
  color: #5c5c5c;
}

/* Image Gallery */
.product-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  animation: fadeInUp 1s ease-in-out;
}
.product-gallery img {
  width: 100%;
  max-width: 277px;
  height: 500px;
  object-fit: cover;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}


.product-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}


.product-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-box {
  flex: 1 1 250px;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInBox 1.2s ease-in-out;
}

.product-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.product-box h3,
.product-box h4,
.product-box h5,
.product-box h6 {
  color: #A15C9F;
  font-size: 1.2rem;
  margin-bottom: 10px;
  border-bottom: 2px solid #e0aaff;
  padding-bottom: 5px;
  font-weight: bold;
}


.product-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product-box ul li {
  margin-bottom: 8px;
}

/* Animations */
@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInBox {
  from {
      opacity: 0;
      transform: scale(0.95);
  }

  to {
      opacity: 1;
      transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .product-heading {
      font-size: 2rem;
  }

  .product-box {
      flex: 1 1 100%;
  }

  .product-gallery img {
      max-width: 45%;
  }
}

@media (max-width: 480px) {
  .product-gallery img {
      max-width: 100%;
  }
}

/* salon services */
.salon-products-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  animation: fadeIn 1s ease-in-out;
}

.salon-products-heading {
  text-align: center;
  font-size: 1.8rem;
  color: #A15C9F;
  margin-bottom: 20px;
  font-weight: 700;
  animation: slideDown 0.8s ease-out;
}

.salon-products-intro {
  margin-bottom: 15px;
  color: #555;
  font-size: 1.1rem;
  animation: fadeInUp 1s ease-in;
}

.salon-products-block {
  margin-top: 40px;
}

.salon-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.salon-products-card {
  flex: 1 1 250px;
  background-color: #ffffff;
  border-left: 5px solid #090909;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInBox 1.2s ease-in-out;
}

.salon-products-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #A15C9F;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 14px;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.salon-products-card:hover .check-icon {
  background-color: #040404;
}

/* Image Gallery */
.salon-products-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  animation: fadeInUp 1s ease-in-out;
}

.salon-products-gallery img {
  width: 100%;
  max-width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.salon-products-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInBox {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
  .salon-products-heading {
    font-size: 1.2rem;
  }

  .salon-products-card {
    flex: 1 1 100%;
  }

  .salon-products-gallery img {
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .salon-products-intro {
    font-size: 1rem;
  }

  .salon-products-card {
    padding: 15px;
  }

  .salon-products-gallery img {
    max-width: 100%;
  }
}
