@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");

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  position: relative;
  overflow-x: hidden;
}
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}

p,
li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222;
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
#header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-top li {
  display: inline-block;
  padding-right: 20px;
}

.header-top-wrap {
  border-bottom: 1px solid #e4f1fb;
  padding: 14px 0;
}
.header-cont-info {
  text-align: right;
  margin-top: 0px;
}
.header-cont-info ul {
  display: inline-flex;
}
.header-cont-info ul li {
  margin-right: 20px;
}

.header-cont-info ul li a.appbutton {
  margin-top: 0px;
  font-size: 16px;
}

.header-cont-info li i {
  color: #fff;
  padding-right: 7px;
}

.header-social li a {
  border: 1px solid #faae7b;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 4px;
  color: #faae7b;
  font-size: 15px;
  padding-top: 10px;
}

.header-social li a:hover {
  background-color: #faae7b;
  color: #fff;
}

.header-social li {
  padding: 0 5px;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #faae7b;
}

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

.mainmenu {
  background: #fff;
  padding: 10px 0px;
}

.mainmenu.sticky {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  padding: 10px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/

#hero-area {
  background-image: url(../images/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  background-position: right;
}

.d-table {
  width: 100%;
  height: 100%;
}
.ban_form {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.69);
}
.ban_form img {
  border-radius: 20px;
}
.ban_form h3 {
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #336699;
}
.ban_form form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 60px;
  color: #000;
}
.ban_form form select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 60px;
  color: #000;
}
.ban_form form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 20px;
}
.ban_form form button {
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 500;
  background: #902c8f;
  border: none;
  margin-top: 20px;
  outline: none;
}
.lefthero p {
  font-size: 15px;
  color: #fff;
  width: 60%;
  line-height: 25px;
}
.logo img {
  height: 60px;
}
.header-cont-info a {
  display: inline-block;
  color: #fff;
  padding: 11px 25px;
  border-radius: 4px;
  font-weight: 400;
  background: #e6b0a8;
}
.mobileview23 {
  display: none;
}
.lefthero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 118.4%;
  padding: 40px 0px;
  width: 422px;
  color: #fff;
}
.lefthero h1 span {
  color: #7c7c7c;
}
.leftbtn a {
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.lefthero {
  margin-left: 60px;
}
.headingfeat {
  width: 60%;
  position: relative;
  left: 7%;
}
.headingfeat:before {
  position: absolute;
  content: "";
  background-color: #9e9e9e;
  height: 85px;
  width: 1px;
  left: -23px;
  top: 10px;
}
.headingfeat h4 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #4f378c;
  letter-spacing: 0.13em;
  position: relative;
}
.headingfeat.getstarted3 h4 {
  color: #fff;
}
.headingfeat.getstarted3 h2 {
  color: #f4ab6c;
}
.headingfeat h2 {
  font-family: "Poppins", sans-serif;
  line-height: 118.4%;
  color: #1a1a1a;
  font-size: 35px;
  position: relative;
}
.headingfeat h4:before {
  position: absolute;
  content: "";
  background-color: #f9a86f;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: -25px;
  top: 5px;
}
.headingfeat.homeaboutus1:before {
  display: none;
}
.headingfeat.homeaboutus1 h4:before {
  display: none;
}
.headingfeat h2:before {
  position: absolute;
  content: "";
  background-color: #f9a86f;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: -26px;
  bottom: 11px;
}
.backcolor {
  background: #f6f6f6;
  padding-bottom: 60px;
}
.featured {
  padding: 50px 0px;
  background: #f7c2b461;
  margin-top: 40px;
}
.featuredslider {
  background: #fff;
  border: 0.752137px solid #d8d8d8;
  border-radius: 9.77778px;
  padding: 5px;
  padding-bottom: 20px;
  margin-right: 20px;
  margin-top: 40px;
}
.featuredslider h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 155.9%;
  font-weight: 400;
  margin-top: 10px;
  padding: 0px 19px;
  text-align: center;
}
.featuredslider p {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
  padding: 0px 19px;
}
.pop_box.pop_box_testi {
  position: relative;
}
.pop_box.pop_box_testi a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 30px;
}
#patners {
  margin-top: 50px;
  margin-bottom: 50px;
}
#patners h2 {
  color: #902c8f;
  margin-bottom: 20px;
}
#videotes h2 {
  color: #902c8f;
  margin-bottom: 20px;
}
.beforeafter .owl-nav {
  display: flex;
  right: 30px;
  position: absolute;
  top: -80px;
}
.beforeafter .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #e4bbbb;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}

