.post, .page {
    margin: 0 ;
}

.custom-header-container{
      background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;

}
/* =====================================================

 /* contant css start here  */
.content-form-design p {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
}
 
.content-form-design p span input {
    width: 100%;
    padding: 16px;
}

.content-form-design p span textarea {
    width: 100%;
    padding: 16px;
    height: 130px;
}
 
 
.content-form-design .wpcf7-submit  {
    background-color: transparent;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    fill: var(--e-global-color-11c5538);
    color: var(--e-global-color-11c5538);
    background-image: linear-gradient(90deg, var(--e-global-color-3e366d9) 0%, var(--e-global-color-aefe656) 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-3e366d9);
    border-radius: 10px 10px 10px 10px;
    width: 100%;
}

 .content-form-design .wpcf7-spinner{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    margin: 0;
 }

 /* contant css end here  */

.header-nav ul.hfe-nav-menu {
    width: 100%;
}
.header-nav ul.hfe-nav-menu li {
border: none !important;
}
.header-nav ul.hfe-nav-menu li:nth-last-child(2) {
    margin-left: 60px;
  
}

.header-nav ul.hfe-nav-menu li:nth-last-child(2) a {
    background-color: var(--e-global-color-11c5538);
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    fill: var(--e-global-color-3e366d9) !important;
    color: var(--e-global-color-3e366d9);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-3e366d9);
    border-radius: 10px 10px 10px 10px;
    padding: 12px 20px 12px 20px;
    justify-content: center !important;
}

.header-nav ul.hfe-nav-menu li:nth-last-child(1) {
   margin-left: 10px;
}

.header-nav ul.hfe-nav-menu li:nth-last-child(1) a {

    background-color: transparent;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    fill: var(--e-global-color-11c5538) !important;
    color: #fff !important;
    background-image: linear-gradient(90deg, var(--e-global-color-3e366d9) 0%, var(--e-global-color-aefe656) 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-3e366d9);
    border-radius: 10px 10px 10px 10px;
    padding: 14px 24px 14px 24px;
    justify-content: center !important;
}


@media (max-width: 1120px) {
  .header-nav ul.hfe-nav-menu li:nth-last-child(2) {
    margin-left: 20px;

}

}
@media (max-width: 1024px) {
  .header-nav ul.hfe-nav-menu li:nth-last-child(2) {
    margin: 0 20px 10px 20px;

  
}
  .header-nav ul.hfe-nav-menu li:nth-last-child(1) {
    margin: 0 20px;
  
}
ul#menu-1-4535fe9{
  padding: 10px 0 25px 0;
  border-bottom: 1px solid #c4c4c4 ;
}
}

/* =====================================================

/* blog css start here  */

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
}

.blog-content {
  padding-top: 14px;
}
 a.blog-link{
  color: #1A5276;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}
.blog-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}

.blog-title a {
  color: #1a1a1a;
  text-decoration: none;
}

.blog-meta {
  font-size: 14px;
  color: #666;
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.blog-excerpt {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0 0 8px;
}

.blog-pagination {
  margin-top: 40px;
  text-align: center;
}

.blog-pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.blog-pagination .current {
  background: #1A5276;
  color: #fff;
  border-color: #1A5276;
}
#blog-search-form {
    text-align: center !important;
    margin-bottom: 50px !important;
}
input#blog-search-input {
  max-width: 600px;
    width: 100%;
    padding: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .blogs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}



/* blog css end here  */


.container.single-post{
  width: 1340px;
  margin: auto;
  padding: 100px 20px;
}


.single-post  h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 8px;

}


.single-post  h2,
.single-post  h3,
.single-post  h4 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 28px;
}

.single-post  h5,
.single-post  h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 20px;
}



.single-post .post-thumbnail  img {

    width: 100%;
    border-radius: 16px;
    margin: 24px 0;
    height: 500px;
    object-fit: cover;

}


.single-post  p {
  font-size: 18px;
    margin-bottom: 10px;
    color: #666666;
}


.single-post  a {
    color:  #1A5276;
    font-weight: 500;
    text-decoration: underline;
}

.single-post a:hover {
    color:  #1A5276;
}

.single-post  blockquote {
    border-left: 4px solid #1A5276;
    background: #f9fafb;
    padding: 20px 25px;
    margin: 30px 0;
    font-style: italic;
    color: #666666;
    border-radius: 8px;
}
.single-post  blockquote .post {
    margin: 0;
}




