* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  font-family: "Georgia", serif;
  background: linear-gradient(135deg, #0d1b2a 0%, #2c5282 50%, #0d1b2a 100%);
  min-height: 100vh;
  color: white;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  background: #0d1b2a;
  backdrop-filter: blur(10px);
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 40px;
  align-items: center;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  opacity: 0.9;
}

.nav-menu a:hover {
  color: #63b3ed;
  opacity: 1;
}

.language-selector {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

/* Main Content */
main {
  padding-top: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content {
  padding: 40px 0;
}

.hero-title {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
  border-left: 4px solid #63b3ed;
  padding-left: 30px;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 500px;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor-photo {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.doctor-photo:hover {
  transform: scale(1.05);
}

/* About Section */
.about-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 120px 0;
  color: #2d3748;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
}

.about-image {
  display: flex;
  justify-content: center;
}
.blog-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-photo {
  width: 400px;
  height: 500px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-photo:hover {
  transform: translateY(-10px);
}

.about-text {
  padding: 20px 0;
}

.about-title {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 40px;
  border-left: 4px solid #3182ce;
  padding-left: 30px;
  color: #2d3748;
}

.about-paragraph {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #4a5568;
}

.check-icon {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  flex-shrink: 0;
}

.abttext-box {
  max-width: 1500px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 70px;

  @media screen and (max-width: 1400px) {
    flex-direction: column;
    align-items: center;
  }
}

/* Specialization Section */
.specialization-section {
  background: linear-gradient(135deg, #e1f1fc 0%, #e1f1fc 100%);
  padding: 80px 0;
}

.specialization-title {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  color: #2d3748;
  margin-bottom: 60px;
}

.specialization-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.specialization-card {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #63b3ed;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.specialization-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(99, 179, 237, 0.2);
  border-color: #3182ce;
}

.specialization-icon {
  font-size: 48px;
  color: #2d5aa0;
  margin-bottom: 20px;
  display: block;
}

.specialization-name {
  font-size: 16px;
  font-weight: 500;
  color: #2d3748;
  line-height: 1.4;
}

/* Blog Section */
.blog-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 80px 0;
  color: #2d3748;
}

.blog-title {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 60px;
  border-left: 4px solid #3182ce;
  padding-left: 30px;
  color: #2d3748;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #63b3ed;
  border-radius: 20px;
  padding: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(99, 179, 237, 0.2);
  border-color: #3182ce;
}

.blog-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, #c5c9cf 0%, #b8bcc4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-size: 18px;
  border-bottom: 2px solid #e2e8f0;
}

.blog-content {
  padding: 30px;
}

.blog-article-title {
  font-size: 18px;
  font-weight: 500;
  color: #2d3748;
  line-height: 1.4;
  margin: 0;
}

/* Decorative Elements */
.bg-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.bg-decoration::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(99, 179, 237, 0.1) 0%,
    transparent 70%
  );
  top: 20%;
  right: 10%;
  border-radius: 50%;
}

.bg-decoration::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(99, 179, 237, 0.05) 0%,
    transparent 70%
  );
  bottom: 20%;
  left: 10%;
  border-radius: 50%;
}
html {
  scroll-behavior: smooth;
 
}
#experience {
  scroll-margin-top: 100px; /* Adjust this value as needed */
}
/* Footer */

.footer h3 {
  font-size: 30px;
  padding: 50px;
}
.footer p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
}
.footer div {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer span {
  text-decoration: underline;
  color: #a2cbd3;
}
.Social_Icons {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pBook {
  margin: 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-title {
    font-size: 40px;
    border-left: none;
    border-top: 4px solid #63b3ed;
    padding-left: 0;
    padding-top: 20px;
  }

  .doctor-photo {
    width: 350px;
    height: 350px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-title {
    font-size: 36px;
    border-left: none;
    border-top: 4px solid #3182ce;
    padding-left: 0;
    padding-top: 20px;
  }

  .about-photo {
    width: 350px;
    height: 450px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    gap: 20px;
    font-size: 14px;
  }

  .hero-title {
    font-size: 32px;
  }

  .doctor-photo {
    width: 280px;
    height: 280px;
  }

  .logo {
    font-size: 20px;
  }

  .about-title {
    font-size: 30px;
  }

  .about-photo {
    width: 300px;
    height: 380px;
  }

  .about-paragraph {
    font-size: 15px;
  }

  .specialization-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .specialization-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .specialization-card {
    padding: 30px 20px;
  }

  .specialization-icon {
    font-size: 40px;
  }

  .specialization-name {
    font-size: 15px;
  }

  .blog-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-image {
    height: 200px;
    font-size: 16px;
  }

  .blog-content {
    padding: 25px;
  }

  .blog-article-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .nav-menu {
    flex-wrap: wrap;
    gap: 15px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .doctor-photo {
    width: 250px;
    height: 250px;
  }

  .about-title {
    font-size: 26px;
  }

  .about-photo {
    width: 280px;
    height: 350px;
  }

  .specialization-title {
    font-size: 28px;
  }

  .specialization-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .specialization-card {
    padding: 25px 15px;
  }

  .specialization-icon {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .specialization-name {
    font-size: 13px;
  }

  .blog-title {
    font-size: 28px;
    border-left: none;
    border-top: 4px solid #3182ce;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }

  .blog-image {
    height: 180px;
    font-size: 14px;
  }

  .blog-content {
    padding: 20px;
  }

  .blog-article-title {
    font-size: 15px;
  }
}
.language-selector {
  background-color: #0d1b2a;
  color: white;
  padding: 5px;
  border: 1px solid #0d1b2a;
}

.language-selector:focus {
  background-color: #0d1b2a;
  color: white;
  outline: none;
}
html {
  scroll-behavior: smooth;
}

a:visited {
  color: #ffffff;         /* Visited link color */
}