/* Stylesheet for /dr-aslam-inamdar-mumbai/ Page */

:root {
  --aslam-primary-blue: #2F8FD6;
  --aslam-dark-blue: #03318C;
  --aslam-deep-teal: #194a63;
  --aslam-light-blue: #eaf6ff;
  --aslam-text-dark: #333333;
}

/* ==========================================
   1. HERO BANNER
   ========================================== */
.aslam-hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 650px; /* Increased height as requested */
  display: flex;
  align-items: center;
  padding: 100px 0;
  color: #ffffff;
}

.aslam-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(3, 8, 50, 0.85) 0%, rgba(3, 8, 50, 0.4) 50%, rgba(3, 8, 50, 0) 100%);
  z-index: 1;
}

.aslam-hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-aslam-badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 4px 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  margin-bottom: 20px;
}

.hero-aslam-badge span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-aslam-title {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-aslam-desc {
  font-size: 20px;
  line-height: 1.35;
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.95);
}

.btn-aslam-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--aslam-primary-blue);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(47, 143, 214, 0.4);
}

.btn-aslam-hero:hover {
  background-color: var(--aslam-dark-blue);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(3, 49, 140, 0.4);
}

/* ==========================================
   2. STATS BAR (Reusing Homepage Style)
   ========================================== */
.team-featured-section {
  padding: 60px 0;
  background-color: #eaf6ff;
}

.stats-row {
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: 0; /* No margin on this page */
}

.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.stats-item {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease;
}

.stats-item:hover {
  transform: translateY(-5px);
}

.stats-icon {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
}

.stats-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stats-text h4 {
  font-size: 32px;
  font-weight: 700;
  color: #2f8fd6;
  margin: 0;
  line-height: 1;
}

.stats-text p {
  font-size: 20px;
  color: #2f8fd6;
  margin: 4px 0 0;
  font-weight: 500;
}

/* ==========================================
   3. MEET YOUR OROFACIAL ARCHITECT
   ========================================== */
.aslam-meet-section {
  padding: 64px 0;
  padding-top: 0;
  background-color: #eaf6ff;
}

.section-title-aslam {
  font-size: 40px;
  font-weight: 600;
  color: var(--aslam-dark-blue);
  margin-bottom: 12px;
}

.section-title-aslam.font-dark {
  color: #020201 !important; /* Heading text color as requested */
}

.section-sub-aslam {
  font-size: 18px;
  color: #020201;
  font-weight: 500;
  font-style: italic;
}
.section-sub-text{
  font-size: 16px;
  font-weight: 400;
  color: #4E4E4E;
}
.meet-bio-text p {
  font-size: 16px;
  color: #4E4E4E;
  margin-bottom: 20px;
  text-align: center; /* Centered content as requested */
}

.meet-quote-card {
  position: relative;
  background-color: #ffffff; /* White background matching layout image */
  border-radius: 20px;
  padding: 40px 60px;
  margin-top: 40px;
  border: 1px solid #e3e8ee; /* Subtle border */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Light shadow */
  text-align: center;
}

.meet-quote-card blockquote {
  font-size: 35px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  color: #010326; /* Text color matching mockup */
  margin: 0;
  line-height: 1.35;
}

.meet-quote-symbol,
.meet-quote-symbol-end {
  font-size: 96px;
  font-family: Georgia, serif;
  color: rgba(0, 0, 0, 0.41);
  line-height: 0;
  position: absolute;
}

.meet-quote-symbol {
  top: 55px;
  left: 20px;
}

.meet-quote-symbol-end {
  bottom: 15px;
  right: 20px;
}

/* ==========================================
   4. TIMELINE & JOURNEY SECTION
   ========================================== */
.aslam-journey-section {
  position: relative;
  background: url('../../images/aslam-journey-bg.png') no-repeat center / cover;
  padding: 64px 0;
  color: #ffffff;
}

.journey-row {
  margin-bottom: 56px;
}

.journey-row:last-child {
  margin-bottom: 0;
}

.journey-content-card {
  padding: 20px;
}

.journey-heading {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.35;
}

.journey-subheading {
  display: block;
  font-size: 18px;
  color: #F8F8F8;
  font-weight: 500;
  margin-bottom: 20px;
  font-style: italic;
}
.journey-content-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  font-weight: 400;
}
.journey-subtext{
  font-weight: 500;
}
.journey-philosophy-list {
  list-style: none;
  padding: 22px;
  margin: 16px 0;
  border: 1px solid rgba(207, 234, 255, 0.1);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.journey-philosophy-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.journey-bullet-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.journey-bullet-icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.journey-philosophy-list li span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff !important;
  line-height: 1.2;
}

