* {
  font-family: "PT Sans", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><ellipse cx="16" cy="16" rx="15" ry="9" fill="none" stroke="%23f4c542" stroke-width="2"/><circle cx="16" cy="16" r="5" fill="%230a1931"/><circle cx="16" cy="16" r="2" fill="%23f4c542"/></svg>') 16 16, auto;
}

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

.c {
  clear: both;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(10,25,47,0.7);
  height: 80px;
  padding-top: 20px;
  z-index: 999;
}

.hl {
  float: left;
  width: 25%;
  margin-left: 8px;
}

.hl img {
  width: 180px;
}

.clinic-name {
  color: #fff;
  font-size: 30px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.clinic-name span {
  color: #f4c542;
}

.clinic-tagline {
  color: #f4c542;
  font-size: 20px;
  margin-top: 1px;
  letter-spacing: 1px;
}

nav {
  float: right;
  width: 70%;
  margin-top: 15px;
}

nav ul li {
  float: left;
  margin-right: 25px;
}

nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0px;
  display: block;
  transition: all 0.5s ease-in;
}

nav ul li a:hover {
  color: #f4c542;
}

nav ul li a.active {
  color: #f4c542;
  border-bottom: 2px solid #f4c542;
  padding-bottom: 3px;
}

.banner {
  position: relative;
  width: 100%;
  height: 119vh;
  overflow: hidden;
  display: block;
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scon {
  position: absolute;
  left: 80px;
  top: 200px;
  width: 450px;
  background: rgba(10,25,47,0.6);
  padding: 40px;
  border-radius: 20px;
  z-index: 2;
}

.scon h2 {
  color: #fff;
  font-size: 55px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 40px;
}

.scon span {
  color: #f4c542;
  font-size: 40px;
}

.scon p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}

.scon a {
  background: #f4c542;
  color: #111;
  width: 180px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.5s ease-in;
}

.scon a:hover {
  background: #fff;
}

.features {
  background: #fff;
  padding: 70px 0;
}

.f {
  float: left;
  width: 31%;
  margin-right: 20px;
  text-align: center;
  background: #f5f9ff;
  padding: 30px 15px;
  border-radius: 20px;
  box-sizing: border-box;
  height: 550px;
}

.f:nth-child(3) {
  margin-right: 0;
}

.f:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.f img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin-bottom: 20px;
}

.f h2 {
  color: #0a1931;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 80px;
}

.f p {
  color: #444;
  font-size: 18px;
  line-height: 35px;
  min-height: 130px;
  margin-bottom: 30px;
}

.f a {
  background: #0a1931;
  color: #fff;
  width: 160px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.5s ease-in;
  margin-top: 20px;
}

.f a:hover {
  background: #f4c542;
  color: #111;
}

.welcome {
  background: url(../images/bg5.jpeg) no-repeat left top rgba(0,0,0,0.7);
  background-size: cover;
  background-blend-mode: multiply;
  padding: 80px 0;
}

.wl {
  float: left;
  width: 35%;
}

.wl img {
  width: 127%;
  border-radius: 30px;
  height: 266px;
  margin-top: 98px;
  margin-left: -48px;
}

.wr {
  float: right;
  width: 55%;
  margin-top: 40px;
}

.wr h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
}

.wr p {
  color: #eee;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 35px;
}

.wr a {
  background: #f4c542;
  color: #111;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s ease-in;
}

.wr a:hover {
  background: #fff;
}

.service {
  background: #f5f9ff;
  padding: 70px 0;
}

.service .wrapper {
  position: relative;
}

.s {
  float: left;
  background: #fff;
  padding: 10px;
  width: 23%;
  margin-right: 1.3%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.5s ease-in;
  box-sizing: border-box;
  min-height: 380px;
}

.s:last-child {
  margin-right: 0;
}

.s:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.s img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  border-radius: 8px;
}

.s h2 {
  color: #0a1931;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.s p {
  color: #444;
  font-size: 16px;
  text-align: justify;
  line-height: 26px;
}

.s a {
  background: #0a1931;
  color: #fff;
  width: 130px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s ease-in;
}

.s a:hover {
  background: #f4c542;
  color: #111;
}

.doctors {
  background: #f5f9ff;
  padding: 70px 0;
}

.sec-title {
  text-align: center;
  margin-bottom: 50px;
}

