/* .img-5 {
    position: absolute;
    top: 205px;
    right: 170px;
    width: auto;
} */

.header-logo a img {
    width: 134%;
    height: 100%;
    object-fit: contain;
}

img {
    max-width: 123%;
}

/* Blog Page Styles */
.blog-page-sec {
    padding: 80px 0;
}

.blog-page-heading {
    margin-bottom: 50px;
}

.blog-page-heading h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.blog-box a {
    width: 100%;
    height: auto;
    color: black;
}
.blog-box h5 {
    padding: 17px;
    margin-top: 25px;
    font-size: 17px;
    border-radius: 5px;
    max-width: fit-content;
    text-transform: uppercase;
    background-color: #ffffff;
    line-height: 35px;
    color: black !important;
}

.blog-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.blog-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-text {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}

.blog-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-text h4 a {
    color: #333;
    text-decoration: none;
}

.blog-text h4 a:hover {
    color: #007bff;
}

.blog-text p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more-btn {
    display: inline-block;
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #0056b3;
    padding-left: 5px;
}

/* Pagination */
.blog-pagination {
    margin-top: 50px;
    text-align: center;
}

.blog-pagination ul {
    display: inline-flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.blog-pagination li a,
.blog-pagination li span {
    display: block;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-pagination li a:hover,
.blog-pagination li span.current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* Single Post Styles */
.single-post-sec {
    padding: 80px 0;
}

.post-header {
    text-align: center;
    margin-bottom: 40px;
}

.post-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 14px;
    color: #999;
}

.post-thumbnail {
    margin-bottom: 40px;
    text-align: center;
}

.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content h2,
.post-content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.post-tags {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 40px;
}

.post-navigation {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    margin-bottom: 50px;
}

.prev-post,
.next-post {
    display: block;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.prev-post:hover,
.next-post:hover {
    color: #007bff;
}

.prev-post span,
.next-post span {
    display: block;
    font-weight: 600;
    margin-top: 5px;
}

.related-posts {
    margin-top: 50px;
}

.related-posts h3 {
    font-size: 32px;
    margin-bottom: 30px;
}


.inner_banner {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    padding: 148px 20px;
    background-position: center;
    position: relative;
    color: #fff;
    text-align: center;
    background: #9db089;
}

.inner_banner h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.post-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.blog-page-heading.text-center.mb-5 p {
    color: black;
    font-size: 22px;
}
.blog-page-heading h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: black;
}

section.about-lower-text {
    margin-top: -40px;
    margin-bottom: 50px;
}

.service-zigzag {
    padding: 60px 0;
}

.zigzag-row {
    margin-bottom: 60px;
}

.zigzag-row.reverse {
    flex-direction: row-reverse;
}

.zigzag-img img {
    width: 100%;
    border-radius: 12px;
}

.zigzag-text h3 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
}

.zigzag-text p {
    margin-bottom: 10px;
    line-height: 1.7;
}


.zigzag-img img {
    width: 100%;
    height: 380px; /* Fixed uniform height */
    object-fit: cover; /* Crop nicely without distortion */
    border-radius: 12px;
}


.contact-hero {
    padding: 80px 0 50px;
    text-align: center;
    background: #e7f0e8;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.contact-section {
    padding: 80px 0;
}

.contact-info-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

.contact-info-box h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.info-item i {
    font-size: 24px;
    color: #83a380;
    margin-top: 6px;
}

.social-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #83a380;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #648b63;
}

.contact-form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

.contact-form-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #83a380;
    outline: none;
    box-shadow: 0 0 5px rgba(131,163,128,0.4);
}

.submit-btn {
    margin-top: 10px;
}


section.contact-hero h1.wow.fadeInDown {
    color: black;
}
.nature-btn {
    background: linear-gradient(135deg, #8fae7e, #6e8f63);
    color: #fff;
    padding: 14px 35px;
    border: none;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .35s ease;
    font-weight: 600;
    box-shadow: 0px 6px 20px rgba(111, 150, 112, 0.35);
}

.nature-btn i {
    transition: transform .35s ease;
}

.nature-btn:hover {
    background: linear-gradient(135deg, #76986d, #5f7d52);
    box-shadow: 0px 10px 25px rgba(111, 150, 112, 0.45);
    transform: translateY(-3px);
}

.nature-btn:hover i {
    transform: translateX(5px);
}


.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

body {

margin: 0;
padding: 0;
background: #f9f9f9;
}
.section {
max-width: 1100px;
margin: 60px auto;
padding: 0 20px;
}

table {
width: 100%;
border-collapse: collapse;
background: #fff;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 4px 18px rgba(0,0,0,0.08);
border: 4px solid #f1f6f1;
}
table th, table td {
padding: 18px;
text-align: left;
}
table th {
background: #8fa98f;
color: #fff;
font-weight: 600;
}
table tr:nth-child(even) {
background: #f5f5f5;
}
.btn {
padding: 10px 22px;
background: #b8d1b3;
color: white;
border: none;
border-radius: 30px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
transition: 0.3s;
}
.btn:hover {
background: #789078;
}

/* Popup Overlay & Box */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
}

.popup-overlay.active {
  display: flex;
}

.popup-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 35px;
  max-width: 650px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-box h3 {
 
  font-size: 28px;
  color: #2f4b3a;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 600;
}

/* Form Area Styling */
.form-area {
  width: 100%;
}

/* Input Fields */
.form-area input[type="text"],
.form-area input[type="email"],
.form-area input[type="tel"],
.form-area input[type="number"],
.form-area input[type="date"],
.form-area input[type="time"],
.form-area select,
.form-area textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1.5px solid #dfe9df;
  background: #fbfdfb;
  font-size: 15px;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
 
}

