 .laser-skincare {
     padding: 50px 20px;
     background-color: #f9f9f9;
 }

 .laser-skincare .container {
     max-width: 1200px;
     margin: 0 auto;
 }

 .laser-skincare .intro-text h5 {
     text-align: center;
     font-size: 20px;
     line-height: 1.6;
     color: #000;
     margin-bottom: 40px;
 }

 .services-columns {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: space-between;
 }

 .services {
     flex: 1;
     min-width: 250px;
     list-style-type: disc;
     padding-left: 20px;
 }

 .services li {
     margin-bottom: 10px;
     font-size: 16px;
     line-height: 1.5;
     color: #333;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .services-columns {
         flex-direction: column;
     }

     .services {
         min-width: 100%;
     }
 }

 .side-social-icons {
     position: fixed;
     z-index: 500;
     top: 20%;
     display: flex;
     flex-direction: column;
     gap: 2px;
 }

 .side-social-icons a {
     line-height: 40px;
     color: #fff;
     float: left;
     width: 40px;
     text-align: center;
     display: inline-block;
     font-size: 12px;
     margin: 0px;
     background: #9457A4;
 }

 .side-social-icons a:hover {
     background: #9457A4;
 }

 .top-left {
     font-weight: 900;
 }

 .top-nav {
     padding-top: 3.75px;
 }

 .nav-manu {
     padding-top: 14.72px;
 }

 .cssload-thecube .cssload-cube:before {
     background-color: #9457A4;
 }

 .top-bar .social-icons a:hover {
     background: #9457A4;
 }

 header .navbar li.active a:before {
     background: #9457A4;
 }

 header .navbar li a:before {
     background: #9457A4;
 }

 .sub-bnr .breadcrumb {
     background: #9457A4;
 }

 .counters li i {
     border: 1px solid #9457A4;
     color: #9457A4;
 }

 .testimonial .owl-controls .owl-dots div.active {
     border: 2px solid #9457A4;
     background: #9457A4;
 }