.sec-title h2 {
  color: #0a1931;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0;
}

.sec-title h2 span {
  color: #f4c542;
}

.sec-title p {
  color: #666;
  font-size: 18px;
}

.doc {
  float: left;
  width: 23%;
  margin-right: 1.3%;
  margin-top: 20px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 21px 28px;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.5s ease-in;
  min-height: 430px;
}

.doc:last-child {
  margin-right: 0;
}

.doc:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.doc img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f4c542;
  margin-bottom: 15px;
}

.doc h2 {
  color: #0a1931;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.doc h3 {
  color: #f4c542;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 1px;
}

.doc p {
  color: #555;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}

.doc-social {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.doc-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
  border-radius: 50%;
  background: #0a1931;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in;
  vertical-align: middle;
}

.doc-social a:hover {
  background: #f4c542;
  color: #111;
}

#button {
  display: inline-block;
  background-color: #f4c542;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.5s, visibility 0.5s;
  cursor: pointer;
}

#button::after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
  color: #0a1931;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.brand {
  background: #0a1931;
  padding: 50px 0;
  overflow: hidden;
}

.brand-title {
  text-align: center;
  margin-bottom: 30px;
}

.brand-title h2 {
  color: #fff;
  font-size: 32px;
  margin: 0;
}

.brand-title h2 span {
  color: #f4c542;
}

.logo-slider {
  display: flex;
  gap: 0;
  animation: logoScroll 20s linear infinite;
  width: max-content;
}

.logo-slide {
  flex-shrink: 0;
  width: 180px;
}

.logo-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(244,197,66,0.2);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.logo-box:hover {
  background: rgba(244,197,66,0.1);
  border-color: #f4c542;
}

.logo-box i {
  color: #f4c542;
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}

.logo-box p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
}

@keyframes logoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.footer {
  background: rgba(10, 22, 40, 0.95);
  padding: 40px 0 60px 0;
}

.footer .wrapper {
  position: relative;
}

.fbox {
  float: left;
  width: 22%;
  margin-right: 3%;
}

.fbox:nth-child(4) {
  margin-right: 0px;
}

.fbox:nth-child(2) {
  margin-right: 3%;
}

.fbox h2 {
  color: #d4af37;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
}

.fbox p {
  color: #fff;
  font-size: 17px;
  text-align: left;
  margin: 0;
}

.fbox ul {
  margin-top: 0;
  padding-top: 0;
}

.fbox ul li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}

.fbox ul li i {
  color: #d4af37;
  margin-right: 8px;
}

.fbox ul li a {
  color: #fff;
  font-size: 17px;
  transition: all 0.3s ease-in;
}

.fbox ul li a:hover {
  color: #d4af37;
}

.fbox iframe {
  width: 100%;
  height: 190px;
}

.copy {
  background: #0a0f1a;
  height: 30px;
  line-height: 30px;
}

.copy p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 1024px) {
  .wrapper { width: 90%; }
  .clinic-name { font-size: 22px; }
  nav ul li { margin-right: 12px; }
  nav ul li a { font-size: 15px; }
  .scon { left: 30px; width: 380px; top: 150px; }
  .f { width: 30%; }
  .wl img { width: 100%; margin-left: 0; }
  .s { width: 45%; margin-bottom: 20px; }
  .s:nth-child(3) { margin-right: 1.3%; }
  .s:nth-child(4) { margin-right: 0; }
  .doc { width: 45%; margin-bottom: 20px; }
  .doc:nth-child(3) { margin-right: 1.3%; }
  .fbox { width: 45%; margin-bottom: 30px; }
  .fbox:nth-child(3) { margin-right: 3%; }
}

