@media (max-width: 768px) {
  .padding-top {
    padding-top: 80px;
  }
  header .gaushala-head img {
    max-height: 50px;
    width: auto;
  }
  header .toggle-menu-cont {
    display: block;
    position: absolute;
    top: -18px;
    right: -220px;
  }
  header .menu {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
  }
  header .menu ul {
    display: block;
    text-align: left;
    padding: 15px;
  }
  header .menu ul li {
    display: block;
    padding: 10px 0;
  }
  header .menu.active {
    display: block;
  }
  header .col-md-9 {
    order: 3;
    width: 100%;
  }
  header .col-md-2 {
    order: 2;
    width: auto;
    position: relative;
  }
  header .col-md-3 {
    order: 1;
    width: auto;
  }
}
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    min-height: auto;
    padding-top: 80px;
  }
  .hero-section .row {
    flex-direction: column;
  }
  .hero-section .content {
    padding: 1.5rem;
  }
  .hero-section .content h1 {
    font-size: 2rem;
    text-align: center;
  }
  .hero-section .content p {
    font-size: 1.05rem;
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
  }
  .hero-section .content .buttons {
    justify-content: center;
  }
  .hero-section .content .buttons .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0.5rem 0;
  }
  .hero-section .content .scroll-indicator {
    display: none;
  }
  .hero-section .india-map {
    min-height: 250px;
    background-size: 80%;
    background-position: center;
  }
  .hero-section .india-map .cow-count {
    padding: 1rem 1.5rem;
  }
  .hero-section .india-map .cow-count .count {
    font-size: 2rem;
  }
  .hero-section .india-map .cow-count .label {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .our-gaushala {
    padding: 40px 15px 20px;
  }
  .our-gaushala h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .our-gaushala h2::after {
    width: 40px;
    height: 3px;
    bottom: -10px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .item {
    padding: 15px;
    border-radius: 12px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .item img {
    max-height: 160px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .item p {
    font-size: 16px;
    margin-top: 10px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .owl-dots {
    margin-top: 20px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}
@media (max-width: 480px) {
  .our-gaushala {
    padding: 30px 10px 15px;
  }
  .our-gaushala h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .our-gaushala h2::after {
    width: 30px;
    height: 2px;
    bottom: -8px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .item {
    padding: 12px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .item img {
    max-height: 180px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .item p {
    font-size: 14px;
    margin-top: 8px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .owl-dots {
    margin-top: 15px;
  }
  .our-gaushala .our-gaushala-content .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}
@media (max-width: 767px) {
  .donation-plans {
    padding: 30px 20px;
  }
  .donation-plans .container h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .donation-plans .container .row {
    flex-direction: column;
    gap: 20px;
  }
  .donation-plans .container .row .donation-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
  }
  .donation-plans .container .row .donation-box img {
    width: 100%;
  }
  .donation-plans .container .row .donation-box h3 {
    font-size: 20px;
  }
  .donation-plans .container .row .donation-box p {
    font-size: 14px;
  }
  .donation-plans .container .row .donation-box button {
    padding: 10px 25px;
    font-size: 14px;
  }
  .help-section h1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .how-it-works h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .how-it-works .row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .how-it-works .column {
    width: 100%;
    max-width: 90%;
  }
  .how-it-works .icon img {
    width: 60px;
    height: 60px;
  }
  .how-it-works h3 {
    font-size: 20px;
  }
  .how-it-works p {
    font-size: 14px;
  }
  .how-it-works .know-more a {
    font-size: 14px;
    padding: 12px 28px;
  }
}
@media (max-width: 480px) {
  .how-it-works {
    padding: 40px 20px;
  }
  .how-it-works h2 {
    font-size: 26px;
  }
  .how-it-works .icon img {
    width: 50px;
    height: 50px;
  }
  .how-it-works h3 {
    font-size: 18px;
  }
  .how-it-works p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .how-it-works .know-more a {
    font-size: 13px;
    padding: 10px 24px;
  }
}

@media (max-width: 768px) {
  .help-section {
    padding: 30px 15px;
  }
  .help-section .help-content {
    padding: 30px 20px;
  }
  .help-section .help-content h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .help-section .help-content .help-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .help-section .help-content .help-buttons .btn {
    width: 100%;
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 15px;
  }
  .footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer .footer-section {
    margin-bottom: 0;
  }
  .footer .footer-section h3 {
    font-size: 16px;
  }
  .footer .footer-section p, .footer .footer-section li a {
    font-size: 13px;
  }
  .footer .footer-section .logo {
    width: 70px;
  }
  .footer .footer-bottom {
    padding-top: 15px;
    font-size: 13px;
  }
  .footer .footer-bottom p {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .about-us .content-container {
    flex-direction: column;
    align-items: center;
  }
  .about-us .content-container .left-column,
  .about-us .content-container .right-column {
    max-width: 100%;
  }
  .about-us .content-container .right-column {
    order: -1;
  }
  .about-us h1 {
    font-size: 2em;
    text-align: center;
  }
  .about-us p {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .about-us {
    padding: 30px 10px;
  }
  .about-us .content-container {
    gap: 20px;
  }
  .about-us h1 {
    font-size: 1.8em;
  }
  .about-us p {
    font-size: 0.95em;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .our-donation-section {
    padding-bottom: 30px;
  }
  .our-donation-section .section-title {
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .our-donation-section .section-subtitle {
    font-size: 1rem;
    padding: 0 15px;
  }
  .our-donation-section .card {
    margin: 0 auto;
    max-width: 90%;
  }
  .our-donation-section .card .card-img-top {
    height: 200px;
  }
  .our-donation-section .card .card-body {
    padding: 15px;
  }
  .our-donation-section .card .card-body .card-title {
    font-size: 1.1rem;
  }
  .our-donation-section .card .card-body .btn-success {
    padding: 8px 16px;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .donation-section {
    padding-top: 80px;
  }
  .donation-section .image-wrapper {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
  .donation-section .image-wrapper .responsive-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
    transform: none;
  }
  .donation-section .image-wrapper .responsive-image:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .contact-section {
    padding: 80px 15px 30px;
    background-position: center top;
  }
  .contact-section .container h2 {
    font-size: 2rem;
    padding-top: 30px;
    line-height: 1.2;
  }
  .contact-section .container .section-subtext {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  .contact-section .container .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-section .container .contact-grid .contact-info,
  .contact-section .container .contact-grid .contact-map {
    padding: 20px 15px;
  }
  .contact-section .container .contact-grid .contact-info .contact-block h3 {
    font-size: 1rem;
  }
  .contact-section .container .contact-grid .contact-info .contact-block p {
    font-size: 0.95rem;
  }
  .contact-section .container .contact-grid .contact-map h3 {
    font-size: 1rem;
  }
  .contact-section .container .contact-grid .contact-map a {
    font-size: 0.95rem;
    word-break: break-all;
  }
}
@media (max-width: 480px) {
  .contact-section .container h2 {
    font-size: 1.6rem;
  }
  .contact-section .container .section-subtext {
    font-size: 0.9rem;
  }
  .contact-section .contact-grid .contact-info .contact-block,
  .contact-section .contact-grid .contact-map {
    padding: 15px 10px;
  }
  .contact-section .container .contact-grid .contact-info .contact-block {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .forms-section {
    padding: 20px;
  }
  .contact-form {
    width: 100%;
    padding: 20px;
  }
  .contact-form form .form-row {
    flex-direction: column;
    gap: 10px;
  }
  .contact-form form .form-row input {
    width: 100%;
  }
  .contact-form form .full-width {
    width: 100%;
  }
  .contact-form form button {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }
}/*# sourceMappingURL=mobile.css.map */