.address-carousel .owl-nav {
  display: flex;
  right: 30px;
  position: absolute;
  top: -60px;
}
.address-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #e4bbbb;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
.slider .owl-nav {
  display: flex;
  right: 30px;
  position: absolute;
  top: -53px;
}
.slider .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #902c8f;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
.homeaboutus {
  padding-top: 50px;
}
.dervc23ews {
  text-align: center;
  border: 2px solid #336699;
  border-radius: 30px;
  overflow: hidden;
}
.dervc23ews h4 {
  margin-top: 15px;
  color: #902c8f;
  font-size: 20px;
}
.headingfeat.homeaboutus1 {
  width: 100%;
  left: 0;
}
.aboutus1 h2 {
  color: #902c8f;
}

.aboutbtn a {
  background: #4f378c;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  border-radius: 5px;
}
.whychooseus2 img {
  height: 50px;
}
.leftget {
  background: linear-gradient(181deg, #50378d, #50378d61);
  border-radius: 10px;
  padding: 30px 30px 0px 30px;
}
.getstarted {
  background: linear-gradient(180deg, #f6f6f6 60%, #f0f0f0 60%);
  padding-top: 40px;
  padding-bottom: 60px;
}
.getstarted .container {
  max-width: 1000px;
}
.getstarted2 {
  background: #fff;
  border-radius: 10px;
}
.headingfeat.getstarted3 {
  width: 100%;
}
.headingfeat.getstarted3 h2 {
  font-size: 30px;
}
.stats img {
  height: 60px;
}
.counting {
  font-size: 28px;
  position: relative;
}
sup {
  top: -30px;
  left: 47px;
  font-size: 20px;
  font-weight: 900;
}
.featured h4 {
  color: #336699;
}
.stats {
  text-align: center;
}
.stats p {
  line-height: 20px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.partner-item {
  background: #f4f9fd;
  padding: 30px;
  position: relative;
}
.partner-item:hover:after,
.partner-item:hover:before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}
.partner-item:before {
  left: 0;
  top: 0;
  border-left: 3px solid #902c8f;
  border-top: 3px solid #902c8f;
}
.partner-item:after,
.partner-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner-item:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #902c8f;
  border-bottom: 3px solid #902c8f;
}
.testiimgs img {
  height: 60px;
  border: 2px solid #902c8f;
  width: 60px !important;
  border-radius: 50%;
}
/*.headingfeat.getstarted3 h2:before {background-color: #4F378C;}
.headingfeat.getstarted3 h4:before {background-color: #4F378C;}*/
.testinaws h6 {
  color: #902c8f;
  font-style: italic;
}
.headingfeat.getstarted3:before {
  background-color: #ffffff70;
  height: 73px;
}
.righttget {
  padding: 30px;
  padding-bottom: 0px;
}
.testinaws {
  text-align: center;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 20px;
  background-color: #fff;
}
.testiimgs {
  text-align: center;
  margin: auto;
  justify-content: center;
  display: flex;
}
.righttget label.form-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
.righttget .form-control {
  font-size: 14px !important;
  background: #fafafa !important;
}
.righttget .form-select {
  font-size: 14px !important;
  background-color: #fafafa !important;
  font-weight: 700 !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.righttget button.formbtn {
  font-family: "Poppins", sans-serif;
  background: #4f378c;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.enquirybg p {
  font-weight: 800;
  font-size: 53px;
  line-height: 64px;
  text-transform: capitalize;
  color: #fff;
}
.enquirybg {
  background-position: center;
  height: 300px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
}
.enquirybtn {
  margin-top: 50px;
}
.enquirybtn a {
  background: #f9a86f;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}
.forfaculty {
  margin-top: 80px;
  padding-bottom: 40px;
}
.forfaculty .container {
  max-width: 1000px;
}
.rightfaculty ul {
  list-style: none;
  padding: 0;
}
.rightfaculty ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
}
.rightfaculty p {
  margin-bottom: 30px;
}
.leftfaculty img {
  border-radius: 20px;
}
.whotrain1 h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 155.9%;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #4f378c;
}
.whotrain1 h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 118.4%;
  text-align: center;
  color: #1a1a1a;
}
.whotrain {
  padding-top: 80px;
  background: #f0f0f0;
}
.whotrain1 {
  margin-bottom: 30px;
}
.centeraling {
  display: flex;
  align-items: center;
}
.rightwhotrain img {
  border-radius: 20px;
  position: relative;
  top: 50px;
}
.rigthfooter h4 {
  color: #e6b0a8;
  font-family: "Poppins", sans-serif;
}
.whychooseus {
  background: #1a1a1a;
  padding-top: 120px;
  padding-bottom: 100px;
}
.whotrain1.whychooseus1 {
  margin-bottom: 30px;
}
.whychooseus2 {
  position: relative;
}
.righthomeaboutus img {
  border-radius: 50%;
}
.whychooseus2 h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 155.9%;
  color: #ffffff;
  margin-top: 30px;
}
.whychooseus2 p {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
}
.whotrain1.whychooseus1 h4 {
  color: #f9a86f;
}
.whotrain1.whychooseus1 h2 {
  color: #fff;
}
.whychooseus .container {
  max-width: 1000px;
  border-bottom: 1px solid #323232;
  padding-bottom: 30px;
}