/* =====================================================
   RESPONSIVE – MOBILE
===================================================== */

@media (max-width: 768px) {

    .single-post .elementor {
        padding: 25px 15px;
    }

    .single-post  h1 {
        font-size: 30px;
    }

}

/* single-post css end here */


.doctor-profile-pic {
    width: 100%;
    height: 250px;              /* height of red box */
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
    background: #fff;
}

.doctor-profile-pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;        /* show full original image */
    display: block;
    border-radius: 12px;

}




.doctor-card-ui {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    font-family: Inter, sans-serif;
}

.doctor-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.doctor-info h3 {
    font-size: 14px;   
    font-weight: 600;
    color: #111827;   
}

.doctor-info p {
    font-size: 14px;
    color: #4b5563;
}

.doctor-name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.doctor-fee {
    font-weight: 700;
    color: #ef4444;
}

/* .doctor-stats {
    display: flex;
    justify-content: space-between;
    background: #f3f4f6;
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
}

.stat-box {
    text-align: center;
    font-size: 14px;
    color: #374151;
}

.rating-box{
  display: flex;
}

.stat-box strong {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
} */


.specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.specialty-tags .tag {
    padding: 8px 14px;
    border: 1px solid #ef4444;
    border-radius: 20px;
    font-size: 13px;
    color: #ef4444;
    background: #fff;
}



/* AVAILABILITY */
.day-tabs {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.day-tab {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
}

.day-tab.active {
    background: #1a5276;
    color: #fff;
}

.slots-group {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
}

.slots-group.active {
    display: flex;
}

.slot {
    padding: 8px 14px;
    border-radius: 8px;
    background: #f3f4f6;
    font-size: 13px;
    cursor: pointer;
}

.no-slots {
    font-size: 13px;
    color: #6b7280;
}

/* ADDRESS */
.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address-header a {
    color: #ef4444;
    font-size: 13px;
    text-decoration: none;
}

.address-text {
    margin: 10px 0;
    font-size: 14px;
    color: #374151;
}

.address-card iframe {
    width: 100%;
    height: 160px;
    border-radius: 12px;
    border: none;
}


/* REVIEWS */
.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-header a {
    color: #ef4444;
    font-size: 13px;
    text-decoration: none;
}

.reviews-summary {
    display: flex;
    gap: 12px;
    margin: 14px 0;
}

.summary-box {
    flex: 1;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    font-size: 14px;
}

.summary-box span {
    display: block;
    font-size: 12px;
    color: #6b7280;
}

.review-item {
    border-top: 1px solid #e5e7eb;
    padding: 16px 0;
}

.review-text {
    font-size: 14px;
    color: #374151;
    margin-bottom: 12px;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.review-user span {
    display: block;
    font-size: 12px;
    color: #6b7280;
}

.review-stars {
    display: flex;
    align-items: center;
    gap: 6px; /* 👈 control spacing here */
}

.review-stars span {
    font-size: 16px;
    line-height: 1;
    color: #d1d5db;
}

.review-stars span.filled {
    color: #f59e0b;
}



/* BOOKING CTA */
.booking-cta {
    margin-top: 16px;
    text-align: center;
}

.license-note {
    font-size: 12px;
    color: #ef4444;
    margin-bottom: 12px;
    line-height: 1.4;
}

.address-map-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 20px;
    margin-top: 20px;
}

.address-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.address-tab {
    text-align: left;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease;
}

.address-tab strong {
    display: block;
    font-size: 15px;
}

.address-tab span {
    font-size: 13px;
    color: #666;
}

.address-tab.active {
    border-color: #2f80ed;
    background: #f0f6ff;
}

.address-map iframe {
    width: 100%;
    height: 280px;
    border: 0;
    border-radius: 14px;
}

.doctor-info,
.doctor-specialties,
.availability-card,
.address-card,
.reviews-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.book-btn {
    background-color: #1a5276;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    border-radius: 7px;
    font-weight: 600;
}

.load-more-wrapper {
    text-align: center;
}

.book-btn:hover {
    background-color: #fff;
    color: #1a5276;
    /* padding: 0 20px;
    height: 40px;
    border-radius: 7px;
    font-weight: 600; */
}