.highlight-journey-para {
  border-left: 2px solid #ffffff;
  padding-left: 15px;
  font-style: italic;
}
.countries-list{
margin-bottom: 15px;
}

.countries-list strong {
  font-size: 18px;
  letter-spacing: 0.2px;
}

/* Diagonal shape styling matching about-aslam5.png */
.journey-img {
  border-radius: 16px; /* Standard 16px border-radius on all corners */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
  /* max-height: 380px; */
  object-fit: contain;
  transition: transform 0.4s ease;
}

.journey-img:hover {
  transform: scale(1.02);
}

.subtext-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 15px;
  height: 100%;
}

.subtext-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}

/* ==========================================
   5. WHY PATIENTS CALL HIM AN OROFACIAL ARCHITECT
   ========================================== */
.aslam-architect-section {
  padding: 64px 0;
  background-color: #ffffff;
}

.architect-img-box img {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.architect-content-box {
  padding-left: 20px;
}

.architect-subhead {
  display: block;
  font-size: 18px;
  color: #020201;
  font-weight: 500;
  margin-top: 10px;
  font-style: italic;
}

.architect-content-box p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--aslam-text-dark);
  margin-bottom: 16px;
}

/* ==========================================
   6. AREAS OF EXPERTISE
   ========================================== */
.aslam-expertise-section {
  position: relative;
  background: url('../../images/aslam-expertise-bg.png') no-repeat center / cover;
  padding: 64px 0;
  z-index: 1;
}

.expertise-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  background-color: #2F8FD6;
  color: #ffffff;
}

.expertise-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--aslam-light-blue);
  border-radius: 16px;
  margin-bottom: 20px;
}

.expertise-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.expertise-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.expertise-card p {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

/* ==========================================
   7. AWARDS & RECOGNITION (Layout Relocated Above Image)
   ========================================== */
.aslam-awards-section {
  padding: 64px 0;
  background-color: #ffffff;
}

.awards-header-left {
  margin-bottom: 25px;
}
.awards-img-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.awards-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.award-card-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #F8FCFF;
  border-radius: 16px;
  padding: 24px 22px;
  transition: all 0.3s ease;
  border: 1px solid #AEDCFF;
}

