/* GLOBAL */

body {
    cursor: default;
    margin: 0;
    padding: 0;
}

/*FONTS*/


.geist-h1 {
    font-family: "Geist", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #90d4ec;
  }

  .geist-h1-d {
    font-family: "Geist", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #222222;
    padding: 20px 0px;
  }

  .white {
    color: white;
  }

  .geist-p {
    font-family: "Geist", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

p {
    margin-bottom: 0;
}

.section-spacer {
    padding: 100px 0px;
}

.highlight-img {
    border-radius: 25px;
}

/* NAVBAR */

.nav-wrap {
    box-shadow: 0px 13px 29px 0px rgba(0,0,0,0.1);
    z-index: 1;
    background-color: white;
    width: 100%;
    position: fixed;
}

.navbar {
    width: 100%;
    background-color: white;
}

.nav-link,.navbar-brand {
    text-transform: uppercase;
}

.nav-link {
    font-family: "Geist", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: rgb(51, 51, 51);
    transition: 0.4s ease all;
}

.story-icon {
    margin-bottom: 20px;
}

.nav-link:hover {
    color: rgb(212, 212, 212);
}

.navbar-brand {
    font-weight: bold;
}

.call-link {
    text-decoration: none;
}


/* HERO */

.hero {
    text-align: center;
    padding-top: 300px;
    padding-bottom: 200px;
}

@media only screen and (max-width: 600px) {
.hero {
    padding-top: 200px;
    padding-bottom: 200px;
}
}

/* ANNOUNCEMENT BAR */

.announcement-bar {
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background-color: #232323;
}

.announcement-txt {
    color: white;
}

.appointment-link {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.appointment-link:hover {
    text-decoration: underline;
}

.appointment-btn {
    font-size: 0.9em;
    border-radius: 18px;
    font-weight: bold;
    color: rgb(43, 43, 43);
    border: none;
    background-color: #90d4ec;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 15px 25px;
    transition: 0.4s ease all;
    border: 1px solid white;
}
.appointment-btn:hover {
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
    background-color: rgb(97, 168, 196);
color: white;
    transform: translateY(-4px);
}

.appointment-btn-b {
    font-size: 0.9em;
    border-radius: 18px;
    font-weight: bold;
    color: white;
    border: none;
    background-color: #2d2d2d;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 15px 25px;
    transition: 0.4s ease all;
}
.appointment-btn-b:hover {
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
    background-color: #4f4f4f;
    transform: translateY(-4px);
}

/* RICH TEXT */

.text-container {
    margin-top: 20px;
    background-image: linear-gradient(
        180deg,
        hsl(0deg 0% 91%) 0%,
        hsl(344deg 0% 92%) 8%,
        hsl(344deg 0% 92%) 16%,
        hsl(344deg 0% 93%) 24%,
        hsl(344deg 0% 94%) 33%,
        hsl(344deg 0% 95%) 41%,
        hsl(344deg 0% 95%) 49%,
        hsl(344deg 0% 96%) 58%,
        hsl(344deg 0% 97%) 66%,
        hsl(344deg 0% 98%) 75%,
        hsl(344deg 0% 98%) 83%,
        hsl(344deg 0% 99%) 92%,
        hsl(0deg 0% 100%) 100%
      );
    padding: 80px 40px;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 25px;
    box-shadow: 0px 21px 47px -34px #4c4c4c;
}

.text-container-intro {
    margin-top: 20px;
    background-image: linear-gradient(
        180deg,
        hsl(196deg 71% 75%) 0%,
        hsl(196deg 71% 75%) 8%,
        hsl(196deg 71% 76%) 16%,
        hsl(196deg 71% 77%) 24%,
        hsl(196deg 71% 78%) 33%,
        hsl(196deg 71% 79%) 41%,
        hsl(196deg 71% 80%) 49%,
        hsl(196deg 71% 81%) 58%,
        hsl(196deg 71% 81%) 66%,
        hsl(196deg 71% 82%) 75%,
        hsl(196deg 71% 83%) 83%,
        hsl(196deg 72% 84%) 92%,
        hsl(196deg 72% 85%) 100%
      );
    padding: 80px 40px !important;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0px 21px 47px -34px #4c4c4c;
    border: 1px solid rgb(255, 255, 255);
}

.slogan {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#90d4ec;
}

.slogan-2 {
    margin: 20px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color:#90d4ec;
}

/* SERVICES */

.services-container {
    padding: 80px 40px;
    background-color: #f3f4f6;
    border-radius: 8px;
    margin-top: 20px;
}


.service-list {
    margin-top: 10px;
    list-style-type: none;
    padding-left: 0px;
}

/* MEET THE DOC */

.meet-container {
    text-align: center;
}

.doc-text-container {
    padding-left: 40px;
}
.h1-p {
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
}

.image-row {
    margin-top: 50px;
}

.p-text {
    padding: 0px 20px;
    color: rgb(51, 51, 51);
    font-size: 1.1em;
    margin-top: 20px;
}

.profile-img {
    border-radius: 100%;
    margin-top: 20px;
    height: 250px;
    margin-bottom: 20px;
}

.pad {
    margin-bottom: 100px;
}

.img-container {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .image-wrapper {
    position: relative;
    display: inline-block;
  }
  
  
  .image-text {
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #90d4ec;; /* Semi-transparent background */
    color: white;
    padding: 10px 15px;
    font-size: 1em;
    border: 2px solid white;
    font-weight: bold;
    border-radius: 20px;
  }

  .dr-hr {
    margin: 0 auto;
    width: 30%;
    opacity: 0.1;
  }
  

/* CONTACT */
.contact-text-container {
    text-align: left;
}

.contact-heading {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-text {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.map-container {
    border-radius: 10px;
    width: 100%;
    height:450px;
}

strong {
    font-weight: 600;
    color: #54bce1;
}


.map-link {
    color: red;
}

.contact {
    margin-bottom: 50px;
}

.social-media {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.insta-icon {
    transition: 0.4s ease all;
}

.insta-icon:hover {
    transform: scale(1.1);
}

/* FOOTER */

.footer {
    background-color: #232323;
}

footer {
    padding: 80px 0px;
    gap: 20px;
    background-color: #232323;
}

.appointment-btn-footer {
    font-size: 0.8em;
    font-weight: bold;
    color: white;
    border: none;
    background-color: #232323;
    text-transform: uppercase;
    padding: 5px !important;
}

.h1-footer {
    color: #90d4ec;
    margin-top: 7px;
    font-size: 1.4em;
    text-transform: uppercase;
}

.footer-text {
    color: white;
    margin-top: 8px;
}
.footer-text-slogan {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-top: 8px;
}


.whatsapp-link {
    color: rgb(73, 73, 73);
    text-decoration: none;
}

.main-slogan {
    font-weight: 600;
    font-size: 3em;
    letter-spacing: 1.8px;
}


.builtbylink {color: #ffffff; font-weight: bold;}
.builtby {
  color: rgb(126, 126, 126);
  margin-top: 8px;
  font-size: 0.9em;
}

.builtby-container {
  padding-bottom: 15px;
}

.padding {
  padding: 80px 30px 0px 0px;
}
.padding-left {
  padding: 0px 0px 80px 30px;
}

.link-box {
    margin-top: 50px;
}
.story-link {
    text-decoration: none;
    color: #4bbfea;
    border-bottom: 1px solid #4bbfea;
    padding-bottom: 15px;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 993px) {
    .services-container,.text-container,.text-container-intro {
        padding: 60px 30px 60px 30px;
        text-align: center;
        border-radius: 40px !important;
        border: none;
    }
    .contact-text-container {
        text-align: left !important;
            padding: 60px 30px 60px 30px;
    }
    .padding-left {
        padding: 0px 0px 50px 0px;
    }
    .padding {
        padding: 50px 0px 0px 0px;
      }
    .text-img-2 {
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 80px;
    }

    .banner-img {
        height: auto;
        overflow: auto;
    }
    .text-img {
        display: none;
    }
    .l-hr {
        margin: 0 auto;
    }
    .highlight-img {
        margin-top: 30px;
    }
  }

@media only screen and (max-width: 923px) {
    .announcement-bar {
        display: none;
    }
  }


  @media only screen and (max-width: 575px) {
    .services-container,.text-container {
        padding: 50px 20px 20px 20px;
        text-align: center;
    }
    .map-container {
        width: 100%;
        height:450px;
        border: 5px solid #4bbfea !important;
    }
    .announcement-txt{
        display: none;
    }
    .col-sm-6 {
        margin-bottom: 50px;
    }
  }

  @media only screen and (max-width: 600px) {
.nav-link {
    padding: 40px 0px;
}
.navbar-nav {
    text-align: center;
}
.navbar-text {
    text-align: center;
    padding: 50px 0px;
}
.service-list {
    padding: 20px 25px;
    text-align: left;
}
.service-list li {
    margin-bottom: 10px;
}
  }

  .navbar-toggler {
    outline: none;
    border: none;
  }

 .navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


/* Modal Background */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center; 
  align-items: center;
}

/* Modal Box */
.modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.closeBtn {
  position: absolute;
  top: 12px; right: 16px;
  font-size: 24px;
  cursor: pointer;
}

/* Options */
.modal-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.modal-option {
  display: block;
  padding: 12px;
  background: #81c1d9;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.2s;
}

.modal-sub {
    margin-top: 20px;
    color: grey;
    font-size: 12px;
    padding: 0px 10px;
}

.modal-option:hover {
  background: #679aad;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Custom Modal Background */
.appointment-modal {
  display: none; 
  position: fixed; 
  z-index: 1001; 
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center; 
  align-items: center;
}

/* Custom Modal Box */
.appointment-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}
