@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Acumin Variable Concept";
}


.btn-learnmore {
  background-color: #78b7d0;
  color: #000;
  padding: 10px 20px;
  border-radius: 0px;
  ;
}
.btn-learnmore:hover{background-color: #92e0ff !important;}

/*********Navigation************/
.top-header {
  background-color: transparent;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: 99;
}


a.navbar-brand img {
  max-width: 160px;
}

.navbar ul.navbar-nav li {
  padding: 0 10px;
}

.navbar ul.navbar-nav li a {
  font-size: 15px;
  color: #fff;
  font-family: "Inter Tight", system-ui;
}

.navbar ul.navbar-nav li a.nav-link.active {
  color: #78b7d0;
  font-weight: 500;
}

.navbar .right-menus {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  align-items: center;
  margin: 0;
}

.navbar .right-menus li {
  margin: 0px;
}

.navbar .right-menus li a {
  color: #fff !important;
  font-size: 15px;
  font-family: "Inter Tight", system-ui;
}

.navbar .right-menus li .btn-call {
  color: #fff !important;
  font-size: 15px;
  border-radius: 50px;
  outline: 0;
  border: none;
  padding: 5px;
}

.navbar .right-menus a.btn.btn-call i {
  border: 2px solid #78b7d0;
  padding: 10px;
  border-radius: 50px;
  color: #78b7d0;
}
.navbar .right-menus a.btn.btn-call i:hover{
background-color: #92e0ff !important;
 color: #000;
}
/**************** Banner Slider ************************/
#carouselPowell .carousel-caption {
  bottom: 0rem !important;
  top: 10rem;
}

.follow-social ul.follow-on {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
}

/*.follow-social {
  margin-top: 125px;
}*/

#carouselPowell .carousel-caption h2 {
  font-size: 42px;
  color: #78b7d0;
  font-weight: 900;
  text-align: center;
}

#carouselPowell .carousel-caption h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

#carouselPowell .carousel-caption p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 10px 0 5px;

}

#carouselPowell .carousel-caption a {
  text-decoration: none;
  color: #78b7d0;
  padding: 10px 15px;
  border-radius: 50px;
  float: left;
  font-size: 20px;
  border: 2px solid #78b7d0;
  margin: 10px;
}
#carouselPowell .carousel-caption a:hover{
background-color: #92e0ff !important;
 color: #000;
}

/*.banner{background-image: url(../images/banner-1.png); background-size: cover; background-repeat: no-repeat; height: 699px;}
.banner .banner-content { padding-top: 150px;}
.banner .banner-content h1{font-size:52px; color:#fff; font-weight:700;}
.banner .banner-content p{font-size:16px; color:#fff; line-height: 2.2}
.banner .banner-content a{background-color:#B84B4B; text-decoration:none; color:#fff; padding:12px 30px; border-radius:50px;}
*/
/*******Fueled by a Passion to Transform Lives********/
.fueled-passion .fueled-passion-content {
  text-align: center;
}

.fueled-passion .fueled-passion-content h2 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

.fueled-passion .fueled-passion-content h2 span {
  color: #78b7d0
}

/*****What Is Scalp Micropigentation?*******/

.scalp-micro {
  background-color: #141414;
	overflow:hidden;
}

.scalp-micro .scalp-micro-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

.scalp-micro .scalp-micro-content h2 span {
  color: #78b7d0;
}

.scalp-micro .scalp-micro-content p {
  color: #fff;
  font-size: 16px;
}

.scalp-micro .scalp-micro-img {
  position: relative;
  z-index: 11;
}

