.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1A6B8A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── CREDENTIALS BLOCK ── */                                                                                                               
  .doctor-credentials-section {
    background: linear-gradient(145deg, #134f67, #0d3547);                                                                                    
    padding: 80px 40px;
  }                                                                                                                                           
         
  .doctor-credentials-section h2 {
    font-family: 'Playfair Display', Georgia, serif;
    color: #ffffff;
    
  }

  .doctor-credentials-section p,
  .doctor-credentials-section li {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
  }

  .credential-item::before {
    content: "✦";
    color: #c9a84c;
    margin-right: 10px;
  }                                                                                                                                           
   
  /* ── CTA BUTTON ── */                                                                                                                      
  .doctor-cta-btn {
    background: #c9a84c;
    color: #1a1f2e;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    border-radius: 12px;
    padding: 14px 32px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
  }

  .doctor-cta-btn:hover {
    background: #b8963f;
    box-shadow: 0 12px 30px rgba(201, 168, 76, 0.35);
    transform: translateY(-2px);
  }

  /* ── HEADSHOT IMAGE ── */
  .doctor-headshot img {
    border-radius: 12px;
    box-shadow: 12px 12px 50px rgba(0, 0, 0, 0.4);
  }

  /* ── TESTIMONIALS SECTION ── */                                                                                                            
  .testimonials-section {
    background: #f0f4f7;                                                                                                                      
    padding: 80px 40px;
  }

  .testimonial-card {
    background: #cde8f5;
    border-radius: 12px;                                                                                                                      
    padding: 32px;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);                                                                                               
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(26, 107, 138, 0.4);
  }

  .testimonial-card p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #1a3d52;                                                                                                          
    font-size: 15px;
    line-height: 1.7;                                                                                                                         
  }      

  .testimonial-author {                                                                                                                       
    color: #0f2a3a;
    font-weight: 700;                                                                                                                         
    margin-top: 16px;
  }/* End custom CSS */