/*{
  outline: 1px solid red;
}*/

* {
  font-family: 'Montserrat', sans-serif;
}

.flip-card-front img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
/*HEADER*/
.btn-outline-purple {
  color: var(--bs-purple);
  border: 2px solid var(--bs-purple);
  background-color: transparent;
}

.btn-outline-purple:hover {
  background-color: transparent;
  color: var(--bs-purple);
  border-color: var(--bs-purple);
}

.nav-link {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  position: relative;
  transition: all 0.4s;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  border-bottom: 2px solid var(--bs-purple);
}

.nav-link::after {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--bs-purple);
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: all 0.2s;
}

.nav-link:hover::after,
.nav-link:focus::after {
  opacity: 1;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px 0;
}

#navbar {
  top: 0;
  transition: top 0.5s ease-in-out;

}

/*BODY*/    
  body {
    margin: 0;
    padding-top: 5rem;
    font-family: "Montserrat", sans-serif;
  }

/*FOOTER*/
  .footer {
    background-color: var(--bs-purple);
    color: white;
    padding: 40px 0;
    width:100%;
  }

  .footer a {
    color: white;
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer .brand {
    font-size: 2rem;
    font-weight: bold;
  }

  .footer p {
    margin: 0 0 10px;
  }

  .footer h6 {
    font-weight: bold;
    margin-bottom: 15px;
  }

  .social-icons a {
    color: white;
    margin-right: 12px;
    font-size: 1.3rem;
  }

.footer-bottom {
  background-color: #F5F5F5;
  color: var(--bs-purple);
  padding: 12px 0;
  font-size: 14px;
  width:100%;
}

        
  .footer ul.list-unstyled li a:hover,
  .footer ul.list-unstyled li a:active {
      color: #fff !important;
  }

/*BTN*/
.btnOrange{
  background-color: var(--bs-orange);
  border:2px solid var(--bs-orange);
  color:white;
  font-size: 15px;
  border-radius:10px;
  position:relative;
  right: 1px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
  }

.btnOrange:hover {
  background-color: var(--bs-orange); 
  color: white;              
  text-decoration: none;     
  box-shadow: 2px 2px 2px rgb(197, 184, 183);
}
 
.btnBlue{    
  background-color:var(--bs-purple);
  border:2px solid var(--bs-purple);
  color:white;
  font-size: 15px;
  border-radius:10px;
  position:relative;
  padding: 10px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;     

}

.btnBlue:hover {
    background-color: var(--bs-indigo); 
    color: white;              
    text-decoration: none;
    box-shadow: 2px 2px 2px rgb(197, 184, 183);
     
}

.btnWhite{    
  background-color:white;
  border:2px solid white;
  color:var(--bs-purple);
  font-size: 15px;
  border-radius:10px;
  position:relative;
  padding: 10px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;     
}
.btnWhite:hover {
  color: var(--bs-indigo);              
  text-decoration: none;    
  box-shadow: 2px 2px 2px rgb(197, 184, 183); 
}

.btnBorder {
  background-color: transparent; 
  border: 2px solid var(--bs-purple); 
  color: var(--bs-purple);
  font-size: 15px;
  border-radius: 10px;
  padding: 5px 10px;
  position:relative;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}

.btnBorder:hover {
  color: var(--bs-indigo);              
  text-decoration: none;    
  box-shadow: 2px 2px 2px rgb(197, 184, 183);
}

.btnBorderWhite {
  background-color: transparent; 
  border: 2px solid white; 
  color: white;
  font-size: 15px;
  border-radius: 10px;
  padding: 5px 10px;
  position:relative;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}
.btnBorderWhite:hover {
  background-color: var(--bs-indigo); 
  color: white;              
  text-decoration: none;
  box-shadow: 2px 2px 2px rgb(197, 184, 183);
}

.btnOrange2{
  background-color: var(--bs-orange);
  border:2px solid var(--bs-orange);
  color:white;
  font-size: 15px;
  border-radius:10px;
  position:absolute;
  left:350px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}

.btnBorderOrange {
  background-color: transparent; 
  border: 2px solid var(--bs-orange); 
  color: var(--bs-orange);
  font-size: 15px;
  border-radius: 10px;
  padding: 5px 10px;
  position:relative;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}
.btnBorderOrange:hover {          
  color: var(--bs-orange);
  text-decoration: none;
  box-shadow: 2px 2px 2px rgb(197, 184, 183);
}

#stroke{
  width: 20px;
  height: 20px;
  color: var(--bs-purple);
  border-radius: 20%;
}