.footer {
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  background-position: left;
  margin-top: 40px;
}
.footerlogo img {
  margin-top: -16px;
  height: 120px;
}
.footer1 ul {
  list-style: none;
  padding: 0;
}
.footer1 ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 368.4%;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer1 ul li a:hover {
  color: #fff;
}
.footer hr {
  color: #fff;
}
.lastp {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
}
.footer-inbox {
  position: relative;
}
.footer-inbox input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: #252525;
  border-radius: 8px;
  padding: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.footer-inbox button {
  position: absolute;
  color: #fff;
  background: #f9a86f;
  border: 0;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.99px;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  height: 50px;
  width: 50px;
}
.footer-inbox button i {
  font-size: 30px;
}
.rigthfooter h2 {
  font-weight: 400;
  font-size: 22.5px;
  line-height: 135.1%;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6);
}
.rigthfooter ul {
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}
.rigthfooter ul li a i {
  color: #e6b0a8;
  margin-right: 15px;
}
.rigthfooter ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 40px !important;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  line-height: 30px;
}
ul.footerlast1 {
  list-style: none;
  display: flex;
  padding: 0px;
  float: right;
}
.footerlast {
  background: rgb(20 20 20);
}
.footerlast .container {
  max-width: 1000px;
}
.footerlast p {
  font-weight: 600;
  font-size: 11.7px;
  line-height: 16px;
  text-transform: capitalize;
  color: #4e4e4e;
  margin-top: 13px;
}
.footerlast1 li {
  margin-right: 20px;
}
.footerlast1 li a {
  background: #282828;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.row.bordertop21 {
  border-top: 2px solid #50378d;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.bordertop212 {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../images/18MAY20231.png");
  height: 40px;
  width: 50px;
  background-repeat: no-repeat;
}
p.mar43 {
  margin-top: 10px;
}
#aboutus {
  padding: 50px 0px;
}
#aboutus h2 {
  text-align: center;
  color: #fff;
}
.aboutus2 img {
  border-radius: 20px 20px 0px 0px;
}
.leftwhotrain ul li {
  color: #000;
}
.leftwhotrain ul {
  list-style: disc;
  padding-left: 20px;
}
.docwhychoose4 {
  float: left;
  background: #303252;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
}
.docwhychoose2 {
  margin-left: 100px;
}
.docwhychoose3 {
  margin-bottom: 20px;
}
#docwhychoose h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
#docwhychoose h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  background: #303252;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 45px;
}
.docwhychoose1 img {
  border-radius: 20px;
}
section.why-choose {
  background-color: #902c8f;
  padding: 50px 0;
}
.sec_middle_title {
  text-align: center;
  max-width: 1040px;
  margin: auto;
  padding-bottom: 20px;
}
.sec_middle_title h4 {
  color: white;
}
.why-box .sm-heading {
  color: #111111;
  font-size: 18px;
}
.why-choose .sm-heading {
  text-align: center;
}
.why-box .gradient-strip {
  width: 80px;
  height: 4px;
  margin-top: 5px;
}
.why-box {
  /*width: 31%;*/
  background: #ffffff;
  padding: 15px 7px;
  text-align: center;
  border: 1px solid #f5e4cb;
  margin: 12px;
}
.newcontent h1 {
  font-size: 30px;
  margin-top: 0px;
  color: #000;
  font-weight: 600;
  line-height: 40px;
}
.newcontent h1 span {
  color: #a7c939;
}
.newcontent h2 {
  color: #e6b0a8;
  font-weight: 500;
  font-size: 20px;
}

.newcontent h3,
.newcontent h4 {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}
/*.newcontent h3:before { content: ''; position: absolute; background: #fff; height: 2px; width: 230px; top: 30px; }*/
.newcontent h4 {
  margin-top: 20px;
}
.newcontent ul li {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.newcontent ul li i {
  color: #fff;
}
.services-area {
  margin: 40px 0px;
}
.cou12ter2 {
  text-align: center;
  border-right: 2px solid #336699;
}
.cou12ter2 h3 {
  color: #912d8e;
  font-weight: 600;
}
.cou12ter2 h6 {
  font-size: 20px;
  font-weight: 600;
}
.cou12ter21 {
  border: none;
}
.aboutus2 {
  background: #336699;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.aboutus2 h3 {
  text-align: center;
  color: #902c8f;
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
}
.aboutus2 li {
  margin-bottom: 5px;
}
.aboutus2 ul li i {
  color: #912d8e;
}
.hero1bt3n {
  margin-top: 30px;
}
.hero1bt3n a {
  background: #fff;
  border: 1px solid #000;
  padding: 10px 15px;
  border-radius: 40px;
  color: #e6b0a8;
  font-weight: 500;
  letter-spacing: 1px;
}

#aboutus {
  background: linear-gradient(
      to bottom,
      rgb(0 0 0 / 80%) 0%,
      rgb(0 0 0 / 67%) 59%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url(../images/2149260056.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center;
}

#patners .accordion-button {
  color: #fff;
  background-color: #336699;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 30px;
}
.accordion-button:not(.collapsed)::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
}
.accordion-button::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none !important;
}
.aboutrught img {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px;
}
.mobile12view23 {
  display: none;
}