.scalp-micro .scalp-micro-one {
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.scalp-micro img.scalp-micro-right {
  position: absolute;
  bottom: 12px;
  rotate: 230deg;
  left: 140px;
  z-index: 9;
}

/******Who Can Receive This treatment?*******/
.this-treatment {
  background-color: #141414;
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.this-treatment .this-treatment-content {
  text-align: center;
}

.this-treatment .this-treatment-content h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.this-treatment .this-treatment-content h2 span {
  color: #78b7d0;
}

.this-treatment ul.this-treatment-list {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}

.this-treatment ul.this-treatment-list li {
  display: inline-block;
  width: 49%;
  text-align: left;
  margin: 10px auto;
  background-color: #3e3e3e;
  padding: 15px;
  border: 1px solid #747474;
}

.this-treatment ul.this-treatment-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.this-treatment ul.this-treatment-list li a i {
  color: #78b7d0;
  font-size: 20px;
  vertical-align: middle
}

/**select-method***/
.this-treatment .choose-scalp-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

.this-treatment .choose-scalp-content p {
  color: #fff;
  font-size: 16px;

}

.this-treatment .choose-scalp-img {
  position: relative;
  z-index: 9999;
}

.this-treatment img.scalp-micro-right {
  position: absolute;
  top: 290px;
  left: -90px;
  width: 340px;
  z-index: 999;
}


/**********round-natural-crisp ***************/
.round-natural .card {
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  min-height: 495px;

}

.round-natural .card h2 {
  font-size: 24px;
  font-weight: bold;
}

.round-natural .card .card-img {
  background-image: url(../images/scalp-micro-left.png);
  background-size: contain;
  background-repeat: no-repeat;
	min-height:150px;
}

.round-natural .card .card-img-top {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}

.round-natural .card h5 {
  color: #141414;
  font-size: 24px;
}

.round-natural .card-one:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 40px solid #e9e9e9;
  content: "";
  border-radius: 100%;
  left: -40%;
  top: -40%;
  z-index: -1
}

.round-natural .card-two:before {
  position: absolute;
  width: 475px;
  height: 475px;
  border: 40px solid #e9e9e9;
  content: "";
  border-radius: 48%;
  right: -18%;
  bottom: -30%;
  z-index: -1;
}

.round-natural .card-three:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 40px solid #e9e9e9;
  content: "";
  border-radius: 100%;
  left: -20%;
  top: -40%;
  z-index: -1
}


/************life-changing*************/

#life-changing {
  background-color: #141414;
}

#life-changing h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;

}

#life-changing h2 span {
  color: #78b7d0;
}

.star-group::before,
.star-group::after {
  display: inline-block;
  content: "";
  border-top: 2px solid #fff;
  width: 10rem;
  margin: 0 1rem;
  transform: translateY(-0.2rem);
}

.checked {
  color: orange;
}

#life-changing-slider p,
.life-changing p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0px;
}

#life-changing-slider .item {
  padding: 24px;
  /*  max-width: 840px;*/
  margin: 0 auto;
  text-align: center;
  min-height: 275px;
}




/***********Owl Carousel Nav arrow css************/

#life-changing-slider .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 42%;
  /*border: 2px solid #000;*/
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  outline: 0;
  background: #fff;
  color: #000;
  transition: all 0.3s;
  font-size: 20px;
  border-radius: 50px;
  line-height: 30px;
}

#life-changing-slider .owl-nav .owl-prev {
  position: absolute;
  left: 22px;
  top: 42%;
  /*border: 2px solid #000;*/
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  outline: 0;
  background: #fff;
  transition: all 0.3s;
  color: #000;
  font-size: 20px;
  border-radius: 50px;
  line-height: 30px;
}

#life-changing-slider .owl-nav .owl-prev:hover .fas,
#life-changing-slider .owl-nav .owl-next:hover .fas {
  color: #B84B4B;
}

#life-changing-slider .owl-nav .owl-prev .fas {
  font-size: 36px;
  color: #D1D1D1;
  padding: 0 !important;
}

#life-changing-slider .owl-nav .owl-next .fas {
  font-size: 36px;
  color: #D1D1D1;
  padding: 0 !important;
}

#life-changing-slider .owl-nav {
  margin-top: 30px;
}