@media (max-width: 768px) {
  .wrapper { width: 95%; }
  .header { height: auto; padding: 15px 0; position: fixed; }
  .hl { float: none; width: 100%; text-align: center; margin-left: 0; margin-bottom: 10px; }
  .clinic-name { font-size: 22px; }
  .clinic-tagline { font-size: 14px; }
  nav { float: none; width: 100%; margin-top: 0; text-align: center; }
  nav ul li { float: none; display: inline-block; margin-right: 5px; margin-bottom: 5px; }
  nav ul li a { font-size: 13px; padding: 5px 8px; }
  .banner { height: 100vh; }
  .scon { left: 15px; right: 15px; width: auto; top: 150px; padding: 25px; }
  .scon h2 { font-size: 35px; line-height: 40px; }
  .scon span { font-size: 28px; }
  .scon p { font-size: 16px; }
  .features { padding: 40px 0; }
  .f { float: none; width: 100%; margin-right: 0; margin-bottom: 20px; height: auto; }
  .wl { float: none; width: 100%; }
  .wl img { width: 100%; margin-left: 0; margin-top: 0; height: 250px; }
  .wr { float: none; width: 100%; margin-top: 20px; }
  .wr h1 { font-size: 30px; }
  .wr p { font-size: 16px; }
  .s { float: none; width: 100%; margin-right: 0; margin-bottom: 20px; }
  .doc { float: none; width: 100%; margin-right: 0; margin-bottom: 20px; }
  .logo-slide { width: 140px; }
  .fbox { float: none; width: 100%; margin-right: 0; margin-bottom: 30px; }
}
/* =========================
   ABOUT PAGE
========================= */

.page-banner {
  position: relative;
  width: 100%;
  height: 65vh;
  overflow: hidden;
  margin-top: 100px;
}

.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,25,47,0.65);
}

.page-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 2;
}

.page-banner-text h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
}

.page-banner-text span {
  color: #f4c542;
}

.page-banner-text p {
  color: #fff;
  font-size: 22px;
}

/* =========================
   OUR STORY
========================= */

.our-story {
  background: #fff;
  padding: 90px 0;
}

.story-left {
  float: left;
  width: 42%;
}

.story-left img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.story-right {
  float: right;
  width: 52%;
}

.story-right h2 {
  color: #0a1931;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 25px;
}

.story-right h2 span {
  color: #f4c542;
}

.story-right p {
  color: #555;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 20px;
}

/* =========================
   VISION & MISSION
========================= */

.vision-mission {
  background: #f5f9ff;
  padding: 80px 0;
}

.vm-box {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  background: #fff;
  text-align: center;
  padding: 40px 25px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.5s ease;
  min-height: 340px;
}

.vm-box:last-child {
  margin-right: 0;
}

.vm-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.vm-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #0a1931;
}

.vm-icon i {
  color: #f4c542;
  font-size: 35px;
}

.vm-box h2 {
  color: #0a1931;
  font-size: 28px;
  margin-bottom: 15px;
}

.vm-box p {
  color: #555;
  font-size: 17px;
  line-height: 30px;
}

/* =========================
   WHY CHOOSE US
========================= */

.why-us {
  background: #fff;
  padding: 80px 0;
}

.why-box {
  float: left;
  width: 23%;
  margin-right: 2.6%;
  text-align: center;
  padding: 30px 15px;
  background: #f5f9ff;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  min-height: 320px;
}

.why-box:last-child {
  margin-right: 0;
}

.why-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.why-icon {
  margin-bottom: 20px;
}

.why-icon i {
  font-size: 45px;
  color: #f4c542;
}

.why-box h2 {
  color: #0a1931;
  font-size: 24px;
  margin-bottom: 15px;
}

.why-box p {
  color: #555;
  font-size: 16px;
  line-height: 28px;
}

/* =========================
   STATS
========================= */

.stats {
  background: url("../images/bg5.jpeg") no-repeat center center;
  background-size: cover;
  background-color: rgba(10,25,47,0.9);
  background-blend-mode: multiply;
  padding: 80px 0;
}

.stat-box {
  float: left;
  width: 23%;
  margin-right: 2.6%;
  text-align: center;
}

.stat-box:last-child {
  margin-right: 0;
}

.stat-box h2 {
  color: #f4c542;
  font-size: 55px;
  margin: 0;
}

.stat-box p {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1024px) {

  .story-left,
  .story-right {
    width: 100%;
    float: none;
  }

  .story-left {
    margin-bottom: 40px;
  }

  .vm-box {
    width: 48%;
    margin-bottom: 20px;
  }

  .why-box {
    width: 48%;
    margin-bottom: 20px;
  }

  .stat-box {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media (max-width:768px) {

  .page-banner {
    height: 50vh;
  }

  .page-banner-text h2 {
    font-size: 40px;
  }

  .page-banner-text p {
    font-size: 16px;
  }

  .story-right h2 {
    font-size: 34px;
  }

  .story-right p {
    font-size: 16px;
    line-height: 28px;
  }

  .vm-box,
  .why-box,
  .stat-box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .stat-box h2 {
    font-size: 42px;
  }

  .stat-box p {
    font-size: 18px;
  }
}
/* PAGE BANNER */
.page-banner{
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.page-banner img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.45);
}

.page-banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 2;
  margin-top: 40px;
}