.cent12erban img {
  border: 2px solid #336699;
  padding: 10px;
}
.ban12btn {
  margin-top: 40px;
}
.ban12btn a {
  background: #336699;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
.usp-card {
  box-shadow: 0px 0px 10px 0px rgba(247, 194, 180, 0.75);
  padding: 20px;
  border-radius: 10px 0px;
  height: 140px;
}
.usp-card i {
  color: #f8cbba;
  font-size: 35px;
  margin-bottom: 10px;
}
.usp-card p {
  line-height: 20px;
  color: #336699;
}
.usp-card p {
  line-height: 20px;
  color: #336699;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.h2heading h2,
.mainheading h2 {
  color: #e6b0a8;
  font-weight: 600;
  text-align: center;
}
.h2heading p {
  text-align: center;
}
.h2heading h2 span,
.mainheading h2 span {
  color: #000;
}
.why12codes {
  text-align: center;
}
.why12codes img {
  border-radius: 50%;
}
.why12codes {
  text-align: center;
  background: #99cccc;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.why12codes h5 {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
}
.featured ul li i {
  color: #336699;
}
.abit12aa {
  background: #99cccc;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  height: 290px;
}
.abit12aa p {
  padding: 0px;
  margin: 0px;
  line-height: 25px;
  text-align: left;
}
#whychooseus {
  margin-top: 50px;
}
.count-img {
  border: 2px solid #fce8e2;
  padding: 15px;
  border-radius: 10px;
  height: 180px;
}
.beforeafter {
  margin-top: 40px;
}
.writeene2 {
  height: 60px;
  width: 60px;
  display: block;
  background: #e2e2e2;
  border-radius: 50px;
  border: 4px solid #b79f9f;
  text-align: center;
  line-height: 50px;
  font-size: 27px;
  color: #000;
  font-weight: 600;
  margin-right: 12px;
  float: left;
}
.writeene3 h4 {
  font-size: 26px;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
}
.writeene3 h5 {
  font-size: 15px;
  color: #fff;
  margin: 0;
}
.writeene1 {
  background: #e4bbbb;
  color: #fff;
  padding: 30px;
  transition: all 0.5s ease-out;
}
.writeene3 ul {
  list-style: none;
  display: flex;
  padding: 0px;
}
.writeene3 ul li {
  margin-right: 5px;
}
.writeene3 ul li i {
  color: gold;
}
.writeene4 {
  float: right;
  margin-top: -50px;
}
.writeene1 p {
  height: 150px;
  overflow: auto;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
}
.writeene1 p::-webkit-scrollbar {
  width: 5px !important;
}
.writeene1 p::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 20px;
}
.writeene1 p::-webkit-scrollbar-thumb {
  background: #ddd !important;
  border-radius: 20px;
}
.writeene1 p::-webkit-scrollbar-thumb:hover {
  background: #ddd !important;
}
.writeene1 h6 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.writeene {
  padding: 50px 0px;
}
.writeene4 img {
  height: 30px;
}
#testimnone {
  margin-top: 50px;
}