/********WHY BUY FROM COLONIAL REDI RECORD!**********/
.let-connect {
  background-image: url(https://palmspringssmp.com/wp-content/uploads/2025/04/New-Project-6-1.webp);
  background-size: 48%;
  background-repeat: no-repeat;
  height: 600px;
}

.let-connect h2 {
  font-size: 48px;
  color: #000;
  text-align: left;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;

}

.let-connect h2 span {
  color: #78b7d0;
}

.let-connect .let-connect-content {

  padding-top: 100px;
}

.let-connect .let-connect-content i {
  font-size: 36px;
  vertical-align: middle;
  color: #78b7d0;
}

.let-connect .let-connect-content p {
  font-size: 18px;
}

/*****Google Review*****/

.google-review .contact-review img {
  width: 40px;
  height: 40px;
}

.google-review .contact-review {
  margin: 0 auto;
  text-align: center;
  background: #444444;
  padding: 15px;
  position: relative;
}

.google-review .contact-review a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.google-review .contact-review::before {
  content: '';
  position: absolute;
  top: -34%;
  left: 50%;
  border-bottom: 24px solid #444;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

/*****palmspringssm*******/

.palmspringssm{overflow:hidden;}
.palmspringssm .palmspringssm-content h2 {
  color: #141414;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

.palmspringssm .palmspringssm-content h2 span {
  color: #78b7d0;
}

.palmspringssm .palmspringssm-content p {
  color: #141414;
  font-size: 16px;
}

.palmspringssm .palmspringssm-img {
  position: relative;
  z-index: 11;
}

.palmspringssm .palmspringssm-one {
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.palmspringssm img.scalp-micro-right {
  position: absolute;
  bottom: 12px;
  left: 140px;
  z-index: 9;
}


/************CopyRight **********/

.footer .book-appointment {
  background: #78b7d0;
  padding: 10px 20px;
  text-align: center;
}
.footer .book-appointment:hover{ 
background: #92e0ff;
}

.footer .book-appointment a {
  color: #141414;
  font-size: 22px;
  text-decoration: none
}

ul.footer-social {
  display: flex;
  justify-content: center;
  list-style: none;
}

.footer ul.footer-social li {
  margin: 0 15px;
  font-size: 20px;
  color: #141414;

}

.footer ul.footer-social li a {
  color: #141414;
  border: 1px solid #141414;
  padding: 10px 15PX;
  border-radius: 100%;
}

.footer-about p {
  color: #141414;
  font-size: 16px;
  padding: 20px 20px 20px 0
}

.footer .footer-links h2 {
  font-size: 18px;
  color: #141414;
}

#footer ul.footer-menus {
  padding: 0
}

#footer ul.footer-menus li i {
  color: #78b7d0;
  font-size: 20px;
  vertical-align: middle;
}

#footer ul.footer-menus li {
  list-style: none;
  line-height: 2.2;
  color: #141414;
  text-decoration: none;
  font-size: 16px;
}

#footer ul.footer-menus li a {
  color: #141414;
  text-decoration: none;
  font-size: 16px;
}

#footer .border-start {
  border-color: #78b7d0 !important;
}

.copyright {
  border-top: 1px solid #ddd
}

.copyright p,
.copyright p a {
  color: #141414;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
}


