/*{
  outline: 1px solid red;
}*/


* {
  font-family: 'Montserrat', sans-serif;
}

#pageContent{
  margin-top: 4.25rem !important;
}
.section {
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding-right: 0;
}

/*HEADER*/
.btn-outline-purple {
  color: var(--bs-indigo);
  border: 2px solid var(--bs-indigo);
  background-color: transparent;
}

.btn-outline-purple:hover {
  background-color: transparent;
  color: var(--bs-indigo);
  border-color: var(--bs-indigo);
}

.nav-link {
  color: var(--bs-indigo);
  font-size: 15px;
  position: relative;
  transition: all 0.4s;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
}

.nav-link::after {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--bs-indigo);
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: all 0.2s;
}
.nav-link:focus::after {
  opacity: 1;
}

.hamburger-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px 0;
  color: var(--bs-indigo);
}

.btn[aria-label="Toggle navigation"]:focus,
.btn[aria-label="Toggle navigation"]:active,
.btn[aria-label="Toggle navigation"]:hover {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
/*BUTTONS*/

.btnIndigo{
  background-color: var(--bs-indigo);
  color: white;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid var(--bs-indigo);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}

.btnIndigo:hover{
  color: var(--bs-indigo) !important;
  background-color: white !important;
  border: 2px solid var(--bs-indigo) !important;
}

.btnIndigoBorder {
  background-color: transparent;
  color: var(--bs-indigo);
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid var(--bs-indigo);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}

.btnIndigoBorder:hover {
  color: var(--bs-white) !important;
  background-color: var(--bs-indigo) !important;
  border: 2px solid var(--bs-indigo) !important;
}

.btnWhite{
  background-color: white;
  color: var(--bs-indigo);
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid var(--bs-white);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}

.btnWhite:hover{
  color: var(--bs-white);
  background-color: transparent;
  border: 2px solid var(--bs-white);

}
.btnWhiteBorder{
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 10px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}

.btnWhiteBorder:hover{
  color: var(--bs-indigo);
  background-color: white;
  border: 2px solid var(--bs-white);
}

/*contact form*/
.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; 
}

.contact-form-img .photo{
  height: 200px;
  object-fit: cover;
}

/*SVG*/
.svg-item {
  height:3em;
}

/*FOOTER*/ 
.footer {
  width: 100%;
  background-color: var(--bs-gray);
}

.footer-bottom {
  width: 100%;
  background-color: var(--bs-gray);
  padding-bottom:0;
}

ul {
list-style: none;
}

.footer-link {
  text-decoration: none;
  color: var(--bs-indigo);
}

.footer-link:hover {
  color: var(--bs-primary);
}

.footer-overlay{
  width: 100%;
  height: auto;
  background-image: url('<?php echo $urlBase . $basePath . "/assets/images/clock-five-svgrepo-com.svg"; ?>');
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-brand{
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: var(--bs-indigo);
}
.footer-brand img {
  vertical-align: unset;
}

/*tiny slider*/
.control {
  list-style: none;
}

.control li {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  cursor: pointer;
}

.control li:hover {
  background:  none;
}

.control li.prev {
  left: -2vw;
  align-items: center;
}
.control li.next {
  right: -2vw;
}

.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);
}

.slide-item {
  background-color: var(--bs-indigo);
  color: white;
  padding: 3rem;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.my-slider {
  overflow: hidden;
}

.my-slider2 {
  overflow: hidden;
}

.my-slider2 .photo {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1; 
  object-fit: cover;
}
.my-slider2 { 
    width:100%; 
}
.my-slider2.row { 
    margin-left:0; 
    margin-right:0; 
}

.my-slider2 img.photo { 
    display:block; 
    width:100%; 
    height:auto; 
    object-fit:cover; 
    margin:0 auto; 
}

#custom-control2 {
    position:absolute;
    top:50%;
    left:0;
    right:0;
    transform:translateY(-50%);
    display:flex;
    justify-content:space-between;
    align-items:center;
    list-style:none;
    margin:0;
    padding:0 10px;
    pointer-events:none;
}
#custom-control2 li { 
    pointer-events:auto; 
    background:transparent; 
}
#custom-control2 img{ 
    display:block; 
    width:30px; 
    height:40px; 
}

.tns-outer {
  overflow: hidden !important;
}

