@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Jedira";
  src: url("./fonts/jedira-regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url(./fonts/static/PlusJakartaSans-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 1440px;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

body h1 {
  font-family: "Jedira", sans-serif;
}

body h2,
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

body a button {
  font-family: "Poppins", sans-serif;
}

.header-hero {
  background-image: url(./public/hero-bg-min.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1350px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*---------------Header-------------------*/

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
  margin-right: 65px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.logo img {
  width: 172px;
  height: 68px;
}
.navbar {
  background-color: white;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 9999px;
  height: 64px;
}
.navbar a {
  color: #093a30;
  font-size: 18px;
}
.navbar .nav-item-1 {
  display: flex;
  align-items: center;
}
.button {
  background: white;
  display: flex;
  align-items: center;
  font-size: 18px;
  border-radius: 50px;
  padding: 5px 10px;
  gap: 10px;
  border: none;
  height: 64px;
  cursor: pointer;
}

.button:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid white;
  color: black;
  transition: opacity 0.5s ease;
}

.button img {
  background-color: #29cc90;
  border-radius: 100%;
}

.button img:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid white;
  color: black;
  transition: opacity 0.5s ease;
}

/*---------------Hero Section-----------------*/

.hero-section {
  display: flex;
  align-items: center;
  /* gap: 12%; */
  /* margin-left: 50px;
  margin-right: 50px; */
  padding-bottom: 80px;
  /* max-width: 740px; */
}

.hero-content {
  width: 426px;
  height: 580px;
}

.hero-section h1 {
  font-size: 38px;
  color: #0281cb;
}
.hero-section p {
  font-size: 18px;
  line-height: 34px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hero-section-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-section-btn button {
  background-color: #0281cb;
  border: none;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 10px;
  width: 286px;
  height: 58px;
}

.hero-section-btn button:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid white;
  color: black;
  transition: opacity 0.5s ease;
}

.hero-icon {
  background: #fff;
  border-radius: 100%;
}

.images {
  margin-top: 20px;
}

.hero-images {
  display: flex;
  gap: 20px;
  /* margin-left: 18%; */
}

.hero-img1 {
  background: linear-gradient(#f1f7fc, #73c3d6);
  width: 405px;
  height: 584px;
  border-radius: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 20px; */
  margin-bottom: 30px;
}

.hero-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img2 {
  width: 405px;
  height: 584px;
  border-top-left-radius: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: none;
}

.hero-img2 img {
  width: 100%;
  display: block;
}

/*---------------CTA--------------*/

.main-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
}

.cta-section {
  background: white;
  padding: 50px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.cta-heading {
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  color: #29cc90;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 700px;
}

.form-inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.name {
  height: 58px;
  width: 200px;
  flex: 1;
  border-radius: 50px;
  outline: none;
  border: 1px #a3b6c4 solid;
  padding: 0 10px;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.name::placeholder {
  color: #a3b6c4;
}

.email {
  width: 200px;
  height: 58px;
  flex: 1;
  border-radius: 50px;
  outline: none;
  border: 1px #a3b6c4 solid;
  padding: 0 10px;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.email::placeholder {
  color: #a3b6c4;
}

.phone {
  width: 200px;
  height: 58px;
  flex: 1;
  border-radius: 50px;
  outline: none;
  border: 1px #a3b6c4 solid;
  padding: 0 10px;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.phone::placeholder {
  color: #a3b6c4;
}

.comment {
  width: 100%;
  height: 123px;
  border-radius: 40px;
  outline: none;
  border: 1px #a3b6c4 solid;
  padding: 10px 20px;
  padding-top: 20px;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  resize: none;
}

.comment::placeholder {
  color: #a3b6c4;
}

.comment::placeholder {
  color: #a3b6c4;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 300px;
}

.main-cta button {
  background: #0281cb;
  color: white;
  border-radius: 50px;
  outline: none;
  font-size: 18px;
  border: none;
  margin-top: 30px;
  width: 200px;
  height: 58px;
  position: relative;
  align-self: center;
}

.main-cta button:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid black;
  color: black;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6; /* optional — makes it look visually disabled */
  }

/*----------------------Doctors----------------------*/

.doctors-img-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 117px;
  background-image: url("./public/doctorsbgimg-min.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.doctors-img-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.doctors-img-1 p {
  font-size: 25px;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: white;
}

.doctors-img-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.doctors-img-2 p {
  font-size: 25px;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: white;
}

/*-------------Why Families Choose Dr.Mazen Dayeh?-----------------*/

.services {
  background: linear-gradient(
    to right,
    rgba(2, 129, 203, 0) 0%,
    rgba(41, 204, 144, 0) 100%
  )!important;
  padding-bottom: 30px;
  max-width: 1350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.services-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.services-section-header h1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: black;
}

.services-section-header p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.services-section-content-heading {
  font-size: 18px;
  font-weight: bold;
  color: #0281cb;
  text-align: center;
  margin-bottom: 20px;
}

.services-section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1340px;
  margin-left: 25px;
  justify-content: center;
}

.services-box {
  display: flex;
  align-items: center;
  width: 414px;
  gap: 28px;
  border: 1px solid;
  border-color: #16a7ae;
  border-radius: 20px;
  padding: 10px 20px;
}

.services-box-heading {
  font-size: 18px;
  font-weight: bold;
  color: #0281cb;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.services-box-text {
  font-size: 18px;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.services-img {
  flex: 1;
}

.services-box-content {
  flex: 1;
}

/*----------------About-------------------*/

.about {
  background: linear-gradient(
    to top,
    rgba(2, 129, 203, 0.1) 0%,
    rgba(41, 204, 144, 0.1) 100%
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 60px;
  padding-bottom: 100px;
  padding-left: 60px;
  max-width: 1350px;
  background-color: 0.5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  grid-auto-rows: min-content;
  grid-auto-flow: column;
}

.about-1 {
  /* grid-row: 1; */
  grid-column: span 1 / span 1;
  column-span: 1;
}

.about-2 {
  /* column-span: 2; */
  grid-row: 2;
  grid-column: span 1 / span 1;
  column-span: 1;
}

.about-3 {
  grid-column: 2; /* stays in 2nd column */
  grid-row: 1 / span 2; /* spans both rows (1 and 2) */
}

.about h1 {
  font-size: 40px;
  font-weight: normal;
  color: #0281cb;
  /* line-height: 0; */
  /* margin: 73px 0px; */
}

.about p {
  font-size: 18px;
  font-weight: normal;
  color: black;
  margin-bottom: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.about-list {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(41, 204, 144, 0.3) 100%
  );
  padding: 0px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right-width: 0.5px;
  margin-bottom: 20px;
  margin-right: 30px;
}

.about-list ul {
  list-style: none;
}

.list {
  display: flex;
  align-items: start;
  line-height: 0;
  padding-top: 20px;
}

.list .list-heading {
  font-size: 20px;
  font-weight: bold;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.list .list-text {
  font-size: 18px;
  font-weight: normal;
  color: black;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/*-----------------------Our Services---------------------*/

.ourservices-section {
  background-color: #f4f7ff;
  padding: 30px 80px;
  max-width: 1350px;
}

.heading h1 {
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  color: #0281cb;
}

.ourservices-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourservices-box img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.ourservices-content {
  padding-left: 20px;
  background: linear-gradient(
    to left,
    rgba(2, 129, 203, 0.2) 0%,
    rgba(41, 204, 144, 0.2) 100%
  );
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 448px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-right: 20px;
}

.ourservices-content h1 {
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin-top: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ourservices-content p {
  font-size: 18px;
  margin-right: 50px;
  margin-bottom: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ourservices-content-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ourservices-content-list p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 8px;
}

.ourservices-content-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ourservices-content-list button {
  margin-bottom: 10px;
}

.ourservices-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourservices-box2 img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.ourservices-content2 {
  padding-left: 20px;
  background: linear-gradient(
    to left,
    rgba(2, 129, 203, 0.2) 0%,
    rgba(41, 204, 144, 0.2) 100%
  );
  height: 448px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  gap: 10px;
  padding-right: 20px;
}

.ourservices-content2 h1 {
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin-top: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ourservices-content2 p {
  font-size: 18px;
  margin-right: 50px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ourservices-box3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourservices-box3 img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.ourservices-content3 {
  padding-left: 20px;
  background: linear-gradient(
    to left,
    rgba(2, 129, 203, 0.2) 0%,
    rgba(41, 204, 144, 0.2) 100%
  );
  height: 448px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  gap: 10px;
  padding-right: 20px;
}

.ourservices-content3 h1 {
  font-size: 25px;
  font-weight: bold;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 30px;
}

.ourservices-content3 p {
  font-size: 18px;
  margin-right: 50px;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
}

.main-ourservices-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero-section-btn1 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-section-btn1 button {
  background-color: #0281cb;
  border: none;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 10px;
  width: 286px;
  height: 58px;
}

.hero-section-btn1 button:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid white;
  color: black;
}

/*--------------------Patient Journey------------------*/

.patient-journey {
  background: linear-gradient(to top, #f4f7ff 0%, #e9f9f5 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  max-width: 1350px;
}

.patient-journey-heading h1 {
  font-size: 40px;
  font-weight: normal;
  color: #0281cb;
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
}

.patient-journey-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.patient-journey-box-1 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.patient-journey-box-1-content {
  background-color: #0281cb;
  border-radius: 20px;
  padding: 10px 20px;
  height: 194px;
}

.patient-journey-box-1-header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.patient-journey-box-1-header h1 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-top: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.patient-journey-box-1-body p {
  font-size: 18px;
  font-weight: normal;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.patient-journey-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.patient-journey-box-2 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.patient-journey-box-2-content {
  background-color: #0281cb;
  border-radius: 20px;
  padding: 10px 20px;
  height: 194px;
}

.patient-journey-box-2-header {
  display: flex;
  align-items: center;
  gap: 50px;
}

.patient-journey-box-2-header img {
  padding-top: 10px;
}

.patient-journey-box-2-header h1 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-top: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.patient-journey-box-2-body p {
  font-size: 18px;
  font-weight: normal;
  color: white;
  padding-top: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.patient-journey-box-3 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.patient-journey-box-3-content {
  background-color: #0281cb;
  border-radius: 20px;
  padding: 10px 20px;
  height: 194px;
}

.patient-journey-box-3-header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.patient-journey-box-3-header h1 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-top: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.patient-journey-box-3-body p {
  font-size: 18px;
  font-weight: normal;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.patient-journey-box-4 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.patient-journey-box-4-content {
  background-color: #0281cb;
  border-radius: 20px;
  padding: 10px 20px;
  height: 194px;
}

.patient-journey-box-4-header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.patient-journey-box-4-header h1 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-top: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.patient-journey-box-4-body p {
  font-size: 18px;
  font-weight: normal;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/*--------------Location---------------*/

.location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  padding-top: 70px!important;
  padding-bottom: 70px!important;
  max-width: 1350px;
  background: #ffffff;
}

.location-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-items: center;
  line-height: 1;
}

.location-content h1 {
  font-size: 40px;
  font-weight: normal;
  color: #0281cb;
  line-height: 0;
}

.location-content p {
  font-size: 18px;
  font-weight: normal;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.location-content-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  list-style: none;
}

.location-content-list li {
  flex: 1 1 calc(33.33% - 10px);
  display: flex;
  align-items: center;
}

/*------------------Callback--------------------*/

.callback {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background: linear-gradient(to left, #bbd6e5 0%, #e9eef2 100%);
  padding: 0px 60px;
  padding-top: 30px;
  max-width: 1350px;
}

.callback-left {
  display: flex;
  align-items: start;
  position: relative;
}

.callback-left h1 {
  font-size: 30px;
  font-weight: normal;
  color: #0281cb;
  padding-left: 50px;
}

.callback-left img {
  position: absolute;
  top: 50px;
  left: 150px;
  max-width: 800px;
}

.callback-left img {
  width: 100%;
  height: auto;
  
}

.callback-right {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.callback-right-box1 {
  display: flex;
  background: linear-gradient(
    to top,
    rgba(230, 238, 241, 1) 0%,
    rgba(2, 129, 203, 0.2) 92%
  );
  border-radius: 20px;
  width: 504px;
  height: 316px;
  line-height: 37px;
  padding: 0px 32px;
}

.callback-right-box1-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.callback-right-box1-heading p {
  font-size: 22px;
  font-weight: normal;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.blue-text {
  color: #0281cb;
}

.green-text {
  color: #29cc90;
}

.callback-right-box1-img {
  display: flex;
  align-self: flex-end;
}

.callback-btn button {
  background-color: #0281cb;
  border: none;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  width: 255px;
  height: 64px;
}

.callback-btn button:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid white;
  color: black;
  transition: opacity 0.5s ease;
}

.callback-right-box2 {
  max-width: 520px;
  height: 316px;
}

.callback-right-box2 img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/*-------------------Footer-------------------*/

.footer {
  background-color: #2b475c;
  max-width: 1350px;
  padding: 20px 80px;
}

.upper-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0px 40px;
}

.footer-logo {
  margin-top: 10px;
}

.social-media p {
  font-size: 20px;
  color: #27eda4;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-contact p {
  font-size: 20px;
  color: #27eda4;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-contact-content p {
  font-size: 18px;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.heading {
  font-size: 20px !important;
  color: #27eda4 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-call p {
  font-size: 25px;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

.lower-footer {
  display: flex;
  /* justify-content: space-between; */
  border-top: 1px solid #576b7a;
  margin-top: 30px;
  padding-top: 30px;
}

.lower-footer-heading p {
  font-size: 20px;
  color: #27eda4;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.treatment {
  flex: 1;
}

.infertility {
  flex: 2;
}

.lower-footer-content {
  display: grid;
  grid-template-rows: repeat(7, minmax(0, 1fr));
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}

.lower-footer-content p a {
  font-size: 18px;
  color: #a3b6c4;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
}

.lower-footer-content p a:hover {
  text-decoration: underline;
  color: white;
}

.lower-footer-content-2 p a {
  font-size: 18px;
  color: #a3b6c4;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 10px;
  text-decoration: none;
}

.lower-footer-content-2 p a:hover {
  text-decoration: underline;
  color: white;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  font-size: 18px;
  color: #a3b6c4;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .header {
    width: 100px;
  }

  .header-hero {
    padding: 0;
  }

  .button {
    display: none;
  }

  /*-------------------Hero Section------------------------*/

  .hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content {
    width: max-content;
  }

  .hero-content h1 {
    width: 280px;
  }

  .hero-content p {
    width: 280px;
  }

  .hero-images {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 10px;
    width: max-content;
    margin: 0;
  }

  .hero-img1 {
    width: max-content;
    height: auto;
  }
  .hero-img1 img {
    width: 120px;
    height: auto;
  }

  .hero-img2 {
    width: max-content;
    height: max-content;
  }
  .hero-img2 img {
    width: 120px !important;
    height: auto !important;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    height: auto;
  }

  .hero-content h1 {
    font-size: 30px;
    text-align: center;
    color: #0281cb;
  }

  .hero-content p {
    font-size: 16px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
  }

  .hero-section-btn button {
    width: 216px;
    font-size: 14px;
    font-weight: normal;
  }

  .images {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: max-content;
  }

  .images img {
    width: 25%;
    height: auto;
  }

  /*------------------CTA--------------------*/

  .main-cta {
    display: flex;
    flex-direction: column;
  }

  .cta-section {
    width: 300px;
    height: 550px;
    border-radius: 20px;
  }

  .form {
    display: flex;
    flex-direction: column;
  }

  .form-inputs {
    display: flex;
    flex-direction: column;
  }

  .name {
    width: 280px;
    height: 50px;
    color: black;
  }

  .email {
    width: 280px;
    height: 50px;
    color: black;
  }

  .phone {
    width: 280px;
    height: 50px;
    color: black;
  }

  .comment {
    width: 280px;
    height: 110px;
    color: black;
  }

  .cta-heading h2 {
    font-size: 20px;
  }

  .main-cta button {
    margin-bottom: 40px;
    margin-top: 0;
  }

  /*-----------------------About-----------------------*/

  .about {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto 1fr;
    grid-auto-rows: min-content;
    grid-auto-flow: column;
    place-items: center;
    padding: 0;
    padding-left: 10px;
    /* padding-right: 10px; */
  }

  .about-1 {
    /* grid-row: 1; */
    grid-column: span 2 / span 2;
    column-span: 2;
    width: 280px;
    margin-top: 30px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .about-3 {
    grid-row: 2;
    grid-column: 1 / -1;
    column-span: 2;
    width: 280px;
  }

  .about-2 {
    grid-column: span 2 / span 2;
    grid-row: 3 / span 3;
    margin: 0;
    padding: 0;
  }

  .about-3 img {
    width: 100%;
    height: auto;
  }

  .about h1 {
    font-size: 30px;
    text-align: center;
  }

  .about p {
    font-size: 16px;
    text-align: center;
  }

  .about-list {
    width: 280px;
    padding: 0;
    padding-left: 10px;
    border-radius: 20px;
  }

  .list {
    display: flex;
    gap: 0;
    align-items: start;
    justify-content: start;
    text-align: left;
  }

  .list-heading {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .list-text {
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .hero-section-btn {
    width: 280px;
  }

  .hero-section-btn {
    margin-bottom: 30px;
  }

  /*--------------------Doctors Image------------------*/

  .doctors-img-section {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .doctors-img-1 img {
    width: 80%;
    height: auto;
  }

  .doctors-img-1 p {
    font-size: 14px;
  }

  .doctors-img-2 img {
    width: 80%;
    height: auto;
  }

  .doctors-img-2 p {
    font-size: 14px;
  }

  /*----------------------Why Choose-------------------------*/

  .services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .services-section-header h1 {
    font-size: 20px;
  }

  .services-section-header p {
    font-size: 14px;
  }

  .services-section-content-heading {
    width: max-content;
    display: flex;
    justify-content: center;
  }

  .services-section-content-heading h2 {
    font-size: 18px;
    text-align: center;
  }

  .services-section-content {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .services-section-content {
    padding: 0;
    margin: 0;
  }

  .services-box {
    width: 280px;
    margin: 0;
    display: flex;
    gap: 10px;
  }

  .services-img {
    width: max-content;
    padding: 0;
    margin: 0;
  }

  .services-img img {
    width: 100%;
    height: auto;
  }

  .services-box-heading {
    font-size: 16px;
  }

  .services-box-text {
    font-size: 12px;
  }

  /*----------------------Our Services----------------------------*/
  .ourservices-section {
    padding: 0;
    padding-top: 30px;
  }

  .heading {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
  }

  .ourservices-box3 {
    display: flex;
    flex-direction: column;
  }

  .ourservices-box3 img {
    width: 280px;
    height: auto;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }

  .ourservices-content3 {
    width: 280px;
    padding: 0 10px;
  }

  .ourservices-content h1 {
    font-size: 18px;
  }

  .ourservices-content p {
    font-size: 14px;
  }

  .ourservices-content2 h1 {
    font-size: 18px;
  }

  .ourservices-content3 h1 {
    font-size: 18px;
  }

  .ourservices-content2 p {
    font-size: 14px;
  }

  .ourservices-content3 p {
    font-size: 14px;
  }

  .hero-section-btn {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section-btn {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .ourservices-box2 {
    display: flex;
    flex-direction: column;
  }

  .ourservices-box {
    display: flex;
    flex-direction: column;
  }

  .ourservices-box2 img {
    width: 280px;
    height: auto;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }

  .ourservices-box img {
    width: 280px;
    height: auto;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }

  .ourservices-content3 {
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .ourservices-content3 p {
    margin-right: 0;
  }

  .ourservices-content2 {
    width: 280px;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    height: auto;
  }

  .hero-section-btn1 button {
    width: 216px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .ourservices-content2 p {
    margin-right: 0;
  }

  .ourservices-content {
    width: 280px;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 0 10px !important;
  }

  .ourservices-content p {
    margin-right: 0;
  }

  .ourservices-content-list li {
    display: none;
  }

  /*--------------------------Patient Journey---------------------*/

  .patient-journey-heading h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .patient-journey-box {
    display: flex;
    flex-direction: column;
  }

  /*--------------------Location--------------------*/

  .location {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .locationimg {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .locationimg img {
    width: 90%;
    height: auto;
  }

  .location-content {
    align-items: center;
    width: 280px;
  }

  .location-content h1 {
    font-size: 25px;
  }

  .location-content p {
    font-size: 12px;
    text-align: center;
  }

  .location-content-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .location-content-list li {
    flex: 1 calc(50% - 10px);
    font-size: 12px;
  }

  /*----------------------------Callback------------------------------*/

  .callback {
    display: flex;
    flex-direction: column;
    padding: 30px 0px;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: start;
  }

  .callback-left {
    align-self: start;
  }

  .callback-left h1 {
    font-size: 20px;
    padding: 20px;
  }

  .callback-left img {
    width: 85%;
    height: auto;
    position: absolute;
    left: 90px;
    top: 60px;
  }

  .callback-right {
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 100px;
    gap: 0;
  }

  .callback-right-box1 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 300px;
    height: 212px;
    padding: 0;
    margin: 0;
    background: linear-gradient(to bottom, #e6eef1 0%, #a1d0e9 92%);
  }

  .callback-right-box1-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px;
  }

  .callback-right-box1-heading p {
    font-size: 13px;
    font-weight: normal;
    color: black;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 20px;
    text-align: left;
  }

  .callback-btn button {
    width: 150px;
    font-size: 12px;
    margin-top: 5px;
    height: 40px;
  }

  .callback-right-box1-img {
    display: flex;
    align-items: end;
    flex: 1;
  }

  .callback-right-box1-img img {
    width: 100%;
    height: auto;
  }

  .callback-right-box2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 300px;
    height: 212px;
  }

  .callback-right-box2 img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
  }

  /*-----------------------Footer--------------------*/

  .footer {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
  }

  .upper-footer {
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 18px;
    align-items: center;
    padding: 0;
    margin: 0;
    flex: 1;
  }

  .social-media {
    text-align: center;
    font-size: 14px;
  }

  .footer-contact {
    text-align: center;
    font-size: 14px;
  }

  .footer-call {
    text-align: center;
    line-height: 1;
    padding: 0;
    gap: 0;
  }

  .lower-footer {
    flex: 1;
  }

  .lower-footer-content {
    display: grid;
    grid-template-rows: repeat(7, minmax(0, 1fr));
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    grid-auto-flow: row;
    grid-auto-columns: minmax(0, 1fr);
  }

  .lower-footer-heading p {
    font-size: 13px;
  }

  .lower-footer-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .lower-footer-content p a {
    font-size: 13px;
    color: #a3b6c4;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  .lower-footer-content-2 p a {
    font-size: 13px;
    color: #a3b6c4;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-top: 10px;
  }

  .copyright {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }

  .copyright p {
    font-size: 13px;
  }

  /*------------------------Why Choose-----------------------*/

  .services {
    max-width: 1600px;
  }

  /*--------------------Our Serivces-------*/

  .ourservices-section {
    max-width: 1600px;
  }

  /*------------------Patient Journey------------------*/

  .patient-journey {
    max-width: 1600px;
  }

  /*-------------------Callback----------------*/

  .callback {
    align-items: center;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  /*-----------------Header-Hero--------------*/

  .header-hero {
    width: 1980px;
  }

  .hero-section {
    display: flex;
    align-items: start;
  }

  .hero-images {
    margin-left: 80px;
  }

  /*-------------------------Doctors Images----------------------*/

  .doctors-img-section {
    width: 1350px;
  }

  /*----------------------------Why Choose-----------------------*/

  .services {
    width: 1980px;
  }

  /*--------------------------About---------------------------------*/

  .about {
    width: 1860px;
  }

  /*--------------------------Our Services---------------------------*/

  .ourservices-section {
    width: 1820px;
  }

  /*------------------------Patient Journey--------------------*/

  .patient-journey {
    width: 1980px;
  }

  /*-----------------------Location-----------------------*/

  .location {
    width: 1980px;
  }

  /*----------------------Callback-----------------------*/

  .callback {
    width: 1860px;
  }

  /*-----------------------Footer------------------------*/

  .footer {
    width: 1820px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-hero {
    width: 1550px;
  }

  .hero-images {
    margin-left: 80px;
  }

  /*--------------------About-----------------------*/

  .about {
    width: 1550px;
  }

  /*---------------------Doctors Image---------------*/

  .doctors-img-section {
    width: 1350px;
  }

  /*------------------------Why Choose------------------*/

  .services {
    width: 1550px;
  }

  /*----------------------Our Services---------------------*/

  .ourservices-section {
    width: 1550px;
  }

  /*------------------------Patient Journey-----------------*/

  .patient-journey {
    width: 1550px;
  }

  /*----------------------Location-----------------*/

  .location {
    width: 1550px;
  }

  /*---------------------Callback------------------*/

  .callback {
    width: 1550px;
  }

  /*------------------------Footer---------------------*/

  .footer {
    width: 1550px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header-hero {
    width: 1550px;
  }

  .hero-images {
    margin-left: 90px;
  }

  /*----------------About-----------*/

  .about {
    width: 1550px;
  }

  /*----------------Doctors Image----------------*/

  .doctors-img-section {
    width: 1350px;
  }

  /*-----------------Why Choose-------------*/

  .services {
    width: 1550px;
  }

  /*----------------------Our Services----------------------*/

  .ourservices-section {
    width: 1550px;
  }

  /*----------------------Patient Journey----------------*/

  .patient-journey {
    width: 1550px;
  }

  /*--------------------------Location---------------------*/

  .location {
    width: 1550px;
    padding: 0 30px;
  }

  /*---------------------CallBack----------------*/

  .callback {
    width: 1550px;
  }

  /*-------------------Footer--------------*/

  .footer {
    width: 1550px;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .header-hero {
    max-width: 100vw;
  }

  .hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    padding-right: 60px;
  }

  /*-------------ABout--------------*/

  .about {
    max-width: 100vw;
  }

  /*--------------Doctors Images---------------*/

  .doctors-img-section {
    max-width: 100vw;
  }

  /*-----------------Why Choose---------------*/

  .services {
    max-width: 100vw;
  }

  /*--------------------Our Services------------------------*/

  .ourservices-section {
    max-width: 100vw;
  }

  /*------------------------Patient Journey-------------------*/

  .patient-journey {
    max-width: 100vw;
  }

  /*-----------------------Location--------------------------*/

  .location {
    max-width: 100vw;
    padding: 0 30px;
  }

  /*--------------------Callback--------------------*/

  .callback {
    max-width: 100vw;
  }

  /*--------------------Footer----------------------*/

  .footer {
    max-width: 100vw;
  }
}
@media (min-width: 1536px) {
  .header-hero {
    max-width: 100vw;
  }

  .hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    padding-right: 60px;
  }

  /*------------------------------About---------------------------------*/
  .about {
    display: grid;
    max-width: 100vw;
  }

  /*-------------------------Doctors Images-------------------------*/

  .doctors-img-section {
    display: flex;
  }

  /*-------------------------Why Choose----------------------------*/

  .services {
    max-width: 100vw;
  }

  .services-section-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-section-content {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  /*-----------------------Our Serivces-----------------------*/
  .ourservices-section {
    max-width: 100vw;
  }

  /*----------------------Patient Journey---------------*/
  .patient-journey {
    max-width: 100vw;
  }

  /*---------------------Location------------------------*/

  .location {
    max-width: 100vw;
  }

  /*---------------------Callback-----------------------*/
  .callback {
    max-width: 100vw;
  }

  /*-------------------Footer------------------------*/

  .footer {
    max-width: 100vw;
  }
}