.form-area input:focus,
.form-area select:focus,
.form-area textarea:focus {
  border-color: #b8d1b3;
  box-shadow: 0 4px 12px rgba(131, 163, 131, 0.15);
  background: #ffffff;
}

/* Labels */
.form-area label {
  display: block;
  font-weight: 600;
  color: #3b4a3b;
  margin-bottom: 8px;
  font-size: 14px;
}

/* Form Rows */
.form-area .wpforms-field {
  margin-bottom: 20px;
}

/* Two Column Layout for Related Fields */
.form-area .wpforms-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* Textarea */
.form-area textarea {
  min-height: 100px;
  resize: vertical;
}

/* Select Dropdown */
.form-area select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233b4a3b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

/* Buttons */
.form-area button[type="submit"],
.form-area .wpforms-submit {
  background: #b8d1b3;
  border: none;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(120, 144, 112, 0.25);
  transition: all 0.3s ease;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-area button[type="submit"]:hover,
.form-area .wpforms-submit:hover {
  background: #a5c29f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(120, 144, 112, 0.35);
}





/* Error Messages */
.form-area .wpforms-error {
  color: #d63031;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* Success Message */
.form-area .wpforms-confirmation-container {
  background: #eef6ee;
  color: #2f4b3a;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid #b8d1b3;
  text-align: center;
  font-weight: 600;
}

/* Required Field Indicator */
.form-area .wpforms-required-label {
  color: #d63031;
  margin-left: 3px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .popup-box {
    padding: 30px 25px;
    max-height: 85vh;
  }

  .popup-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .form-area .wpforms-field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-area input,
  .form-area select,
  .form-area textarea {
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .form-area button[type="submit"],
  .form-area .wpforms-submit {
    width: 100%;
    padding: 14px 20px;
  }

  .close-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .popup-box {
    padding: 25px 20px;
  }

  .popup-box h3 {
    font-size: 22px;
  }

  .form-area .wpforms-field {
    margin-bottom: 16px;
  }
}


.lower-text-content-1 {
    margin-top: 61px;
}

img.image.wp-image-248.attachment-full.size-full {
    max-width: 47% !important;
    height: auto;
}

/* Baby-themed form CSS - soft greens, rounded, clean */
.baby-form{max-width:640px;margin:0 auto;background:#ffffff;border-radius:16px;padding:22px;border:1px solid #eef5ee;box-shadow:0 6px 18px rgba(17,34,17,0.06);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;}
.bf-title{font-family:"Playfair Display",serif;font-size:22px;color:#2f4b3a;margin:0 0 14px;text-align:center;}
.bf-row{margin-bottom:12px;}
.bf-flex{display:flex;gap:12px;}
.bf-flex .bf-row{flex:1;}
.baby-form label{display:block;font-weight:600;color:#3b4a3b;margin-bottom:6px;font-size:14px;}
.baby-form input[type="text"],.baby-form input[type="email"],.baby-form input[type="tel"],.baby-form input[type="number"],.baby-form input[type="date"],.baby-form input[type="time"],.baby-form select,.baby-form textarea{
  width:100%;padding:10px 12px;border-radius:10px;border:1px solid #dfe9df;background:#fbfdfb;font-size:14px;box-sizing:border-box;outline:none;transition:box-shadow .15s, border-color .15s;
}
.baby-form input:focus,.baby-form select:focus,.baby-form textarea:focus{box-shadow:0 6px 18px rgba(131,163,131,0.12);border-color:#b8d1b3;}
.bf-error{display:block;color:#b55252;font-size:13px;min-height:18px;margin-top:6px;}
.bf-actions{display:flex;gap:10px;justify-content:center;margin-top:14px;align-items:center;}
.bf-submit{background:#b8d1b3;border:none;color:#fff;padding:10px 20px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 6px 12px rgba(120,144,112,0.12);transition:transform .12s ease,box-shadow .12s;}
.bf-submit:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(120,144,112,0.14);}
.bf-reset{background:transparent;border:1px solid #d7e6d7;padding:8px 16px;border-radius:999px;cursor:pointer;}
.bf-success{margin-top:12px;padding:10px;border-radius:8px;background:#eef6ee;color:#1f4e2f;border:1px solid #dff0df;text-align:center;font-weight:600;}
@media (max-width:640px){
  .bf-flex{flex-direction:column;}
  .baby-form{padding:18px;}
}

.close-btn {
    position: relative;
    width: 35px;
    height: 35px;
    background: #000; /* apni marzi ka color */
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.close-btn::before,
.close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff; /* cross ka color */
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.close-btn {
    border: 2px solid #dfe9df;
    color: #3b4a3b;
    padding: 18px 33px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: flex;
    margin-left: auto;
    margin-right: 0px;
}