/* marcellus-sc-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/marcellus-sc-v13-latin-regular.woff2') format('woff2'); 
  }

  /* dm-sans-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dm-sans-v15-latin-regular.woff2') format('woff2'); 
  }
  /* dm-sans-500 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/dm-sans-v15-latin-500.woff2') format('woff2'); 
  }
  /* dm-sans-600 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/dm-sans-v15-latin-600.woff2') format('woff2'); 
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Marcellus", serif; */
}

body {
    font-size: 16px;
    color: #333;
    font-family: "DM Sans", serif;
}
.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
p{
  font-family: "DM Sans", serif;
}
.sub-title{
  color: #0c3472; font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
  color: #000 ; font-family: "Marcellus", serif;
}
 p {
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  line-height:28px;
}
/* Top bar */
.top-bar {
  background-color: #003455;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
}

.top-bar .contact {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.top-bar .contact i {
    margin-right: 8px;
}

.top-bar .social-icons a {
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}

@media screen and (max-width:767.98px) {
  .banner-des h1{ 
    font-size: 24px !important;  line-height: 32px !important;
  }
  .banner-des p {
    font-size: 16px !important;

  }

  h2 {
    font-size: 26px ; line-height: 40px !important;
  }

}
/************banner css**********/
section.banner-sec {
  background: #E8F5FB;
  /* background-image: url(../images/banner.webp); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 100px 0px;
}
.banner-des h1 {
  color: #2D2D2D;
  font-size: 40px; margin-bottom: 16px !important;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.4px;
}
span.banner-ter {
  color: #13B7FF;
}
.banner-des p {
  font-size: 20px;
  font-weight: 400;
  color: #2D2D2D;
  padding-top: 10px;
  margin-bottom: 16px;
  line-height: 1.4;
}
a.appo-btn {
  font-size: 22px;
  background-color: #003455;
  border-radius: 100px 100px 100px 100px;
  padding: 12px 24px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  text-decoration: none;
  font-weight: 600;
}
.menu-sec a.btn.btn-secondary {
  background: #003455;
  border: none;
  padding: 12px 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/************form section css***********/
.appointment-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.appointment-form h2 {
  color: #003455;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4em;
}
.submit-btn {
  background-color: #2a6d63;
  color: #fff;
  border: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #236159;
}

.location-info {
  background-color: #003455;
  color: #fff;
  padding: 40px 25px;
  border-radius: 8px;
  text-align: center;
}

.location-info img {
  height: 180px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
  width: 65%;
}

.location-info h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.address i {
  color: #f5a623;
  margin-right: 8px;
}

.form-inner {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -115px;
  margin-bottom: 0px;
}
label.form-label {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.form-control {
  color: rgba(0, 0, 0, 0.72) ;
  padding-top: 8px !important;
  padding-bottom: 9px !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #003455 !important;
  border-radius: 0px !important;
}
.form-select {
  color: rgba(0, 0, 0, 0.72);
  padding-top: 8px !important;
  padding-bottom: 9px !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #003455 !important;
  border-radius: 0px !important;
}
button.btn.submit-btn.w-100 {
  padding: 10px 25px;
  margin-top: 20px;
  background: #003455;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.6px;
  font-weight: 600;
}
@media screen and (max-width:767.98px) {
	.appointment-form h2{
		font-size:24px !important;
	}
}
/***********before and after section css************/
.owl-prev {
  background: #fff;
  border-radius: 0%;
  font-size: 20px;
  color: #003455;
  padding: 0 6px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  top: 45% !important;
  position: absolute;
  left: -15px;
}
.owl-next {
  background: #fff;
  border-radius: 0%;
  font-size: 20px;
  color: #003455;
  padding: 0 6px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  top: 45% !important;
  position: absolute;
  right: -5px;
}
i.fa.fa-angle-left {
  line-height: 27px;
  font-weight: 900;
}
i.fa.fa-angle-right {
  line-height: 40px;
  font-weight: 900;
}

section.before-sec {
  padding: 60px 0px;
}
.before-btn {
  font-size:18px;
  background-color: #003455;
  border-radius: 100px 100px 100px 100px;
  padding: 12px 30px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  text-decoration: none;
  font-weight: 500; letter-spacing: 1px;
  border: navajowhite;
  margin-top: 10px;
}
.before-btn:hover{
  background: #014B7A !important;
}
.before-des h3 {
  font-size: 34px;
  font-weight: 500;
  padding-bottom: 0px;
  line-height: 40px;
}
p.address {
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}


/***********about section css*************/
.about-img {
  display: flex;
  gap: 25px;
}
.about-img img {
  height: 400px;
  width: 100%;
}
img.img-2 {
  margin-top: 90px;
}
section.about-sec {
  background: #E8F5FB;
  padding: 60px 0px;
}
.abou-des h2 {
  font-size: 34px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 48px;
}


/*******benefits section css**************/
/* .bene-sec .container {
  max-width: 800px;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
} */

.bene-sec h2 {
  text-align: center;
  color: #000;
  font-size: 2rem;
  margin-bottom: 20px;
  /* font-weight: bold; */
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: #E8F5FB;
  border-left: 5px solid #003455;
  border-radius: 8px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.feature {
  margin-top: 20px;
}

.feature-icon {
  font-size: 1.8rem;
  color: #003455;
  margin-top: 4px;
}

.feature-content {
  flex-grow: 1;
}

.feature-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.feature-desc {
  color: #555;
  font-size: 0.95rem;
  margin-top: 5px;
}
section.bene-sec {
  padding: 60px 0px;
}

/* Responsive Design */
@media (max-width: 600px) {
  .title {
    font-size: 1.5rem;
  }

  .feature-icon {
    font-size: 1.5rem;
  }
}

/************compares section css**************/
section.compare-sec img {
  width: 100%;
}
section.compare-sec {
  padding-top: 20px;
  padding-bottom: 60px;
}
blockquote {
  line-height: 1.56;
  padding: 20px 30px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 35px 0;
  color: #0d0d0d;
  font-style: italic;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
blockquote:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 29px;
  width: 30px;
  background-color: #ffffff;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  color: #0c3472;
  font-weight: 500;
  letter-spacing: 0.5px;
}
blockquote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: #003455;
  -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
}
.compare-des h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 0px;
  line-height: 42px;
}
.compare-des h5{
  font-size: 20px; color: #000;
}
/***********testimonial section css*************/
.revi-des h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.revi-des img {
  width: 250px;
  margin-top: 20px;
}
section.test-sec {
  padding: 60px 0px;
  background: #fff;
}
.bg-white1.p-3 {
  cursor: pointer;
  align-items: flex-start;
  padding: 12px 24px 32px;
  gap: 24px;
  position: relative;
  background: #E8F5FB;
  border-radius: 5px;
}
.vcgmbmain {
  padding: 0;
  flex-direction: column;
  display: flex;
}
.vcquote {
  position: absolute;
  right: 22px;
  top: 20px;
}
.hirequote {
  background-image: url(https://www.vcaretrichology.com/landing/hair-and-skin-sample/assets/image/icon.svg);
  min-width: 35px;
  width: 35px;
  height: 22px;
  background-position: inherit;
  position: absolute;
  right: 30px;
  top: 0;
  background-repeat: no-repeat;
}
.vcbottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  margin-top: 30px;
}
.vcgmbprofile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
.vcgmbprofile {
  width: 100% !important;
}
.ti-star {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 !important;
  margin-right: 1px !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.review_alpha_img {
  background: #13B7FF;
}
.review_alpha_img {
  margin-right: 15px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.vcprofileright {
  line-height: 30px;
}
.vcprofileright b {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .03em;
  margin: 0;
}
.vcprofileright b {
  color: #000;
  padding: 0;
}
.ti-stars {
  margin-bottom: 6px;
  margin-top: 15px;
  text-align: left;
}
.ti-star.f {
  background-image: url(https://www.vcaretrichology.com/landing/hair-and-skin-sample/assets/image/f.svg);
}
p.strt {
  margin-bottom: 0pc;
}
.vcgmbpara {
  padding-top: 10px;
  height: 130px;
}


/********why choose css**********/
.why-choose-us .why-choose-us {
  text-align: center;
  margin-top: 50px;
}

.why-choose-us .why-choose-us h2 {
  font-weight: 700;
}

.why-choose-us .feature {
  text-align: left;
  margin-top: 30px;
  background: #fff;
}
.why-choose-us .feature-icon {
  background-color: #1b6d5f;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  margin-right: 15px;
}

.why-choose-us .feature-title {
  font-weight: 600;
    font-size: 1.25rem;
    color: #000;
    padding-bottom: 5px;
}

.why-choose-us .feature-text {
  color: #555;
  font-size: 0.9rem;
  text-align: left;
}
.why-choose-us {
  padding: 60px 0px;
  background: #E8F5FB;
}
.why-choose-us h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 5px;
  line-height: 42px;
  text-align: center;
}
.why-choose-us p {
  text-align: center;
}

/*******************faq section css*****************/
.faq_section .accordion-item {
  border-radius: 5px!important;
  margin-bottom: 15px;
  padding: 0;
  color: #15233c!important;
  border-radius: 0!important;
  border-bottom: #777 1px solid!important;
  border: none
}

.faq_section .accordion .accordion-item .accordion-button {
  font-size: 19px;
  color: #444;
  background: #fff!important;
  font-weight: 500;
  border-radius: 10px
}

.faq_section .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff!important;
  color: #444;
  font-weight: 600;
  border: none;
  box-shadow: none!important
}

.accordion-button {
  background-color: #ffff!important
}

.accordion-body {
  padding: 1rem 1.25rem;
  padding-top: 0!important
}

.faq_section .accordion-button:focus {
  z-index: 3!important;
  border-color: #fff!important;
  outline: 0!important;
  box-shadow: none
}

section.faq_section {
  padding-bottom: 60px;
  background: #fff
}

h2.float_head {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: .5px;
  color: var(--primary);
}
section.foot_sec {
  padding: 30px 0;
  background: #13B7FF;
  color: #fff;
}
li.nav-item {
  padding: 0px 15px;
}

li.nav-item a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #212529;
  font-family: "DM Sans", serif;
}






/* Responsive */
@media (max-width: 768px) {


    .top-bar, header {
        padding: 10px;
    }
    section.banner-sec {
      /* background-image: url(../images/banner-mob.webp); */
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 35px 20px 60px 20px;
  }
  .before-des {
    padding-top: 30px;
}
.bene-sec h2 {
  text-align: center;
  color: #000;
  font-size: 27px;
}
section.bene-sec {
  padding: 30px 0px;
}
.compare-des {
  padding-top: 30px;
}
.why-choose-us {
  padding: 40px 0px;
  background: #E8F5FB;
}
section.test-sec {
  padding: 40px 0px;
  background: #fff;
}
.bg-white1.p-3 {
  margin-top: 30px;
}

}

.Waste-carousel .car_card{
    background: #f4f4f4;
}

.Waste-carousel .car_card .pro_img{
  margin-bottom: 16px;
}
.Waste-carousel .car_card h3{
  font-size: 20px; font-weight: 500; color: #000;
  padding: 0 10px;
}
.Waste-carousel .car_card p{
  font-size: 16px; padding: 0 10px; min-height: 100px;
}

.section{
  padding: 40px 0;
}
.section ul{
  list-style: none; padding: 8px 6px ;
}
.section ul li{
  padding: 6px 6px ; color: #000; font-size: 17px; font-weight: 400; 
  font-family: "DM Sans", serif;
}
.section ul li i{
  color: #003455; margin-right: 6px;
}
.Treatment-carousel .car_card{
  background: #f4f4f4;
}

.Treatment-carousel .car_card .pro_img{
  margin-bottom: 16px;
}
.Treatment-carousel .car_card h3{
  font-size: 20px; font-weight: 500; color: #000;
  padding: 0 10px;
}
.Treatment-carousel .car_card p{
  font-size: 16px; padding: 0 10px; min-height: 90px; max-height: auto;
}


.cta-sec{
  background: #003455; padding: 40px 0;
}
.cta-sec h2{
  color: #f4f4f4; margin-bottom: 20px;
}
.cta-sec h3{
  font-size: 22px; color: #f4f4f4; line-height: 36px; text-align: center;
}
.cta-sec .before-btn{
  background: #f4f4f4;  color: #003455; 
}

@media screen and (max-width:767px){
  .cta-sec h3{
    font-size: 17px;
  }

  .section{
    padding: 30px 0;
  }

}

.item_text{
  animation: key1 .3s ease infinite alternate;
 
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}