/*
 Theme Name: Twenty Twenty-One Child
 Theme URI: https://example.com/twentytwentyone-child
 Description: A lightweight child theme for Twenty Twenty-One.
 Author: vidya nivas
 Author URI: https://createsoftware.in
 Template: twentytwentyone
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: twentytwentyone-child
 Tags: blog, custom-colors, custom-logo, custom-menu, editor-style, featured-images, translation-ready
*/

/* Add your custom styles below */
header.entry-header.alignwide {
    display: none !important;
}
header.site-header {
    background-color: #f8f7f1 !important;
}
body {
    background: #f8f7f1 !important;
}
/* Top strip styles */
.top-strip {
    background-color: #f45100;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}

/* Header container */
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0%;
    border-bottom: 1px solid #eee;
	width: 100%;
    max-width: 98%;
}
.main-navigation ul li {
    padding: 0px 15px 0 15px;
}

/* Branding */
.site-branding {
    display: flex;
    align-items: center;
}
.site-title-tagline {
    margin-left: 10px;
}
.site-title {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #111;
}
.site-description {
    margin: 0;
    font-size: 0.9em;
    color: #555;
}

/* Menu styles */
.main-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}
.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation li {
    margin: 0;
}
.main-navigation a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
}
.main-navigation a:hover,
.main-navigation .current-menu-item a {
    color: #f45100;
}

/* Donate button */
.donate-btn {
    background-color: #f45100;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.donate-btn:hover {
    background-color: #d63f00;
}

/* Footer Styles */
.custom-footer {
    background-color: #0d1623;
    color: #fff;
    font-size: 0.95rem;
    padding-top: 40px;
}
.footer-widgets {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    flex-wrap: wrap;
}
.footer-col {
    flex: 1 1 250px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-logo img {
    max-height: 40px;
}
.site-title {
    margin: 0;
    font-size: 1.2rem;
}
.site-description {
    margin: 0;
    font-size: 0.85rem;
    color: #ccc;
}
.about-text {
    margin: 15px 0;
    line-height: 1.5;
}
.footer-social a {
    color: #fff;
    font-size: 1.1rem;
    margin-right: 12px;
    transition: color 0.3s;
}
.footer-social a:hover {
    color: #f45100;
}
.quick-links h4,
.contact h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    margin-bottom: 5px;
}
.footer-menu a {
    color: #fff;
    text-decoration: none;
}
.footer-menu a:hover {
    color: #f45100;
}
.contact p {
    margin: 8px 0;
}
.contact i {
    color: #f45100;
    margin-right: 8px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 15px 0;
    font-size: 0.85rem;
    margin-top: 30px;
}

.vidya-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}
.vidya-menu li a {
    color: #000000;
    text-decoration: none;
}
.vidya-menu li a:hover {
    color: #A9B405;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .menu-wrapper {
        display: none;
    }
    .menu-wrapper.toggled {
        display: block;
    }
}

.mission-section {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
}

.mission-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mission-subtitle {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
}

.mission-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.mission-item {
  max-width: 150px;
}

.icon-circle {
  background-color: #ffe6cc;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 24px;
  color: #ff6600;
}

.mission-btn {
  background-color: #ff6600;
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.mission-btn:hover {
  background-color: #e65c00;
}
.help-section {
  background-color: #f54400;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.help-section .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.help-section .section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.help-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.help-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 30px 20px;
  width: 250px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.help-card:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.help-card h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.help-card p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.help-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  color: #f54400;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.help-btn:hover {
  background-color: #ffd9cc;
}
.testimonial-section {
        text-align: center;
        padding: 50px 20px;
        max-width: 1200px;
        margin: auto;
    }
    .testimonial-section h2 {
        font-size: 2rem;
        font-weight: bold;
        color: #0f172a;
    }
    .testimonial-section p {
        color: #475569;
        margin-bottom: 40px;
    }
    .testimonial-container {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonial-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        width: 500px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        border: 1px solid #e5e7eb;
        text-align: left;
    }
    .stars {
        color: gold;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .testimonial-text {
        font-style: italic;
        color: #334155;
        margin-bottom: 20px;
    }
    .testimonial-author {
        font-weight: bold;
        color: #0f172a;
    }
    .testimonial-role {
        color: #475569;
        font-size: 0.9rem;
    }
	.impact-section {
        text-align: center;
        padding: 50px 20px;
        max-width: 1200px;
        margin: auto;
    }
    .impact-section h2 {
        font-size: 2rem;
        font-weight: bold;
        color: #0f172a;
        margin-bottom: 10px;
    }
    .impact-section p {
        color: #475569;
        margin-bottom: 40px;
    }
    .impact-container {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .impact-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        width: 300px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        border: 1px solid #e5e7eb;
        text-align: left;
        transition: transform 0.2s ease;
    }
    .impact-card:hover {
        transform: translateY(-5px);
    }
    .impact-icon {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .impact-title {
        font-weight: bold;
        font-size: 1.1rem;
        color: #0f172a;
        margin-bottom: 5px;
    }
    .impact-time {
        color: #64748b;
        font-size: 0.9rem;
    }
    .view-all-btn {
        margin-top: 30px;
        background: transparent;
        border: 1px solid #f97316;
        color: #f97316;
        padding: 10px 20px;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .view-all-btn:hover {
        background: #f97316;
        color: white;
    }
	.quick-donation-form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    max-width: 450px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    color: white;
    text-align: center;
}
.quick-donation-form h2 {
    font-weight: bold;
    margin-bottom: 15px;
}
.quick-donation-form .form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.quick-donation-form input, .quick-donation-form select {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
}
.quick-donation-form input[type="submit"] {
    background: #f1b100;
    color: black;
    font-weight: bold;
    cursor: pointer;
}
.quick-donation-form .payment-options {
    font-size: 14px;
    margin-top: 10px;
}
.ground-reality-section {
  padding: 60px 20px;
  background-color: #f9fafc;
  font-family: 'Helvetica Neue', sans-serif;
}

.ground-reality-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.ground-reality-left,
.ground-reality-right {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.ground-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0d1a4a;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

.challenges-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.challenges-list {
  list-style: none;
  padding-left: 0;
}

.challenges-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.challenges-list li::before {
  content: '•';
  color: red;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 1;
}
.rescue-network-section {
  background: #f8f9fb;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.rescue-network-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.rescue-title {
  font-size: 32px;
  font-weight: 700;
  color: #0d1a4a;
  margin-bottom: 10px;
}

.rescue-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.rescue-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.rescue-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 30px;
  width: 300px;
  text-align: left;
  transition: transform 0.2s ease;
}

.rescue-card:hover {
  transform: translateY(-5px);
}

.card-icon {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 15px;
}

.card-number {
  background-color: #ff4d00;
  color: white;
  font-size: 14px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: bold;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0d1a4a;
}

.card-text {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}
.vet-support-section {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.vet-support-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.vet-support-text {
  flex: 1 1 50%;
  padding: 20px;
}

.vet-title {
  font-size: 28px;
  font-weight: 700;
  color: #0d1a4a;
  margin-bottom: 15px;
}

.vet-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

.vet-list {
  list-style: none;
  padding-left: 0;
}

.vet-list li {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.vet-list li::before {
  content: '🩺';
  position: absolute;
  left: 0;
  color: #ff4d00;
  font-size: 18px;
}

.vet-support-image {
  flex: 1 1 45%;
  padding: 20px;
}

.vet-support-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}