#cente12r1 {
  margin-top: 50px;
}
#featured-snippet table {
  text-align: center;
  margin-top: 20px;
}
#featured-snippet table p {
  margin: 0px;
}
#featured-snippet table td {
  border: 1px solid #336699;
  text-align: center;
  vertical-align: middle;
}
.testimnone2 {
  background: #336699;
  box-shadow: 0px 0px 4px 0px;
  border-radius: 20px;
  padding: 30px;
}
.testimnone2 h4 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.testimnone2 ul {
  display: flex;
  margin: 10px 0px;
}
.testimnone2 ul li i {
  color: gold;
}
.testimnone2 p {
  color: #fff;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: flex;
  margin: auto;
  justify-content: center;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  padding: 0 5px;
  margin: 5px 2px;
  border: none;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  background: #e6b0a8;
  bottom: 0px;
  display: block;
  border-radius: 50%;
}
.owl-dot.active span {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
.how12wor {
  background: #336699;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}
.how12wor2 p {
  margin: 0px;
}
.how12wor1 {
  background: #fff;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  width: 80px;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  margin-top: -50px;
  border: 2px solid #336699;
}
.how12wor2 h4,
.how12wor2 p {
  color: #fff;
}
.how12wor2 h4 {
  margin-top: 20px;
  font-size: 20px;
}
.how12wor2 p {
  line-height: 22px;
  font-size: 16px;
}
#se1a2r3ch {
  margin-top: 50px;
}
.se1a2r3ch3 {
  text-align: center;
  margin-top: 30px;
}
.se1a2r3ch3 a {
  background: #336699;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
.se1a2r3ch2 {
  text-align: center;
}
.se1a2r3ch2 h4 {
  color: #336699;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.se1a2r3ch2 h6 {
  margin-top: 40px;
}
#sta123te12 {
  margin-top: 50px;
}
#sta123te12 .accordion {
  margin-top: 20px;
}
#sta123te12 .accordion-button {
  color: #fff;
  background-color: #e6b0a8;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.accordion-body p {
  text-align: left;
}
.rigthfooter p {
  color: #fff;
}
.re12tails {
  background: #99cccc;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.re12tails img {
  height: 50px;
  margin-bottom: 10px;
}
.re12tails h5 {
  font-size: 17px;
}
#our12team {
  margin-top: 40px;
}
.our12team1 {
  border: 1px solid #336699;
  padding: 20px;
  text-align: center;
  height: 460px;
}
.our12team1 h4 {
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
.our12team1 h5 {
  color: #336699;
  font-size: 18px;
}
.product-carousel {
  margin-top: 30px;
}
.abit12aa h4 {
  color: #336699;
}
.abit12aa.abit12aa3 {
  height: 340px;
}
.abit12aa h5 {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.gr1a2p3h1 {
  border: 1px solid #336698;
  padding: 10px;
}
#gr1a2p3h {
  margin-top: 40px;
}

#aboutdoc {
  background: aliceblue;
  padding: 50px 0px;
}
.aboutdoc1 h4 {
  text-transform: uppercase;
  color: #e6b0a8;
  font-size: 45px;
}
.aboutdoc1 h2 {
  font-size: 25px;
  line-height: 35px;
}
.aboutdoc1 h3 {
  font-size: 21px;
  line-height: 31px;
  color: #e6b0a8;
}
.aboutdoc2 {
  position: relative;
  border: 1px solid #1d5d97;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}
.aboutdoc2 h4 {
  color: #1d5d97;
}
.aboutdoc4 img {
  width: 100%;
  border-radius: 20px;
}
.aboutdoc3 img {
  width: 40%;
  position: absolute;
  top: 350px;
  right: 60px;
  border-radius: 20px;
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.69);
}
.aboutdoc2 p {
  line-height: 23px;
  margin-top: 10px;
}
.vitibtn a {
  background: #e6b0a8;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
}
#why1ch3oose {
  margin-top: 50px;
}
.mainheading {
  text-align: center;
}

.why1ch3oose1 {
  background: azure;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
}
.why1ch3oose1 p {
  margin: 0px;
  line-height: 24px;
}
.why1ch3oose1 h5 {
  color: #e6b0a8;
}
#ser1vi3ces {
  background: aliceblue;
  padding: 50px 0px;
  margin-top: 50px;
}
.ser1vi3ces1 {
  border: 1px solid #e6b0a8;
  padding: 15px;
  border-radius: 15px;
}
.serviqwce p {
  font-size: 15px;
  line-height: 23px;
}
.address-carousel {
  margin-top: 0px;
}

.suite {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
.suite p,
.ourgalweler p {
  margin: 0px;
  line-height: 23px;
}
.ourgalweler {
  text-align: center;
  border: 1px solid #000;
  height: 300px;
}

section#testi {
  background: aliceblue;
  padding: 50px 0px;
}
.testimonial-bg {
  background-color: #fff;
  border: 3px solid #e6b0a8;
  font-family: "Raleway", sans-serif;
  padding: 35px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.testimonial-bg:before {
  content: "\f10d";
  font-family: "fontawesome";
  width: 65px;
  height: 65px;
  border: 3px solid #e6b0a8;
  line-height: 65px;
  background: #fff;
  text-align: center;
  font-size: 40px;
  color: #3c414c;
  position: absolute;
  top: -30px;
  left: 2%;
}

.testimonial {
  padding: 0 15px;
}
.testimonial .description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.testimonial .title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #e6b0a8;
  text-transform: capitalize;
  margin: 0;
}
.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #e6b0a8;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-bottom: 1px solid #e6b0a8;
  border-right: 1px solid #e6b0a8;
  transform: translateX(-50%) rotate(45deg);
}