.award-card-item:hover {
  transform: translateX(8px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.award-icon-box {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 16px;
}

.award-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Custom Blue Color #0B0F59 for Awards text as requested */
.award-details h4.font-blue {
  font-size: 18px;
  font-weight: 600;
  color: #0B0F59 !important; 
  margin: 0 0 4px;
}

.award-details p.font-blue-sub {
  font-size: 16px;
  color: #0B0F59 !important;
  font-weight: 500;
  background-color: #EAF6FF;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
}

/* ==========================================
   8. BUILDING PEOPLE, NOT JUST PRACTICES
   ========================================== */
.aslam-mentoring-section {
  background-color: #EAF6FF; /* Light blue background as requested */
  padding: 64px 0;
  color: var(--aslam-text-dark);
}

.mentoring-content h2 {
  margin-bottom: 8px;
}

.mentoring-subhead {
  display: block;
  font-size: 16px;
  color: #020201; /* Dark blue subhead */
  font-weight: 500;
  margin-bottom: 15px;
  font-style: italic;
}

.mentoring-quote-box {
  position: relative;
  padding: 0 15px;
  margin-top: 20px;
  border-left: 2px solid #020201;
}
.aslam-border{
  border-left: 2px solid #020201;
  padding-left: 10px;
  color: #020201 !important;
}

.mentoring-quote-box p {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #020201; /* Dark text matching mockup */
  margin: 0;
  line-height: 1.5;
}

.mentoring-quote-mark {
  font-size: 40px;
  font-family: Georgia, serif;
  color: rgba(255, 255, 255, 0.2);
  line-height: 0;
  position: absolute;
  top: 20px;
  left: 10px;
}

.mentoring-img-box img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* ==========================================
   9. FOOTER CTA BANNER (With Background Image)
   ========================================== */
.aslam-footer-cta {
  padding: 64px 0;
}

.cta-banner-card {
  position: relative;
  background: url('../../images/cta-banner-card-bg.png') no-repeat center / cover;
  border-radius: 20px;
  padding: 50px 30px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(47, 143, 214, 0.3);
  overflow: hidden;
}

.cta-banner-card h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cta-banner-card p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.btn-aslam-footer-cta {
  display: inline-block;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
  border: .5px solid #FFFFFF;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-aslam-footer-cta:hover {
  background-color: var(--aslam-light-blue);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* ==========================================
   RESPONSIVE DESIGN & MOBILE FIXES
   ========================================== */
@media (max-width: 991px) {
  .hero-aslam-title {
    font-size: 44px;
  }
  
  .hero-aslam-desc {
    font-size: 16px;
  }

  .journey-row {
    margin-bottom: 40px;
  }

  .journey-heading {
    font-size: 26px;
  }

  .architect-content-box {
    padding-left: 0;
    margin-top: 30px;
  }

  .cta-banner-card h2 {
    font-size: 28px;
  }

  .cta-banner-card p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* Section Padding reduction on mobile */
  .aslam-hero-banner {
    background-image: url('../../images/hero-aslam-mobile.png') !important;
    min-height: 640px; /* Height matching the actual mobile image data (440x748) */
    padding: 80px 0;
    text-align: left; /* Left align on mobile */
    display: flex;
    align-items: center;
  }

  .aslam-meet-section,
  .aslam-journey-section,
  .aslam-architect-section,
  .aslam-expertise-section,
  .aslam-awards-section,
  .aslam-mentoring-section,
  .aslam-footer-cta {
    padding: 40px 0; /* Reduced to fix spacing issues */
  }

  .aslam-hero-banner::before {
    background: rgba(3, 8, 50, 0.7);
  }

  .hero-aslam-desc {
    font-size: 16px;
    margin-left: 0;
    margin-right: auto;
    text-align: left; /* Left align paragraph */
  }

  .hero-aslam-badge {
    padding: 6px 12px;
    text-align: left;
  }

  .hero-aslam-badge span {
    font-size: 11px;
  }

  .hero-aslam-action {
    text-align: left; /* Left align button wrapper */
  }

  /* Stats Bar Mobile Grid Layout (reused from homepage) */
  .aslam-stats-bar {
    padding: 0;
    padding-top: 20px;
  }

  .aslam-stats-bar .stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
    justify-items: center;
  }

  .aslam-stats-bar .stats-item {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    width: 100%;
  }

  .aslam-stats-bar .stats-icon {
    width: 50px;
    height: 50px;
  }

  .aslam-stats-bar .stats-text h4 {
    font-size: 22px;
  }

  .aslam-stats-bar .stats-text p {
    font-size: 14px;
  }

  /* Typography size corrections */
  .section-title-aslam {
    font-size: 26px;
  }

  .section-sub-aslam {
    font-size: 14px;
  }

  /* Meet Section Quote Card on mobile */
  .meet-quote-card {
    padding: 25px 15px;
    margin-top: 25px;
  }

  .meet-quote-card blockquote {
    font-size: 16px;
  }

  .meet-quote-symbol,
  .meet-quote-symbol-end {
    font-size: 40px;
  }

  .meet-quote-symbol {
    top: 15px;
    left: 10px;
  }

  .meet-quote-symbol-end {
    bottom: 5px;
    right: 10px;
  }

  /* Philosophy list mobile design */
  .journey-philosophy-list {
    padding: 20px 20px;
    gap: 15px;
    border-radius: 16px;
  }
  
  .journey-philosophy-list li {
    gap: 12px;
  }
  
  .journey-bullet-icon {
    width: 36px;
    height: 36px;
    border-width: 1px;
  }
  
  .journey-bullet-icon img {
    width: 24px;
    height: 24px;
  }
  
  .journey-philosophy-list li span {
    font-size: 14px;
  }

  /* Timeline rows mobile adjustments */
  .journey-row {
    margin-bottom: 0 !important;
  }

  /* Vertical gap between stacked columns inside timeline */
  .journey-row .col-lg-6 {
    margin-bottom: 0;
  }
  .journey-row .col-lg-6:last-child {
    margin-bottom: 0;
  }

  .journey-image-wrapper {
    margin-bottom: 0; /* Controlled by column margin-bottom */
  }

  .journey-heading {
    font-size: 20px;
  }

  /* Card Grid column gaps on mobile */
  .aslam-expertise-section .col-lg-4 {
    margin-bottom: 15px;
  }
  
  .aslam-expertise-section .col-lg-4:last-child {
    margin-bottom: 0;
  }

  /* Awards Section Mobile column vertical gap */
  .aslam-awards-section .col-lg-6:first-child {
    margin-bottom: 25px;
  }

  /* Awards list mobile spacing */
  .award-card-item {
    padding: 12px 15px;
    gap: 12px;
  }

  .award-details h4.font-blue {
    font-size: 14px;
  }

  .award-details p.font-blue-sub {
    font-size: 12px;
    padding: 4px 8px;
  }

  /* Mentoring mobile spacing */
  .mentoring-img-box {
    margin-top: 20px;
  }

  /* CTA card padding on mobile */
  .cta-banner-card {
    padding: 40px 20px;
  }
}
@media (max-width: 580px){
  .hero-aslam-badge{
    max-width: 300px;
    font-size: 10px;
    line-height: 16px;
    padding: 4px 16px;
  }
  .hero-aslam-desc{
    max-width: 250px;
  }
}