
/* .hero {
  padding: 100px 150px 150px 150px;
  display: flex;
  justify-content: space-between;
  background: #ffffffee;
} */

.hero {
  background-image: url('../images/HeroImage.png');
  /* background-image: url('/images/HeroImage.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: white;
  padding: 100px 150px 150px 150px;
  /* padding: 0 1rem; */
  /* text-align: center; */
}
.banner2 {
  margin-left: 30px;
}
.heroImage {
  display: flex;
}
.banner1 {
  margin-top: 100px;
}
.heroText h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 86.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  margin-top: 100px;
}
.heroText p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  /* margin-top: 40px; */
  margin-bottom: 40px;
  max-width: 645px;
}
.heroButon {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.heroButon button {
  padding: 10px 24px 10px 24px;
  gap: 10px;
  border-radius: 8px;
  border: none;
}
/* .heroText {
  width: 50%;
} */
.button1 button {
  background: #0A46AE;
  padding: 20px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.button1 button:hover {
  background: #D175A3;
  color: #fff;
}
.button2 button {
  border: 1px solid #fff;
  background: transparent;
  padding: 20px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.whatWeDoText {
  text-align: center;
}
.whatWeDo {
  padding: 50px 150px 100px 150px;
  background: #E7EEF9;
}
.whatWeDoText h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  color: rgba(4, 28, 68, 1);
}
.whatWeDoBoxes {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.whatWeDoBox {
  width: 24%;
  background: rgba(8, 60, 145, 1);
  padding: 50px 50px;
  border-radius: 10px;
  align-items: center;
}
.whatWeDoBoxMiddle {
  background: rgba(231, 238, 249, 1);
}
.whatWeDoBox h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  text-align: center;
}
.whatWeDoBox p {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
}
.whatWeDoBoxMiddle h3 {
  color: rgba(0, 0, 0, 1);
}
.whatWeDoBoxMiddle p {
  color: rgba(0, 0, 0, 1);
}
.whatWeDoBox img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 50px;
}
.count {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
}
.countText p {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(8, 60, 145, 1);
}

.countText span {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
}
.moreButton {
  text-align: center;
}
.moreButton button {
  border: none;
  background: rgba(8, 60, 145, 1);
  padding: 10px 25px;
  color: #fff;
  font-family: Satoshi;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
  border-radius: 8px;
}
.services {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.servicePage {
  padding: 50px 150px;
}
.servicesText1 h2 {
  color: #041C44;
  font-size: 38px;
  font-weight: 700;
  /* line-height: 0%; */
  text-align: left;
  width: 400px;
  padding: 20px 30px;
  height: 204px;
}
.serviceImage img {
  width: 187.04px;
  height: 204px;
  border-radius: 2px 0px 0px 0px;
}
.serviceSection {
  display: flex;
  margin-bottom: 30px;
}
.serviceSectionText {
  background: rgba(231, 238, 249, 1);
  height: 204px;
}
.serviceSectionText h3 {
  padding: 50px 20px 20px 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: -0.02em;
}
.serviceSectionText p {
  padding: 0 20px 20px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  text-align: left;
  width: 400px;
}
.serviceSectionMiddle {
  background: rgba(8, 60, 145, 1);
}
.serviceSectionMiddle h3 {
  color: rgba(255, 255, 255, 1);
}
.serviceSectionMiddle p {
  color: rgba(255, 255, 255, 1);
}
.serviceButton {
  text-align: center;
}
.serviceButton button {
  padding: 10px 20px;
  border: 1px solid rgba(8, 60, 145, 1);
  color: rgba(8, 60, 145, 1);
  font-family: Satoshi;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
  background: transparent;
  border-radius: 8px;
  margin-top: 20px;
}
.aboutUs {
  background: rgba(231, 238, 249, 1);
  padding: 100px 150px 100px 150px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.rectangle {
  background: rgba(8, 60, 145, 1);
  width: 410px;
  height: 387px;
  top: 184px;
  left: -120px;
  gap: 0px;
  position: relative;
}
.aboutUsLeft img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 10px;
    
}
.aboutUsLeft {
  position: relative;
  width: 60%;
}
.aboutUsRight {
  width: 50%;
  margin-top: 30px;
}
.aboutUsRight span {
  font-size: 14.88px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
  color: rgba(8, 60, 145, 1);
}
.aboutUsRight h3 {
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  color: #041C44;
}
.aboutUsRight p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  padding: 30px 0;
}
.aboutUsRight button {
  background: rgba(8, 60, 145, 1);
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
  color: #fff;
  border: none;
  border-radius: 8px;
}
.surgicalunit {
  background: rgba(8, 60, 145, 1);
  padding: 23px 33px;
  border-radius: 10px;
  width: 378px;
  max-width: 100%;
  margin: 30px 0;
}
.surgicalunit h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
  color: #fff;
}
.surgicalunitBox {
  width: 378px;
  border: 1px solid rgba(8, 60, 145, 1);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.surgicalunitBox p {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: rgba(8, 60, 145, 1);
}
.surgicalunitBox h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 25.2px;
  text-align: left;
  color: rgba(8, 60, 145, 1);
  padding-bottom: 20px;
}
.appointment {
  background-image: url("../images/appointment.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
.appointmentForm {
  background: #083c91;
  height: 600px;
  margin: auto;
  width: 60%;
  margin-top: 100px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20%;
}
.ourTeam {
  padding: 50px 100px 100px 100px;
}
.teams {
  display: flex;
  margin-top: 50px;
  gap: 40px;
  flex-wrap: wrap;
}
.team img {
  height: 280px;
  width: 280px;
  object-fit: cover;
  border-radius: 50%;
}
.teamname {
  text-align: center;
}
.ourTeamHeading {
  text-align: center;
}
.ourTeamHeading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 37.8px;
  text-align: center;
  color: rgba(8, 60, 145, 1);
}
.team h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  color: rgba(8, 60, 145, 1);
}
.team p {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: center;
  color: rgba(40, 40, 43, 1);
}

