@import url("utilitty.css");
@import url("loginmodal.css");
/* @import url("adminhome.css"); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Open Sans", sans-serif;
  /* overflow-x: hidden; */
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

/* navbar styling */
/* logo */
#logo {
  display: block;
  width: 50px;
  /* border: 2px solid black; */
  /* border-radius: 100%; */
  /* margin-top: 4px; */
}

header {
  /* width: 100vw; */
  width: 100%;
  height: 80px;
  background-color: #2c3e50;
  position: fixed;
  height: auto;
  top: 0;
  /* overflow-y: hidden; */
}
nav {
  height: 70px;
  width: 100%;
}

nav ul li {
  margin: 23px 15px;
}
nav ul li a {
  color: white;
  padding: 7px 10px;
  border-radius: 6px;
  font-weight: bold;
  /* text-transform: uppercase; */
  display: block;
}

nav ul li a:hover {
  background-color: rgb(222, 223, 212);
  color: rgb(61, 42, 165);
  font-weight: bold;
  transition: all 0.3s ease-out;
}

/* HERO / BANNER SECTION */
.bannerHero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: url("../image/bannerfinal.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: rgb(7, 53, 53); */
  /* margin-top: 50px; */
  /* padding-top: 35px; */
}

#imgHero {
  overflow: hidden;
  width: 600px;
  height: 400px;
  margin-top: 30px;
}
.h-logo {
  display: block;
  width: 20%;
  /* border: 2px solid black;
  border-radius: 100%; */
  margin: auto;
}
.bannerHero h2 {
  font-size: 2.5rem;
  text-transform: capitalize;
  margin-bottom: 10px;
  /* margin-left: 20px; */
}
.bannerHero p {
  font-size: 1.3rem;
  margin-bottom: 20px;
  /* text-transform: capitalize; */
}

/* Services Section */
.services {
  padding: 50px 0;
  background-color: #ecf0f1;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.card_s_img{
  width: 60px;
  
}
.service-cards .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  min-width: 250px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-cards .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-cards .card i {
  font-size: 3rem;
  color: #1abc9c;
  margin-bottom: 10px;
}

.service-cards .card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service-cards .card p {
  font-size: 1rem;
  color: #555;
}
/* About Us Section */
sectionAbout {
  width: 100%;
  /* height: 320px; */
  /* height: 50vh; */
  /* border: 2px solid red;  */
  display: block;
  overflow: hidden;
}
.aboutBox {
  width: 100%;
}

.leftAbout {
  width: 30%;
  height: 50%;
  /* background-color: blue; */
  /* border: 2px solid green; */
}
#Aboutimg {
  width: 100%;
  height: 100%;
  /* margin-right: 10px; */
  /* width: 400px; */
}
.rightAbout {
  width: 60%;
  height: 90%;
  /* background-color: rgb(255, 208, 0); */
  /* border: 2px solid rgb(128, 0, 0); */
}

/* Treatment section */

/*sectionTreatment {
  display: block;
  width: 100%;
  /* height: 600px; */
/* height: 100vh; */
/* background-color: #cfe8e9; */
/* background-size: cover; */
/* border: 2px solid green; */
/* } */

/* .card {
  width: 350px;
  height: 280px;
  /* border: 2px solid seagreen; */
/* border-radius: 8px; */
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
/* } */

/* .boximg {
  width: 300px;
  height: 180px;
  margin: auto;
  margin-top: 12px;
  overflow: hidden;
 
}
.cardimg {
  width: 100%;
  height: 100%;
  border-radius: 8px;
 
} */

/* Testimonials Section */
.testimonials {
  padding: 50px 0;
  background-color: #ecf0f1;
  text-align: center;
}

.testimonials h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.testimonial-cards .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  flex: 1;
  min-width: 250px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-cards .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-cards .card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.testimonial-cards .card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1abc9c;
}

.box {
  width: 200px;
  height: 250px;
  background-color: #eafcfd;
  border: 3px solid seagreen;
  border-radius: 8px;
  margin-left: 23px;
  font-size: 1.1rem;
}

.round-img {
  width: 100px;
  border: 2px solid seagreen;
  border-radius: 100%;
  /* position: relative;
  top: 20%; */
  overflow: hidden;
}
/* Appointment Section */
.appointment {
  padding: 50px 0;
  background-color: #ecf0f1;
  text-align: center;
}

.appointment h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

#appointment-form {
  /* max-width: 400px; */
  max-width: 60%;
  margin: 0 auto;
  text-align: left;
}

#appointment-form .form-group {
  margin-bottom: 15px;
}

#appointment-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

#appointment-form input{
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#appointment-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#appointment-form .btn_1 {
  display: inline-block;
  background-color: #1abc9c;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
  cursor: pointer;
}

#appointment-form .btn:hover {
  background-color: #16a085;
}

/* Footer */

footer {
  width: 100%;
  background-color: #2c3e50;
  font-size: 1.1rem;
  overflow: hidden;
  color: white;
}

/* Contact Section */
.contact {
  padding: 50px 0;
  text-align: center;
}

.contact h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.contact p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info .info-item i {
  font-size: 2rem;
  color: #1abc9c;
}

.contact-info .info-item p {
  font-size: 1rem;
  color: #555;
}