.herobtn {
  margin-top: 30px;
}
.herobtn a {
  background: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  color: #e6b0a8;
  font-weight: 600;
  border: 1px solid #e6b0a8;
}
#formsub {
  background: #e6b0a8;
  padding: 30px 0px;
}
#formsub input {
  border-radius: 10px;
  border: none;
  height: 40px;
  padding: 10px;
  width: 100%;
}
#formsub button {
  border: 1px solid #fff;
  background: #e6b0a8;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
}
#formsub form {
  margin: 0;
}
.suite {
  border: 1px solid #e6b0a8;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}
.suite h4 {
  color: #000;
  text-align: center;
  font-size: 18px;
}
.suite p {
  text-align: left;
}
a.popup-youtube {
  position: relative;
}
.play_icon i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #e60f0f;
  font-size: 40px;
}
.t1e2a3m {
  text-align: center;
  border: 1px solid #1f5b98;
  padding: 10px;
  height: 460px;
}
.t1e2a3m h5 {
  margin-top: 10px;
  color: #1f5b98;
}
.ourgalweler p {
  padding: 10px;
  color: #e6b0a8;
}
#Vitiligo_result,
#psoriasis_result {
  margin-top: 40px;
}

.Vitiligo_result1 {
  border: 1px solid #1f5b98;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.Vitiligo_result1 h4 {
  padding: 10px;
  color: #1f5b98;
}
.googl1r3at img {
  width: 200px;
  margin-top: 30px;
  border-radius: 10px;
}
.st1e2ps2 img {
  width: 60px;
}
.st1e2ps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #000;
  padding: 15px;
  border-radius: 15px;
  align-items: center;
  height: 170px;
}
.st1e2ps1 {
  width: 75%;
}
.press12release1 img {
  width: 200px !important;
  height: 50px;
}

.a12wasq ul {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.a12wasq a {
  background: #a7c939;
  padding: 10px 20px;
  border-radius: 5px;
}
.t1e2a3m p {
  margin: 0px;
}
#press_relaes {
  padding: 30px 0px;
}

#press_relaes .owl-dot {
  display: none;
}
#tes12t3im {
  margin-top: 50px;
}
.tes12t3im2 ul {
  display: flex;
  margin-bottom: 10px;
}
.tes12t3im2 ul li i {
  color: gold;
}
.tes12t3im2 {
  border: 1px solid #e4e4e2;
  padding: 15px;
  border-radius: 15px;
}
.tes12t3im5 img {
  width: 30px !important;
}
.tes12t3im3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tes12t3im5 {
  display: flex;
}
.tes12t3im1 h3 {
  text-align: center;
  color: #e6b0a8;
}

.rigthfooter input {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 5px;
}
.rigthfooter button {
  border: 1px solid #e6b0a8;
  background: #e6b0a8;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
}
.rigthfooter {
  border: 1px solid #e6b0a8;
  padding: 15px;
  border-radius: 10px;
}

.circle-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-top: 70px;
}
.center-graphic {
  width: 114px;
  height: 116px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cause {
  position: absolute;
  width: 85%;
  text-align: center;
  font-size: 12px;
  color: #666;
  padding: 10px;
}
.causes {
  position: relative;
  width: 100%;
  height: 100%;
}
.cause:nth-child(1) {
  top: -3px;
  left: 87%;
  transform: translate(60%, -8%);
}
.cause:nth-child(1)::before {
  transform: rotate(90deg);
  top: 30%;
  left: -44%;
}
.cause::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 140px;
  background-color: #b5b5b5;
  transform-origin: center;
}
.cause:nth-child(2) {
  top: 24%;
  left: 77%;
  transform: translate(32%, 65%);
}
.cause:nth-child(2)::before {
  transform: rotate(305deg);
  top: -23%;
  left: -19%;
  height: 130px;
}
.cause .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  object-fit: contain;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.cause:nth-child(3) {
  bottom: -20%;
  left: 92%;
  transform: translate(-100%, 73%);
}
.cause:nth-child(3)::before {
  transform: rotate(180deg);
  top: -70%;
  left: 50%;
  height: 110px;
}
.cause:nth-child(4) {
  top: 30%;
  left: 5%;
  transform: translate(-100%, 50%);
}
.cause:nth-child(4)::before {
  transform: rotate(231deg);
  top: -18%;
  right: -10%;
  height: 130px;
}
.cause:nth-child(5) {
  top: 19%;
  right: 90%;
  transform: translate(-50%, -50%);
}
.cause:nth-child(5)::before {
  transform: rotate(90deg);
  top: 37%;
  right: -39%;
}
#hair1he3alt {
  padding: 50px 0px;
}
.cause h3 {
  color: #333;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.cause p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#mob_hair1he3alt {
  display: none;
}
.cause1 {
  text-align: center;
  margin-top: 30px;
}
.cause1 img.icon1 {
  width: 70px;
  display: block;
  margin: auto;
}
#formsubmit {
  text-align: center;
}
#formsubmit a {
  border-radius: 5px;
}
#benef2i4ts {
  margin-top: 80px;
}
.tes12t3im2 p {
  text-align: left;
}
.rigthfooter ul li {
  text-align: left;
}
#about12seema {
  padding: 50px 0px;
  background: rgb(255, 249, 242);
}
.about12seemaa {
  background: linear-gradient(122deg, rgb(22 101 160), rgb(130 186 64));
  padding: 30px;
  border-radius: 10px;
}
.about12seemaa h2 {
  text-align: center;
  color: #fff;
}
.about12seemaa p {
  color: #fff;
}
#serviqwce h2 {
  text-align: center;
  color: #e6b0a8;
}
.hair1he3alt1 {
  background: linear-gradient(122deg, rgb(22 101 160), rgb(130 186 64));
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.hair1he3alt1 p {
  color: #fff;
}

.ban12form {
  display: flex;
  justify-content: space-between;
}

/*chatgpt css*/
/* Hero base */
.hero-section {
  position: relative;
  background-image: linear-gradient(#e39482, #fceae8);
  color: #fff;
  padding: 0px 0;
  overflow: hidden;
}

/* Wave SVG wrappers */
.wave-svg {
  display: block;
  width: 100%;
  height: 80px; /* adjust height as needed */
}

.hero-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-60%); /* pulls it upward to show curve */
  pointer-events: none;
  opacity: 0.18;
}