.tns-visually-hidden,
.tns-aria-live,
[aria-live] {
  display: none !important;
}

.testimonial{
  font-size: 20px;
}

.card-image {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}

.slide-item .highlight {
  transform: scale(1.15);
  margin: 0 1.5rem;
  z-index: 2;
}

/*contact with us*/

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-item img {
  width: 30px;
  margin-right: 15px;
}

.contact-text {
  margin: 0;
}

/*slider photos*/
.image-container {
  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 2/1;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: var(--bs-indigo);
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

/*ourSuggestions*/
  .what-offer {
    background-color: var(--bs-gray);
    width: 40vw;
    height: 20vh;
  }

  .img-meet-dentist{
    z-index: 9;
    height:60vh;
    margin-top: -5%;
    margin-bottom: -5%;
    margin-left: 0;
    margin-right:0;
  }

  .we-can-help {
    height: 40%;
    background-color: var(--bs-gray);
    z-index: 3;
    transform: translate(-20%, -160%); 
    }

  .dentist-section{
    background-color: var(--bs-gray);
    color: var(--bs-indigo);
    height: 50vh;
    margin-bottom: 20rem;
  }

.btn-absolute-wrapper {
  position: absolute;
  z-index: 4;
  transform: translate(360%, -470%);
}

 .come-and-know {
  background-color: var(--bs-primary);
  z-index:1;
  transform: translate(20%, 90%);
 }

 .rect-Indigo-about {
    background-color: var(--bs-indigo);
    color:white;
    min-width: 230px;
    z-index:5;
    padding: 5rem;
    display: inline-block;
    box-sizing: border-box;
 }

 .rect-Gray-about {
    color: var(--bs-indigo);
    background-color: var(--bs-gray);
    min-width: 230px;
    padding: 5rem;
    display: inline-block;
    box-sizing: border-box;
  } 

  .iframe-center {
    z-index:5;
    width: 500px;
    height: 300px;
    border:0;
  }

  .hidden {
  display: none !important;  
  }

  .margin-top-col {
    margin-top: -50px;
  }

.photo-woman-responsive {
    max-height: 40vh !important;
    min-height: 450px;
    min-width: 100%;
}

.background-img {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-size: cover; 
  background-position: center; 
  opacity: 0.15; 
  z-index: 1;
  object-fit: cover !important;
}

.photo-woman {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 7;
  transform: translateY(-55%);
}

.indigo-rect {
  background-color: var(--bs-indigo);
  color: var(--bs-white);
  width: 100%;
  height: 20%
}

.rectangle {
  width: 75%;
  padding: 40px 20px 80px 20px;
  background-color: var(--bs-gray);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.rectangle-2 {
  width: 75%;
  padding: 40px; 
  background-color: var(--bs-indigo);
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 2;
}

/* SUPERDOCK SECTION START */
.pill-link {
    background-color: var(--bs-indigo);
    color: var(--bs-white) !important;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid var(--bs-indigo);
    padding: 0.40rem 1rem;
    text-transform: uppercase;
    transition: all 0.03s ease-in-out;
}
.pill-link:hover {
    background-color: transparent;
    color: var(--bs-indigo) !important;
    border: 2px solid var(--bs-indigo);
    text-decoration: none;
}
.result-box {
    border: 1px solid var(--bs-indigo);
    background-color: #f1f1f1; 
    padding: 1.5rem 1rem;
    border-radius: 20px;
}
.result-text { margin-top: 0.5rem; }
.result-text small { color: #000000; font-size: 15px; }
.result-text span { font-weight: 600; color: var(--bs-indigo); 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;
}

.image-width-fix {
  width: 75%;
}

@media (max-width: 540px) {
  .slots {
      gap: 2px;
  }
}

/* SUPERDOCK SECTION END */

@media (max-width: 990px) {
  .rectangle-2 {
    position: relative;
    top: 5px; 
    right: 0;
    width: 100%;
    text-align: center;
  }

  .rectangle {
    width: 100%;
  }
}

@media (max-width: 576px){
  .come-and-know  {
    transform: translate(40%, 110%);
  }
  .we-can-help {
    transform: translate(-10%, -150%);
  }

  .come-and-know {
    transform: translate(40%, 100%);
  }

  .aboutUs {
    margin-top: 5rem;
  }

  .dentist-section {
    margin-bottom: 10rem;
  }  

  .rect-Indigo-about {
    padding: 2rem;
    width: 60vw;
    height: 30vh;
  }

  .rect-Indigo-about-btn {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 0.5rem;
  }

  .rect-Gray-about {
    padding: 1rem;
    width: 60vw;
    max-height: 20vh;
  } 

   .iframe-center {
    width: 60vw;
    height: 20vh;
    margin-top: 3rem;
  }

  .image-width-fix {
    width: 100%;
  }
}

.parent {
  position: relative;
  min-height: 25rem;
}
.parent:before {
    z-index: -1;
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

/*team cards*/
.team-member .team-card-photo {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member .team-card-photo .team-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.team-member .team-card-text .team-card-title{
    color: var(--bs-indigo);
}

.team-card-text .card-paragraph {
    text-decoration: none;
    color: black;
}

.team-member {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .5s ease;
}

.team-member:hover {
    transform: scale(1.05) !important;
}

.team-member:hover .team-card-text{
    background-color: var(--bs-indigo);
    color: var(--bs-white);
} 

.team-member:hover .team-card-text .team-card-title{
    color: var(--bs-white);
}

.team-member:hover .team-card-text .card-paragraph{
    color: var(--bs-white);
}

.team-member:hover .team-card-text .button .btnIndigo{
    border: 2px solid var(--bs-white);
}

.slider-button,
.slider-line {
    pointer-events: none;
}

.object-fit-cover-services {
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1000px){

  .btn-absolute-wrapper{
    transform: translate(-50%, -70%);
    left: 50%;
  }
}
@media (min-width: 768px){
  .rect {
    width: 70vw;
  }
  .opinion-container {
    border-width: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
  }
  .hr-contact-with-us:not(:last-child) { 
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 2rem ;
    padding-bottom: 2rem ;
 
  }
  .img-meet-dentist {
    margin-bottom: 20rem;
  }
   .rect-Indigo-about {
    width: 60vw;
    height: 20vh;
    z-index:5;
    padding: 2rem;
 }
 .rect-Gray-about {
    background-color: var(--bs-gray);
    width: 50vw;
    height: 20vh;
    padding: 2rem;
  } 

   .iframe-center {
    width: 40vw;
    height: 20vh;
    margin-top: 3rem;
  }
}

@media (min-width: 992px){
  .hr-contact-with-us:not(:last-child) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
  }
  .we-can-help {
    transform: translate(-30%, -160%);
  }
  .btn-absolute-wrapper{
    transform: translate(-50%, -120%);
    left: 50%;
  }
  .come-and-know  {
    transform: translate(30%, 100%);
  }
  .mobile-nav {
    display: none !important;
  }
}

@media (min-width: 1200px){
.about-section {
    flex-direction: column !important;
    padding: 3rem;
    text-align: center;
  }
  .about-section img {
    height: auto !important;
    margin: 2rem 0 0 0  !important; 
    max-width: 100%;
    z-index: auto !important;
  }

  .dentist-section {
    flex-direction: column !important;
    padding: 0rem;
    text-align: center;
    margin-bottom: 10rem;
  }
}

@media (min-width: 1400px){
   .iframe-center {
    width: 30vw;
    height: 30vh;
    margin-top: 0;

  }

  .btn-absolute-wrapper{
    transform: translate(300%, -440%);
    left: 50%;
  }

}

@media (max-width: 576px){
  .come-and-know  {
    transform: translate(40%, 110%);
  }
  .we-can-help {
    transform: translate(-10%, -150%);
  }

  .come-and-know {
    transform: translate(40%, 100%);
  }

  .aboutUs {
    margin-top: 5rem;
  }

  .dentist-section {
    margin-bottom: 10rem;
  }  

  .rect-Indigo-about {
    padding: 2rem;
    width: 60vw;
    height: 30vh;
  }

  .rect-Indigo-about-btn {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 0.5rem;
  }

  .rect-Gray-about {
    padding: 1rem;
    width: 60vw;
    height: 30vh;
  } 

   .iframe-center {
    width: 60vw;
    height: 20vh;
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
    .responsive-section-container {
        min-height: 220px !important;
    }

    .responsive-section-container-hero {
        min-height: 120px !important;
    }

    .row.flex-md-row.flex-column {
        flex-direction: column !important;
    }

    .responsive-section-col {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .responsive-section-col:last-child {
        margin-bottom: 0 !important;
    }

    .responsive-section-col.d-flex.flex-column.align-items-end {
        align-items: center !important;
        text-align: center !important;
        padding-top: 2rem !important;
    }
    
    .rect-Gray-about {
      padding: 1rem;
    }

    .rect-Indigo-about {
      padding: 1rem;
      height: 25vh;
    }

    .rect-Indigo-about-btn {
      display: flex;
      flex-direction: column;
      padding: 1rem;
      gap: 0.5rem;
    }
    .parent{
      min-height: 200px;
    }
    .svg-item {
      height: 2em;
    }
}

@media (max-width: 992px) {
  .desktop-menu {
    display: none !important;
  }
  .btn.d-md-none {
    display: flex !important;
  }
  .desktop-menu {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .section {
    margin-bottom: 0rem;
  }

  .superdoc {
    margin-top: 2rem !important;
  }
  #pageContent{
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px){
  
  .rect {
    width: 70vw;
  }
  .opinion-container {
    border-width: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
  }
  .hr-contact-with-us:not(:last-child) { 
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 2rem ;
    padding-bottom: 2rem ;
 
  }
  .img-meet-dentist {
    margin-bottom: 20rem;
  }
   .rect-Indigo-about {
    width: 50vw;
    height: 20vh;
    z-index:5;
    padding: 2rem;
 }

 .rect-Gray-about {
    background-color: var(--bs-gray);
    width: 50vw;
    height: 20vh;
    padding: 2rem;
  } 

   .iframe-center {
    width: 40vw;
    height: 20vh;
    margin-top: 3rem;
  }

}

@media (min-width: 991px) {
    .btn.d-md-none {
        display: none !important;
    }
    .desktop-menu {
        display: flex !important;
    }
}

@media (min-width: 992px){
  .hr-contact-with-us:not(:last-child) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
  }
  .we-can-help {
    transform: translate(-30%, -160%);
  }
  .btn-absolute-wrapper{
    transform: translate(-50%, -120%);
    left: 50%;
  }
  .come-and-know  {
    transform: translate(30%, 100%);
  }
}

@media (min-width: 1000px){

  .btn-absolute-wrapper{
    transform: translate(-50%, -70%);
    left: 50%;
  }
}

@media (min-width: 1200px){
.about-section {
    flex-direction: column !important;
    padding: 3rem;
    text-align: center;
  }
  .about-section img {
    height: auto !important;
    margin: 2rem 0 0 0  !important; 
    max-width: 100%;
    z-index: auto !important;
  }

  .dentist-section {
    flex-direction: column !important;
    padding: 0rem;
    text-align: center;
    margin-bottom: 10rem;
  }
}

@media (min-width: 1400px){
  
   .iframe-center {
    width: 30vw;
    height: 30vh;
    margin-top: 0;

  }

  .btn-absolute-wrapper{
    transform: translate(300%, -440%);
    left: 50%;
  }

}

@media (max-width: 842px) {
  .photo-woman-responsive {
      max-height: 40vh !important;
      min-height: 400px;
      min-width: 100%;
  }
  
    .photo-woman {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 7;
      transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    .responsive-section-container {
        min-height: 620px !important;
    }

    .row.flex-md-row.flex-column {
        flex-direction: column !important;
    }

    .responsive-section-col {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .responsive-section-col:last-child {
        margin-bottom: 0 !important;
    }

    .responsive-section-col.d-flex.flex-column.align-items-end {
        align-items: center !important;
        text-align: center !important;
        padding-top: 2rem !important;
    }

    .rect-Gray-about {
      padding: 1rem;
      width: 60vw;
    }

    .rect-Indigo-about {
      padding: 1rem;
      height: 25vh;
      width: 60vw;
    }

    .rect-Indigo-about-btn {
      display: flex;
      flex-direction: column;
      padding: 1rem;
      gap: 0.5rem;
    }

    .photo-woman-responsive {
      display: none;
    }

}

.navbar-header-row, .d-flex.justify-content-between.align-items-center.flex-wrap {
  flex-wrap: nowrap !important;
  width: 100%;
}

@media (max-width: 576px) {
  .navbar-header-row, .d-flex.justify-content-between.align-items-center.flex-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-brand img {
    max-width: 100px;
    height: auto;
  }
  .btn.d-md-none {
    margin-left: auto;
  }
}