/* .banner1, .banner2 {
  animation: randomMovement 10s infinite alternate ease-in-out;
} */

.banner1 {
  animation: randomMovement1 16s infinite alternate ease-in-out;
}

.banner2 {
  animation: randomMovement2 12s infinite alternate ease-in-out;
}

@keyframes randomMovement1 {
  0% { transform: translate(0, 0); }
  25% { transform: translate(5px, 10px); }
  50% { transform: translate(-8px, -5px); }
  75% { transform: translate(3px, 8px); }
  95% { transform: translate(-5px, -3px); }
  100% { transform: translate(-5px, -3px); } 
}

@keyframes randomMovement2 {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-10px, 5px); }
  50% { transform: translate(8px, -10px); }
  75% { transform: translate(-3px, 12px); }
  95% { transform: translate(5px, -8px); } 
  100% { transform: translate(5px, -8px); } 
}




@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    padding: 10px 10px;
  }
  .hero {
    /* background-size: contain; */
    height: auto;
    padding: 2rem 1rem;
  }
  .heroImage {
    /* display: none; */
  }
  .services {
    flex-direction: column;
    gap: 0;
  }
  .serviceSectionText p {
    width: 100% !important;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    line-break: auto;
    line-height: normal;
  }
  .surgicalunitBox {
    width: 87% !important;
  }
  .servicesText1 h2 {
    width: 100% !important;
    padding: 20px 10px;
    line-height: 100%;
    font-size: 24px;
    height: fit-content;
    color: #041C44;
  }
  .aboutUsLeft img {
   width: 100%;
   height: auto;
  }
  .aboutUsLeft {
    width: 100%;
    
  }
  .aboutUs {
    gap: 0 !important;
  }
  .servicePage {
    padding: 10px 10px;
  }
  .heroText h1 {
    font-size: 40px;
    line-height: normal;

  }
  .wellness {
    font-size: 40px !important;
  }
  .whatWeDo {
    padding: 10px 10px;
  }
  .whatWeDoBox {
    width: 100%;
    padding: 10px;
  }
  .aboutUsRight {
    width: 100%;
    padding: 20px;
  }
  .banner1 img {
    width: 100%;
  }
  .banner2 img {
    width: 100%;
  }
  .heroText {
    width: 100%;
  }
  .heroImage {
    margin-top: 50px;
  }
  .serviceSectionText h3 {
    padding: 10px 10px 0 10px;
    font-size: 20px;
  }
  .serviceImage img {
    width: 120px;
    height: 140px;
  }
  .serviceSectionText {
    height: 140px;
  }
  .surgicalunit {
    width: 80%;
  }
  .aboutUs {
    padding: 10px 10px;
  }

  .aboutUsRight h3 {
    font-size: 20px;
  }

  .aboutUsRight p {
    font-size: 16px;
  }
  .whatWeDoBox img {
    margin-bottom: 0;
    object-fit: cover;
  }
}


#changing-text {
  display: inline-block;
  position: relative;
}