.client-small-pic {
  width: 30px;
  height: 30px;
}

.pic-1 {
  left: 20px;
}

.pic-2 {
  left: 40px;
}

.pic-3 {
  left: 60px;
}

.card-title{
  color: var(--bs-orange);

}

.pos-top-right {
  top: -20px;
  right: -20px;
}
.pos-bottom-left {
  bottom: -20px;
  left: -20px;
}

.tick {
  bottom: 40px;
  right: 20px;
  width: 10px;

}

.ractangle {
  width: 400px; 
  height: 200px;
  background-color: #EFEBFF;

}

.secondColumnLocation:second-child {
  grid-column-start: 2;
  grid-column-end: 4;
  
}

/*.secondColumnLocation:nth-child(2) {
}*/

.containerLocation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}

.containerLocation > div {
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.img1{
  width: 420px;
  height: 400px;
  transform:rotate(90deg);
  grid-column-start: 2;
  grid-column-end: 5;
}

.img2{
  width: 420px;
  height: 400px;
  transform:rotate(90deg);
  grid-row-start: 1;
  grid-row-end: 3;
}

.img3{
  width: 420px;
  height: 400px;
  transform:rotate(90deg);
}

.purpleRect{
  background-color: var(--bs-purple);
  position: relative;
}

#carouselExampleControls {
  display: inline-block;
}
.carousel-inner {
  display: inline-block;
}
.carousel-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.input-icon-wrapper {
  position: relative;
  width: 100%;
}

.input-icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.input-icon-wrapper input {
  padding-left: 40px; 
}

.h3 {
 color: var(--bs-purple);
}

.h4 {
  color: white;
}

.ract-pic1 { 
  width: 40%;
}


.headingOurStory {
  position: relative;
}

.headingOurStory::after {
  content: '';
  background-color: white;
  height: 0.5px;
  width: 20%;
  position:absolute;
  bottom: 10px;
  top: 40px;
  left: 40%;
}

.rect-grey {
  width:360px;
  height:250px;
  background-color: #F5F5F5;
}

.section {
  margin-bottom: 5rem !important;
  position: relative !important;
  width: 100% !important;
}

.h-fit-content {
  height: fit-content !important;
}

.w-fit-content {
  width: fit-content !important;
}

.flip-card {
  background-color: transparent;
  width: 360px;
  height: 400px;
  perspective: 1000px;
  max-width: 100%;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flip-card-back {
  background-color: var(--bs-purple);
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front .text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--bs-purple);
  color: white;
  padding: 10px;
  text-align: left;
}

.flip-card-front .text-container p {
  margin: 0;
}

.flip-card-back {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flip-card-back .btnWhite, .flip-card-back .btnBorderWhite {
  margin-top: 10px;
}


/*slider photos*/
.image-comparison {
  overflow: hidden;
  width: auto;
  height: auto;
}

.image-comparison img {
 position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-comparison .images-container {
  position: relative;
  display: flex;
}

.image-comparison .images-container .before-img {
  position: absolute;
  top: 0;
  width: 50%;
}

.image-comparison .slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.image-comparison .slider-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%,-50%) rotateZ(90deg) ;
}

.image-comparison .slider-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  transform: translate(-50%, -50%) rotateZ(180deg);
}

.my-slider img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.slider-icon {
  transform:rotate(180deg);
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-item img {
  width: 30px;
  margin-right: 15px;
}

.contact-text {
  margin: 0;
}

/*tiny slider moreAboutDoc*/
.control {
  list-style: none;
}

.control li {
  position: absolute;
  z-index: 99;
  top: 55%;
  transform: translateY(-50%);
  color: white;
  background: rgba(0,0,0,0.2);
  padding: 10px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.control li:hover {
  background:  rgba(0,0,0,0.3);
}

.control li.prev {
  left: 25px;
  align-items: center;
}
.control li.next {
  right: 25px;
}

.tns-nav {
  text-align: center;
  margin-top: 2%;
}

.tns-nav button {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.1);
  border: rgba(0,0,0,0.1);
  margin-left: 7px;
}

.tns-nav button:hover{
  background: rgba(0,0,0,0.3);
}

.tns-nav .tns-nav-active {
  background: rgba(0,0,0,0.3);
}

.cs-image-slider-card {
  position: relative;
  aspect-ratio: 2/1;
  max-width: 100%;
  overflow: hidden;
}

.cs-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.cs-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  display: block;
}