/*****Responsive*******/
@media screen and (max-width: 1399px) and (min-width: 1200px) {
a.navbar-brand img { max-width: 120px !important;}
.navbar ul.navbar-nav li {padding: 0 9px !important;}
#carouselPowell .carousel-caption { bottom: 0rem !important; top: 10rem;}
.follow-social { margin-top: 20px !important;}
#carouselPowell .carousel-caption h2 { font-size: 42px !important;}
.navbar ul.navbar-nav li a{font-size: 14px !important;}
.menu-item-has-children::before { right: -4px; top: 4px;}
  
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
.footer .book-appointment a{font-size: 18px;}
.footer ul.footer-social li {
    margin: 0 6px !important;
    font-size: 16px !important;
    color: #141414;}
}


@media only screen and (max-width: 1199px) {
  #carouselPowell .carousel-caption {
  bottom: 0rem !important;
  top: 15rem;
}
#carouselPowell .carousel-caption h2 { font-size: 34px;}
#carouselPowell .carousel-caption p{line-height: 1.8}
  .follow-social { margin-top: 15px;}
  .follow-social h3 {  font-size: 16px;}
  #carouselPowell .carousel-caption a { 
  padding: 5px 8px;
  border-radius: 50px;
  float: left;
  font-size: 12px;}
  .top-header{top:5px;}
  button.navbar-toggler { background: #fff;}
.navbar ul.navbar-nav li a{color: #000 !important;}
.navbar .navbar-collapse{background: #fff;}
.navbar .right-menus{justify-content: start; padding: 0;}
.navbar .right-menus li .btn-call { color: #86b7fe !important;}
    .scalp-micro .scalp-micro-content h2, .this-treatment .choose-scalp-content h2{font-size: 44px;}
    .let-connect .let-connect-content{padding-top: 10px;}
    .let-connect{height: 450px;}
    .palmspringssm .palmspringssm-content h2{font-size: 36px;}
    .round-natural .card-two:before{bottom: -10%;}
    .round-natural .card{min-height: 560px;}
    .navbar ul.navbar-nav li{border-bottom: 1px solid #afafaf;}
    .menu-item-has-children::before { right: 18px !important; top: 5px !important; color: #000000 !important;}
}


@media only screen and (min-width: 992px) {
  .let-connect img{display: none;}
}
@media only screen and (max-width: 991px) {
.scalp-micro-content, .palmspringssm-content{margin-bottom: 30px;}
.this-treatment img.scalp-micro-right{top:350px;}
.choose-scalp-content{margin-top: 30px;}
    .round-natural .card { min-height: 490px; padding:10px 0; }
    .round-natural .card h2{min-height: 60px;}
    .let-connect{background-image: none; height: auto !important;}
    ul.footer-social {  display: flex;
    justify-content: start;
    list-style: none;
    padding: 0;
}
.book-appointment { margin: 20px 0;}
   
}
@media only screen and (max-width: 767px) {
  .top-header{position: relative; background: #000;}
  .this-treatment ul.this-treatment-list li{width: 100%;}
  .this-treatment img.scalp-micro-right{z-index: -1;}
  .round-natural .card {
        min-height: 350px;
        padding: 10px 0;
        margin-bottom: 25px; }
    .round-natural .card .card-img{background-size: cover;}  
     #carouselPowell .carousel-caption { bottom: 0rem !important;  top: 6rem !important; }
     .follow-social { margin-top: 5px;  display: flex;  justify-content: center; align-items: center; }
     #carouselPowell .carousel-caption a.btn.btn-learnmore{margin-top: -10px;}
}

@media only screen and (max-width: 660px) {

#carouselPowell .carousel .carousel-item {height: 600px;}
#carouselPowell .carousel-item img { position: absolute; object-fit: cover;  top: 0; left: 0; min-height: 600px;}
.follow-social{display: block !important;}
#carouselPowell .carousel-caption h2 { font-size: 20px; }
.star-group::before, .star-group::after{width: 4rem;}
}
@media only screen and (max-width: 479px) {

  .scalp-micro .scalp-micro-content h2, .this-treatment .choose-scalp-content h2,
   .fueled-passion .fueled-passion-content h2, .this-treatment .this-treatment-content h2, #life-changing h2, 
   .let-connect h2, .palmspringssm .palmspringssm-content h2 {font-size: 32px;}
   ul.footer-social { flex-wrap: wrap;}
.footer ul.footer-social li {margin: 15px;}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
.form-section form.wpcf7-form label {min-height: 50px}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.follow-social { margin-top: 15px;  display: flex;  justify-content: center; align-items: center; }

      #carouselPowell .carousel-caption{left:2% !important; right: 2% !important;}  
          #carouselPowell .carousel-caption h2 {  font-size: 26px; }
          #carouselPowell .carousel-caption p { line-height: 1.5; padding:0px; }
          #carouselPowell .carousel-caption a.btn.btn-learnmore{margin-top: -10px;}
}


.carousel .carousel-item {
  height: 600px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 600px;
}

/* 04-10-2024  added by sudhanshu*/
.round-natural .card h2{
  text-transform: uppercase;
}
.img_big {
  transform: translate(-40px, 8px);
}
.new_img_box .img_big img {
  width: 150px;
  height: auto;
  border-radius: 50%;
  position: relative;
}

.img_small img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  left: 50%;
  border: 5px solid white;
  position: absolute;
  top: 27%;
}

.cost-estimates .elementor-widget-container img {
    min-height: 360px;
    object-fit: cover;
}