.hero-wave-top .wave-svg path {
  fill: #ffffff; /* wave color */
}

.hero-wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(60%); /* pushes it downward */
  pointer-events: none;
  opacity: 0.2;
}

.hero-wave-bottom .wave-svg path {
  fill: #ffffff; /* wave color */
}

/* Title & list */
.hero-title {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-list li {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.95);
}

.hero-list li i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.98);
}

/* Image wrapper */
.hero-img-wrapper img {
  position: relative;
  bottom: -47px;
}

.hero-img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Appointment box */
.appointment-box {
  margin-top: 35px;
  text-align: left;
}

.appointment-box a:hover {
  color: #fff;
}

.appointment-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

/* WhatsApp button */
.appbutton {
  display: inline-block;
  background: #25d366;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.appbutton:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

/* Small screens: stack nicely and reduce wave size */
@media (max-width: 767px) {
  .wave-svg {
    height: 48px;
  }
  .hero-wave-top {
    transform: translateY(-40%);
  }
  .hero-wave-bottom {
    transform: translateY(40%);
  }

  .appointment-box {
    margin-top: 18px;
  }
}

/* Section Background */
.training-section {
  background: #dd8878;
  color: #fff;
}

/* Title */
.section-title {
  font-weight: 700;
  font-size: 36px;
}

/* Image Wrapper */
.training-img-wrapper img {
  border-radius: 18px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.25);
}

/* Content Area */
.training-content {
  padding-left: 0;
}

.sub-title {
  font-weight: 600;
  line-height: 1.4;
}

/* Custom List */
.training-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.training-list li {
  font-size: 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}

.training-list .circle {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-top: 7px;
}

/* Button */
.btn-knowmore {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-knowmore:hover {
  background: #f6f6f6;
  transform: translateY(-3px);
}

.training-img-wrapper {
  text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .training-content {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }

  .training-list li {
    justify-content: center;
    text-align: left;
  }
}

.whytrust-section {
  background: #fff;
  padding: 60px 0px;
}

.main-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.trust-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.trust-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.trust-icon {
  font-size: 40px;
  color: #e38d7b; /* Matching your theme */
  margin-right: 20px;
  min-width: 50px;
}

.trust-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.trust-text {
  font-size: 15px;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
  .trust-box {
    text-align: left;
    padding: 20px;
  }
  .trust-icon {
    font-size: 32px;
  }
}

.doctors-section {
  background: #fafafa;
}

.doctor-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.doctor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.doctor-img {
  width: 180px;
  height: 190px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #f4f4f4;
  padding-top: 8px;
}

.doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.doctor-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1b1b1b;
}

.doctor-role {
  display: inline-block;
  background: #fdece5;
  padding: 7px 18px;
  border-radius: 25px;
  font-size: 14px;
  color: #d86c5e;
  font-weight: 600;
  margin-bottom: 15px;
}

.doctor-qualification {
  font-size: 15px;
  color: #555;
  margin: 0;
}

@media (max-width: 576px) {
  .doctor-img {
    width: 135px;
    height: 145px;
  }
  .doctor-card {
    padding: 25px 18px;
  }
  .doctor-name {
    font-size: 20px;
  }
}

.before-after-section {
  background: #f8f9fc;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  position: relative;
}

.before-after-carousel .item {
  padding: 10px;
}