.page-banner-text h2{
  color: #fff;
  font-size: 55px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.page-banner-text h2 span{
  color: #f4c542;
}

.page-banner-text p{
  color: #eee;
  font-size: 18px;
}

/* OUR STORY */
.our-story{
  background: #fff;
  padding: 70px 0;
}

.story-left{
  float: left;
  width: 40%;
}

.story-left img{
  width: 100%;
  border-radius: 20px;
  height: 294px;
  object-fit: cover;
  margin-top: 70px;
}

.story-right{
  float: right;
  width: 55%;
  padding-top: 20px;
}

.story-right h2{
  color: #0a1931;
  font-size: 40px;
  margin-bottom: 25px;
  margin-top: 0;
}

.story-right h2 span{
  color: #f4c542;
}

.story-right p{
  color: #555;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: justify;
}

/* VISION MISSION */
.vision-mission{
  background: #f5f9ff;
  padding: 70px 0;
}

.vm-box{
  float: left;
  width: 31%;
  margin-right: 2%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  box-sizing: border-box;
  transition: all 0.4s ease-in;
}

.vm-box:last-child{
  margin-right: 0;
}

.vm-box:hover{
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.vm-icon{
  width: 70px;
  height: 70px;
  background: #0a1931;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.vm-icon i{
  color: #f4c542;
  font-size: 28px;
}

.vm-box h2{
  color: #0a1931;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}

.vm-box p{
  color: #555;
  font-size: 16px;
  line-height: 28px;
}

/* WHY CHOOSE US */
.why-us{
  background: #fff;
  padding: 70px 0;
}

.why-box{
  float: left;
  width: 23%;
  margin-right: 2%;
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  background: #f5f9ff;
  box-sizing: border-box;
  transition: all 0.4s ease-in;
}

.why-box:last-child{
  margin-right: 0;
}

.why-box:hover{
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  background: #0a1931;
}

.why-box:hover h2{ color: #f4c542; }
.why-box:hover p{ color: #eee; }
.why-box:hover .why-icon{ background: #f4c542; }
.why-box:hover .why-icon i{ color: #0a1931; }

.why-icon{
  width: 65px;
  height: 65px;
  background: #0a1931;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s ease-in;
}

.why-icon i{
  color: #f4c542;
  font-size: 26px;
}

.why-box h2{
  color: #0a1931;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 0;
}

.why-box p{
  color: #555;
  font-size: 15px;
  line-height: 26px;
}

/* STATS */
.stats{
  background: #0a1931;
  padding: 50px 0;
}

.stat-box{
  float: left;
  width: 22%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.stat-box:last-child{ border-right: none; }

.stat-box h2{
  color: #f4c542;
  font-size: 48px;
  margin-bottom: 10px;
  margin-top: 0;
  
 
}

.stat-box p{
  color: #eee;
  font-size: 16px;
  letter-spacing: 1px;
}

/* APPOINTMENT */
.appointment{
  background: #fff;
  padding: 70px 0;
}

.appt-left{
  float: left;
  width: 40%;
  padding-right: 40px;
  box-sizing: border-box;
}

.appt-left h2{
  color: #0a1931;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 0;
}

.appt-left h2 span{ color: #f4c542; }

.appt-left p{
  color: #555;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.appt-left ul li{
  color: #555;
  font-size: 16px;
  margin-bottom: 12px;
}

.appt-left ul li i{
  color: #f4c542;
  margin-right: 10px;
}

.appt-info{ margin-top: 30px; }

.appt-info-box{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  background: #f5f9ff;
  padding: 20px;
  border-radius: 10px;
}

.appt-info-box i{
  color: #f4c542;
  font-size: 24px;
  margin-top: 3px;
}

.appt-info-box h3{
  color: #0a1931;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.appt-info-box p{
  color: #555;
  font-size: 14px;
  margin: 0;
  line-height: 22px;
}

.appt-right{
  float: right;
  width: 57%;
  background: #f5f9ff;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
}

.appt-right h2{
  color: #0a1931;
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 0;
}

.appt-right h2 span{ color: #f4c542; }

.form-row{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full{
  width: 100%;
  margin-bottom: 20px;
}

.form-group label{
  color: #0a1931;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea{
  border: 1px solid #dde3f0;
  background: #fff;
  color: #333;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  outline: none;
  transition: border 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border: 1px solid #f4c542;
}

.form-group textarea{
  height: 120px;
  resize: vertical;
}

.appt-btn{
  background: #0a1931;
  color: #fff;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  transition: all 0.4s ease-in;
}

.appt-btn:hover{
  background: #f4c542;
  color: #0a1931;
}

.appt-btn i{ margin-right: 8px; }

/* SERVICES PAGE */
.services-page{
  background: #fff;
  padding: 70px 0;
}

.srv{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background: #f5f9ff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.srv-reverse{
  flex-direction: row-reverse;
  background: #fff;
  border: 1px solid #eef2ff;
}

.srv-icon{
  width: 70px;
  height: 70px;
  background: #0a1931;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.srv-icon i{ color: #f4c542; font-size: 28px; }

.srv-content{ flex: 1; }

.srv-content h2{
  color: #0a1931;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 0;
}

.srv-content p{
  color: #555;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.srv-content a{
  background: #0a1931;
  color: #fff;
  width: 150px;
  height: 45px;
  line-height: 45px;
  display: block;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s ease-in;
}

.srv-content a:hover{
  background: #f4c542;
  color: #0a1931;
}

.srv-img{ width: 280px; flex-shrink: 0; }

.srv-img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

/* DOCTORS PAGE */
.doctors-page{
  background: #fff;
  padding: 70px 0;
}

.doc-full{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  background: #f5f9ff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.doc-full-reverse{
  flex-direction: row-reverse;
  background: #fff;
  border: 1px solid #eef2ff;
}

.doc-full-img{ width: 250px; flex-shrink: 0; }

.doc-full-img img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
  border: 4px solid #f4c542;
}

.doc-full-content{ flex: 1; }

.doc-full-content h2{
  color: #0a1931;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 0;
}

.doc-full-content h3{
  color: #f4c542;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 0;
}

.doc-full-content p{
  color: #555;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.doc-full-content ul li{
  color: #555;
  font-size: 15px;
  margin-bottom: 10px;
}

.doc-full-content ul li i{
  color: #f4c542;
  margin-right: 10px;
  width: 18px;
}

.doc-appt-btn{
  display: inline-block;
  background: #0a1931;
  color: #fff;
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.4s ease-in;
}

.doc-appt-btn:hover{
  background: #f4c542;
  color: #0a1931;
}

/* CONTACT PAGE */
.contact-page{
  background: #fff;
  padding: 70px 0;
}

.contact-left{
  float: left;
  width: 40%;
  padding-right: 40px;
  box-sizing: border-box;
}

.contact-left h2{
  color: #0a1931;
  font-size: 36px;
  margin-bottom: 15px;
  margin-top: 0;
}

.contact-left h2 span{ color: #f4c542; }

.contact-left > p{
  color: #555;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.contact-info-box{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  background: #f5f9ff;
  padding: 20px;
  border-radius: 10px;
}

.contact-icon{
  width: 45px;
  height: 45px;
  background: #0a1931;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i{ color: #f4c542; font-size: 18px; }

.contact-info-box h3{
  color: #0a1931;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.contact-info-box p{
  color: #555;
  font-size: 14px;
  margin: 0;
  line-height: 22px;
}

.contact-social{
  margin-top: 25px;
  display: flex;
  gap: 12px;
}

.contact-social a{
  width: 42px;
  height: 42px;
  background: #0a1931;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-social a i{ color: #fff; font-size: 18px; }
.contact-social a:hover{ background: #f4c542; }
.contact-social a:hover i{ color: #0a1931; }

.contact-right{
  float: right;
  width: 57%;
  background: #f5f9ff;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
}

.contact-right h2{
  color: #0a1931;
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 0;
}

.contact-right h2 span{ color: #f4c542; }

.contact-map{ width: 100%; }
.contact-map iframe{ display: block; }