:root{
  --color-white:#ffffff;
}

a{
  display: inline-block;
  text-decoration: none;
}

/* ==================== PAGE HEADER  Part Open ============================ */
.pageHeader {
  position: relative;
  background-size: cover;
  background-position: top;
  height: 100vh;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  isolation: isolate;
}

.pageHeader::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgba(197, 105, 59, 0.3); */
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}

.pageHeader h2 {
  color: var(--color-white);
  font-size: 60px;
  font-family: "apparat-light", sans-serif;
  margin-bottom: 80px;
}

/* ==================== PAGE HEADER  Part Close ============================ */


.appointments__left {
  background: #f3eee8;
  border-radius: 0 30px 30px 0;
  padding: 50px;
}

.appointments__left h3{
  font-family: 'FONTSPRINGDEMO-JuanaMediumItRegular';
  padding-left: 20px;
  padding-bottom: 20px;
}


.appointments .accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-image: unset;
}
.appointments .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f067";
  float: right;
  margin-left: auto;
  font-size: 25px;
  height: 40px;
  width: 40px;
  background-color: var(--color-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointments .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-size: 25px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.appointments .accordion-button {
  background: #f3eee8;
  color: #1b1b1b;
  font-weight: 500;
  box-shadow: none;
  padding: 1rem;
  color: var(--primary-color);
  font-size: 22px;
}

.appointments .accordion-item {
  border: none;
  border-bottom: 1px solid var(--color-white);

}

.appointments .accordion-body {
  background: #f3eee8;
  color: #333;
}

.appointments__right{
  position: relative;
}


.appointments__right  img{
  width: 100%;
  height: 672px;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px 0 0 30px;
}


.teamWrap h3{
color: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}



.teamWrap .card .card-img-top {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
}


.kam__right i {height: 40px; width: 40px; border-radius: 100%; background-color: #f3eee8; display: flex;
  justify-content: center; align-items: center; transform: rotate(-45deg); color:var(--primary-color);}



.teamWrap .card .card-body h5{
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 600;
}


.teamTop {
  position: relative;
  margin-top: 90px;
  border-top: 2px solid var(--primary-color);
}
.teamTop  .teamTop__left {
  position: sticky;
  top: 0;
  width: 100%;
}
.teamTop  .teamTop__left img{
  border-radius: 0 30px 30px 0;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center top;
}


.teamTop .teamTop__right {
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 50px;
}


.teamTop .teamTop__right h5{
  font-size: 30px;
  font-weight: bold;
  color: var(--primary-color);
}


.teamTop .teamTop__right p {
  color: #999999;
  font-weight: 400;
}

.linkuwaji i {
font-size: 40px;
  color: var(--primary-color);

}
.slideTeam {
  position: relative;
  background-color: #f3eee8;
  border-radius: 30px;
  padding-block:80px;
  margin-bottom: -40px;
}

.slideTeam h3{
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 16px; border-top: 2px solid #999999;
  margin-inline:30px;
  padding-top: 15px;
}


.slideTeamWrap .card .card-img-top {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
}
.slideTeamWrap  .card {
  background-color: transparent;
}
.slideTeamWrap .kam__right i {
  background-color: white;
}


/* Contact page */

.topFancy::after {
  content: '';
  position: absolute;
  top: -40px;
  left:0;
  width: 100%;
  height: 40px;
  background-color: var(--color-white);
  border-radius: 30px 30px 0 0;
}

.topFancy::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left:0;
  width: 100%;
  height: 40px;
  background-color: var(--color-white);
  border-radius: 0 0 30px 30px;
}
.contactWrap {
  position: relative;
  padding-block:10px;
}


.eneharuHead h4{
  color:var(--primary-color) ;
  font-weight: 700;
  text-transform: uppercase;
}
.eneharuHead h3{
  color: var(--primary-color);
}

.eneharuHead h3 > em {
  font-family: 'FONTSPRINGDEMO-JuanaMediumItRegular';

}

.contactWrap__left{
  padding-left: 100px;
}

.contactWrap__inner {
   padding-block:80px;
}

.contactWrap__left .conAddress p{
  color: var(--primary-color);
  font-size: 20px;
}

.contactWrap__left .conEmail a,
.contactWrap__left .conPhone a { color: var(--primary-color);
  font-size: 20px;}

.conScoail ul li a {
  color: var(--primary-color);
  font-size: 20px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  text-decoration: none;
}

.contactWrap__right {
  background-color:#f3eee8;
  border-radius: 30px 0 0 30px;
  padding: 50px;
}

.form-check  .form-check-label{
  color: var(--primary-color);
}

.form-check  .form-check-label a{
  color: var(--primary-color);
  transition: all 0.5s linear;
}


.form-check  .form-check-label a:hover{
  color: var(--primary-color);
  text-decoration: underline;
}




.myForm input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.myForm input::-webkit-input-placeholder,
.myForm textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.myForm input::-moz-placeholder,
.myForm textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.myForm input:-ms-input-placeholder,
.myForm textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.myForm input::-ms-input-placeholder,
.myForm textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}





.partaInner {
  padding-top: 50px;
}


.practice-list li {
  border-bottom: 1px solid #f0ece7;
}

.practice-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #999999;
  font-size: 20px;
  background-color: transparent;
  transition: background 0.3s ease, color 0.3s ease;
}

.practice-list li a i {
  background-color: #f4efe9;
  color: #1a2141;
  border-radius: 50%;
  padding: 0.5rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;

}

.practice-list li a:hover {
  background-color: #f4efe9;
  font-weight: 600;
  color: var(--primary-color);
}

.practice-list li a:hover i {
  background-color: #1a2141;
  color: #fff;
  transform: rotate(-45deg);
}