.ba-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.ba-card img {
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.ba-card:hover img {
  transform: scale(1.05);
}

.ba-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.media-logos {
  padding-bottom: 50px;
  background: #ffffff;
}

.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-slider .slide-track {
  display: flex;
  animation: scroll 25s linear infinite;
  width: calc(200px * 10); /* 10 slides */
  margin: 10px 0px;
}

.logo-slider .slide {
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-slider .slide img {
  width: 120px;
  height: auto;
  padding: 5px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.logo-slider .slide img:hover {
  transform: scale(1.07);
}

/* Infinite smooth scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 5));
  }
}

.custom-footer {
  padding: 70px 0;
  background: linear-gradient(135deg, #fbe9e6 0%, #f4c1b6 40%, #e39482 100%);
  background-size: cover;
}

.footer-info-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.footer-info-box:hover {
  transform: translateY(-3px);
}

.footer-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.footer-address {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.footer-link {
  text-decoration: none;
  color: #555;
}

.footer-link:hover {
  color: #e07b6c;
}

.footer-map-box {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 10px;
}

.footer-map-box iframe {
  border: 0;
  border-radius: 12px;
}

/* Mobile Spacing */
@media (max-width: 768px) {
  .custom-footer {
    padding: 40px 0;
  }

  .footer-info-box,
  .footer-map-box {
    margin-bottom: 20px;
  }
}

.ht-journey {
  background: #f8f9fa;
}

.ht-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.ht-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ht-icon i {
  font-size: 40px;
  color: #e6b0a8;
}
.uspdr {
  padding-top: 50px;
  background-color: #fff;
}
.uspdr1 {
  border-radius: 10px;
  background: #e39482;
  padding: 30px 20px;
  margin-bottom: 60px;
}
.uspdr12 {
  display: flex;
  gap: 10px;
}
.uspdr12 img {
  height: 50px;
}
.star span {
  color: #fab000;
  font-size: 20px;
}
.uspdr121 p {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}
.uspdr121 h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0px;
}
.services {
  padding-top: 60px;
  text-align: center;
}

.services h3 {
  font-size: 36px;
  font-weight: 700;
  color: #e38d7b;
  margin-bottom: 15px;
}
.testimonial-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
  margin: 10px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.testimonial-card p {
  height: 150px;
  overflow: auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #343a40;
  margin-top: 15px;
}

.testimonial-card p::-webkit-scrollbar {
  width: 5px !important;
}

.testimonial-card p::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 20px;
}

.testimonial-card p::-webkit-scrollbar-thumb {
  background: #ddd !important;
  border-radius: 20px;
}

.testimonial-card p::-webkit-scrollbar-thumb:hover {
  background: #ddd !important;
}
.testimonial-section {
  /* background-color: #fdf8f5; */
  background-color: #fdece5bd;
  padding: 60px 0px;
}

.testimonial-section h2 {
  color: #000;
  font-weight: 700;
}
.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #343a40;
  margin-bottom: 20px;
  font-style: italic;
}
.author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
}

.author-name {
  font-weight: 600;
  color: #212529;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.rating .fa-star {
  color: #ffc107;
  margin-right: 2px;
  font-size: 0.9rem;
}

.source-badge {
  font-size: 25px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #e38d7b;
  color: #fff;
  font-weight: 600;
}
.accordion-item {
  border: none;
  margin-bottom: 1.2rem;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #e6b0a8;
  border-radius: 0.75rem 0.75rem 0rem 0rem !important;
  padding: 1.2rem 1.25rem;
  /* transition: background-color 0.2s ease; */
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e6b0a8;
  box-shadow: none;
}

.accordion-body {
  background-color: #fff;
  padding: 0.8rem 1.2rem;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq-title {
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
}
.skj {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.skj:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(135deg, #f8f5fa 0%, #fafafa 100%);
  z-index: 0;
}

.skj .container {
  position: relative;
  z-index: 1;
}

.skjimg {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(138, 109, 158, 0.15);
  height: 100%;
}

.skjimg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.skjcon h2 {
  color: #e38d7b;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 32px;
  position: relative;
}

.skjcon > p {
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 500px;
}

.skjbox {
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #e6b0a8;
  position: relative;
  overflow: hidden;
}

.skjbox:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 30px rgba(138, 109, 158, 0.1);
  border-left-color: #be2f37;
}

.skjbox img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  z-index: 1;
  border-radius: 50%;
  padding: 12px;
  background-color: #e6b0a8;
  flex-shrink: 0;
  transition: var(--transition);
}

.skjbox:hover img {
  background-color: #be2f37;
  transform: scale(1.05);
}

.skjconbox {
  z-index: 1;
  flex-grow: 1;
}

.skjconbox h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

/* .skjconbox h3:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #be2f37;
  transition: var(--transition);
}

.skjbox:hover .skjconbox h3:after {
  width: 100%;
} */

.skjconbox ul {
  margin-top: 8px;
  padding-left: 20px;
  margin-bottom: 0;
}

.skjconbox ul li {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
}

.skjconbox ul li:before {
  content: "✓";
  color: #be2f37;
  font-weight: bold;
  position: absolute;
  left: -20px;
}
.stick12foot {
  text-align: center;
  background: #e38d7b;
  padding: 10px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999999;
  display: none;
}
.stick12foot a{
  color: #fff;
}
.footer-address a{
  color: #555;
  text-decoration: none;
}