.cs-image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  z-index: 2;
}

.cs-image-after {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cs-slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}

.cs-slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 4;
}

.cs-slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.overflow-pic {
  overflow: hidden;
}

/*our-location*/
.our-location .cover-image-ratio-1-1{
    aspect-ratio:1/1;
}

.our-location .cover-image-ratio-3-2{
    aspect-ratio:3/2;
}   

.our-location .cover-image {
    object-fit: cover;
}

/* SUPERDOCK SECTION START */
.pill-link {
    background-color: var(--bs-white);
    color: var(--bs-indigo) !important;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid var(--bs-white);
    padding: 0.40rem 1rem;
    text-transform: uppercase;
    transition: all 0.03s ease-in-out;
}
.pill-link:hover {
    background-color: transparent;
    color: var(--bs-white) !important;
    border: 2px solid var(--bs-white);
    text-decoration: none;
}
.result-box {
    border: 2px solid var(--bs-indigo);
    background-color: var(--bs-indigo); 
    padding: 2rem 1rem;
    border-radius: 20px;
}
.result-text { margin-top: 0.5rem; }
.result-text small { color: white; font-size: 15px; }
.result-text span { font-weight: 600; color: var(--bs-white); font-size: 15px;}

.cal-head {
    margin: 2rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-btn {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--bs-indigo);
    cursor: pointer;
    color: var(--bs-indigo);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.nav-btn[disabled]{ opacity:.5; cursor:not-allowed; }
#prevBtn { left: 0; }
#nextBtn { right: 0; }

.day-head {
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--bs-indigo);
}
.earliest .value { color: var(--bs-indigo); }
.earliest .circle {
    background-color: var(--bs-indigo);
    color: var(--bs-white);
    border-radius: 50%;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
}
.earliest-flex {
    border: 1px solid var(--bs-indigo);
    background-color: white; 
    padding: 1.5rem 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 220px;
}
.nav-btn:hover { background-color: var(--bs-indigo); color: var(--bs-white); }

.slots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    min-height: 50px;
    border: 1px solid var(--bs-indigo);
    border-radius: 20px;
}
.slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bs-indigo);
    border-radius: 12px;
    padding: 6px 12px;
    background-color: white;
    color: var(--bs-indigo);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    width: 100%;
    height: 100%;
}
.slot:hover { background-color: var(--bs-indigo); color: white; }

.day-empty {
    min-height: 180px;
}

.day-empty .the-day-empty {
  border: 1px solid var(--bs-indigo);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg,  #ffffff, #ffffff 10px, #f1f1f1 10px,#f1f1f1 20px);
}

.slot.free {
    border-color: var(--bs-indigo);
    color: var(--bs-indigo);
    background: #fff;
}

.slot.free:hover {
    background-color: var(--bs-indigo);
    color: #fff;
}

.slot.booked {
    border-color: #d6d6d6;
    color: #9aa0a6;
    background: #f6f7f9;
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .8;
}

.slot.booked:hover {
    background: #f6f7f9;
    color: #9aa0a6;
}

/*team*/
.team-card-photo {
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card-photo .team-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.team-card-text {
    background-color: var(--bs-gray);
}

.team-card-text .team-card-title {
    color: var(--bs-indigo);
}

.team-card-text .team-card-info {
    text-decoration: none;
    color: black;
}

.team-member {
    transition: transform 0.3s ease !important;
}

.team-member:hover {
    transform: scale(1.05) !important;
}

/*.team-member a {
    display: block !important;
}*/

@media (max-width: 540px) {
  .slots {
      gap: 2px;
  }
}

/* SUPERDOCK SECTION END */

@media (max-width: 390px) {
  .pos-top-right , .pos-bottom-left{
    display: none;
  }
}

@media (min-width: 575px) {
  .overflow-pic {
    overflow: visible;
}
}
@media (max-width: 991px) {
  .flip-card {
    width: 100%;
    max-width: 400px;
    min-width: 0;
  }
  .flip-card-front,
  .flip-card-back {
    width: 100%;
    max-width: 400px;
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .flip-card {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .flip-card-front,
  .flip-card-back {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
  }
  .no-x-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .no-x-gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}