@keyframes slideDownIn {
  0% {
      transform: translateY(-100%);
      opacity: 0;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}


@keyframes slideDownOut {
  0% {
      transform: translateY(0);
      opacity: 1;
  }
  100% {
      transform: translateY(100%);
      opacity: 0;
  }
}

/* Apply slide-in animation */
.slide-in {
  animation: slideDownIn 0.8s ease-in-out forwards;
}

/* Apply slide-out animation */
.slide-out {
  animation: slideDownOut 0.8s ease-in-out forwards;
}




.appointment-section {
  
  padding: 100px 150px;
}

.contact-tag {
  color: #D175A3;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

h1 {
  color: #041C44;
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.description {
  color: #546e7a;
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.6;
}

.booking-container {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.form-container {
  flex: 1;
  min-width: 300px;
}

.map-container {
  flex: 1;
  min-width: 300px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 12px;
  border: none;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  color: #333;
  margin-bottom: 1rem;
}
input {
  width: 95% !important;
}

.form-control:focus {
  outline: none;
  border-color: #0A46AE;
  box-shadow: 0 0 0 2px rgba(0,188,212,0.2);
}

.date-time-container {
  display: flex;
  gap: 1rem;
}

.date-time-container .form-control {
  flex: 1;
}

.book-button {
  width: 100%;
  padding: 1rem;
  background: #0A46AE;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.book-button:hover {
  background: #0A46AE;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

@media (max-width: 768px) {
  .booking-container {
      flex-direction: column;
  }

  .date-time-container {
      flex-direction: column;
  }

  h1 {
      font-size: 2rem;
  }

  .appointment-section {
      padding: 1rem;
      margin: 2rem auto;
  }

  .map-container {
      min-height: 300px;
  }
}

iframe {
  margin-top: 0 !important;
}




.hero-section {
  /* max-width: 1200px; */
  /* margin: 2rem auto; */
  padding: 100px 150px 100px 150px;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.image-container {
  flex: 1;
  min-width: 300px;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.content-container {
  flex: 1;
  padding: 1rem;
}

.stats-card {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.stats-icon {
  background: #D175A3;
  padding: 0.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.stats-text {
  display: flex;
  flex-direction: column;
}

.stats-number {
  font-weight: bold;
  color: #004d40;
}

.work-tag {
  color: #ff6347;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-section h1 {
  color: #041C44;
  font-size: 56px;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-section p {
  color: #546e7a;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cta-button {
  background: #0A46AE;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background: #0A46AE;
}

@media (max-width: 768px) {
  .hero-section {
      flex-direction: column;
      text-align: center;
  }

  .stats-card {
      margin: 1rem auto;
  }

  h1 {
      font-size: 2rem;
  }
}















header {
  text-align: left;
  margin-bottom: 40px;
}

header h1 {
  font-size: 56px;
  margin-bottom: 30px;
  color: #041C44;
  text-align: center;
}

header p {
  font-size: 18px;
  color: #041C44;
  /* max-width: 652px; */
  width: 90%;
  margin: 0px auto;
  text-align: justify;
}

/* Services Styles */

.service-container {
  padding: 100px 150px;
  background: rgba(231, 238, 249, 1);
}

.service {
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
    border-radius: 11px;
    padding: 1.75rem 1rem;
    box-shadow: 11px 20px 40px 9px rgba(0, 0, 0, .1137254902);
    min-height: 300px;
    width: 300px;
    
}
.wellness {
  font-size: 75px;
  color: rgba(231, 238, 249, 1);
  line-height: 100%;
  font-style: italic;
}
.service img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  background: #D175A3;
  border-radius: 5px;
}

.service h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  color: #041C44 !important;
}

.service p {
  font-size: 16px;
  color: #fff;
  color: #041C44 !important;
}

.service a {
  display: inline-block;
  margin-top: 20px;
  color: #D175A3;
  text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .service {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .services {
    grid-template-columns: 1fr;
  }
  .flexDirection {
    flex-direction: column;
  }
}



.dental-team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
}

.team-member {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 30px 0px;
  border-radius: 20px;
}

.team-member img {
  max-width: 100%;
  height: auto;
  /* border-radius: 20px; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.team-member h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #041C44;
}

.do-container {
  padding: 150px 150px 150px 150px;
}
.do-text {
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 767px) {
  .do-container {
    padding: 20px;
  }

  .dental-team {
    grid-template-columns: 1fr;
  }

 

  .team-member h3 {
    font-size: 20px;
  }

  .team-member p {
    font-size: 14px;
  }
  .image-container img {
    display: none;
  }
 
}