/* =========================================
   responsive.css
   Breakpoint-specific overrides
   Bootstrap 5 breakpoints:
   sm: 576px | md: 768px | lg: 992px | xl: 1200px | xxl: 1400px
   ========================================= */

/* EXtra Extra Large devices from 1600px to 1720px  */
@media (min-width: 1600px) and (max-width: 1720px) {
  .navbar-nav .nav-link {
    font-size: 0.895rem;
  }

  .logo-wrap img {
    width: 150px;
    height: 150px;
  }

  .event-box-content h3 {
    font-size: 34px;
  }
}

/* Extra Extra large devices */
@media (min-width: 1400px) and (max-width: 1599px) {
  .navbar-nav .nav-link {
    font-size: 0.75rem;
  }

  .logo-wrap img {
    width: 120px;
    height: 120px;
  }

  .about-stat-number {
    font-size: 40px;
  }

  .about-text {
    font-size: 16px;
    max-width: 90%;
  }

  .about-right-text {
    font-size: 16px;
  }

  .about-right-heading {
    font-size: 34px;
  }

  .about-bird {
    top: 80px;
    width: 190px;
  }

  .about-acres-badge h4 {
    font-size: 42px;
  }

  .about-deer {
    bottom: 70px;
    left: 230px;
    width: 280px;
  }

  .common-btn>span {
    font-size: 15px;
  }

  .common-btn>i {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .package-price .price {
    font-size: 1.6rem;
  }
}

/* Extra large devices */
@media (max-width: 1399.98px) {
  .site-header .container-fluid {
    padding: 0px 4px;
  }

  .navbar-nav .nav-link {
    font-size: 0.80rem;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .navbar-nav {
    gap: 0px;
  }

  /* .logo-wrap {
    margin-bottom: -50px;
  } */

  .logo-wrap img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
  }

  .about-stat-number {
    font-size: 40px;
  }

  .about-bird {
    top: 40px;
    width: 160px;
  }

  .about-right-heading {
    width: 100%;
  }

  .about-right-text {
    max-width: 100%;
  }

  .about-deer {
    bottom: 0px;
    left: 80px;
    width: 300px;
  }

  .about-reservation-number {
    font-size: 24px;
  }

  .about-right-heading {
    font-size: 32px;
  }

  .about-right-text {
    font-size: 16px;
  }

  .about-text {
    font-size: 16px;
  }

  .about-video-wrap {
    height: 700px;
  }
}

/* Large devices (desktops) */
@media (max-width: 1199.98px) {

  .ranch-map-horse {
    width: 140px;
  }

  .footer-row>[class*="col-"]:not(:first-child)::before {
    display: none;
  }

  .footer-row>[class*="col-"] {
    padding-left: 0rem;
  }

  .site-header .navbar {
    position: relative;
    min-height: 72px;
    padding: 0.7rem 0;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-grow: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    overflow: hidden;
    z-index: 60;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 10px 5%;
  }

  .navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--color-gold);
    border: 0;
    border-radius: 8px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .hero-banner {
    height: 650px;
  }

  .mobile-logo img {
    max-height: 46px;
    width: auto;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 0.5rem 0;
  }

  .navbar-nav .nav-item,
  .navbar-nav .nav-link {
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 0.25rem;
    font-size: 0.98rem;
  }

  .navbar-nav .nav-link.active {
    display: inline-flex;
    width: auto;
    padding: 0.55rem 1rem;
  }

  .navbar-nav li.nav-logo {
    display: none;
  }

  :root {
    --logo-size: 105px;
  }

  .navbar-nav .nav-link {
    font-size: 0.82rem;
  }

  .footer-inner {
    padding: 2.5rem 1.75rem 1.5rem;
  }

  .gallery-list {
    grid-template-columns: 1fr 1fr 1.2fr 1fr 1fr;
    column-gap: 18px;
  }

  .gallery-item--one .gallery-item-inner {
    min-height: 300px;
  }

  .gallery-item--feature {
    margin-top: 40px;
  }

  /* .gallery-item--feature .gallery-item-inner {
    min-height: 520px;
  } */

  .gallery-section {
    padding: 60px 0;
  }

  .gallery-item--five .gallery-item-inner {
    min-height: 400px;
  }

  .about-section {
    padding: 90px 0 70px;
  }

  .contact-card {
    padding: 30px 20px;
  }

  .about-bird {
    width: 120px;
  }

  .about-deer {
    width: 170px;
    bottom: -20px;
  }

  .satisfaction-rate {
    width: 40%;
  }

  .inner-hero {
    height: 350px;
  }

  .about-video-wrap {
    min-height: 400px;
    max-width: 100%;
    margin-top: 20px;
  }

  .about-col--right {
    padding-top: 180px;
  }

  .common-content {
    width: 80%;
  }

  .featured-packages-decor-goat {
    top: 92%;
    width: 100px;
  }

  .package-card-body h3 {
    font-size: 1.4rem;
  }

  .package-price .price {
    font-size: 1.8rem;
  }

  .ads-banner1 {
    height: 400px;
  }

  .about-right-heading {
    font-size: 24px;
  }

  .about-col--right {
    padding-left: 0;
  }

  .about-section .common-heading {
    width: 90%;
  }

  .ads-banner1-action {
    justify-content: flex-start;
  }

  .hay-sales-slider .item img {
    height: auto;
  }

  .event-box-content h3 {
    font-size: 32px;
  }

  .value-card {
    padding: 30px 30px;
  }

  .about-stats {
    gap: 16px;
  }

  .about-stat-number {
    font-size: 32px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 991.98px) {


  .events-section {
    padding: 20px 0;
  }

  .event-box {
    padding: 1.5rem;
  }

  /* Stack media/content consistently regardless of odd/even on
     tablet & below - reversing full-width stacked columns would
     just swap top/bottom order, which reads awkwardly */
  .event-box .row {
    flex-direction: column;
  }

  .event-box-media img {
    height: auto;
  }

  .site-header .navbar {
    min-height: 64px;
    padding: 0rem 0;
  }

  .navbar-nav li.logo-left-item {
    margin-right: 0;
  }

  .navbar-nav li.logo-right-item {
    margin-left: 0;
  }

  .hero-banner {
    min-height: 560px;
    align-items: flex-end;
  }

  .hero-content-row {
    padding-bottom: 2.5rem;
  }

  .hero-cards {
    justify-content: flex-start;
    margin-top: 1.25rem;
  }

  .ranch-map-section {
    padding: 70px 0 50px;
  }

  .ranch-map-horse {
    width: 150px;
  }

  .section-bg-decor {
    width: 75%;
    opacity: 0.6;
  }

  .footer-inner {
    width: 100%;
    border-radius: 20px;
    padding: 0.875rem;
  }

  .footer-row>[class*="col-"] {
    margin-bottom: 1rem;
    border-left: none;
    padding-left: 0.75rem;
  }

  .footer-tagline {
    max-width: 100%;
  }

  .ads-banner2 {
    height: 440px;
  }

  .ads-banner1 {
    height: 440px;
  }

  .ads-banner1-action {
    justify-content: center;
    margin-top: 0.5rem;
  }

  .hay-sales-inner {
    width: 100%;
    border-radius: 20px;
    padding: 50px 1.5rem 45px;
  }

  .hay-sales-slider .item img {
    height: 180px;
  }

  .featured-packages-section {
    padding: 60px 0 50px;
  }

  .featured-packages-decor-leaf {
    width: 110px;
    opacity: 0.7;
  }

  .featured-packages-decor-goat {
    width: 120px;
  }

  .package-card-img img {
    height: 180px;
  }

  .what-we-offer {
    padding: 60px 0;
  }

  .what-we-offer .common-heading {
    font-size: 40px;
  }

  .what-we-offer .section-description {
    font-size: 15px;
  }

  /* .col-4 {
    flex: 0 0 50%;
    margin-bottom: 25px;
  } */

  .offer-card {
    height: 300px;
  }

  .card-title {
    font-size: 20px;
  }

  .card-description {
    font-size: 13px;
  }

  .guest-stories {
    padding: 60px 0;
  }

  .testimonial-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .testimonial-header .common-heading {
    font-size: 36px;
  }

  .guest-image-container {
    max-width: 100%;
  }

  .testimonial-bottom-fixed {
    gap: 40px;
  }

  .common-btn>span {
    padding: 6px 20px;
    font-size: 15px;
  }

  .common-btn>i {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .rate-number {
    font-size: 34px;
  }

  .gallery-section {
    padding: 40px 0;
  }

  .gallery-list {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "feature feature"
      "one two"
      "four five";
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 40px;
  }

  .gallery-item--one,
  .gallery-item--feature {
    margin-top: 0;
  }

  /* .gallery-item--feature .gallery-item-inner {
    height: 320px;
  } */

  .gallery-item--one .gallery-item-inner,
  .gallery-item--five .gallery-item-inner {
    height: 340px;
  }

  .gallery-stack .gallery-item-inner {
    height: 200px;
  }

  .about-section {
    padding: 70px 0 220px;
  }

  .about-col--left,
  .about-col--right {
    text-align: left;
  }

  .about-col--left {
    margin-bottom: 50px;
  }

  .about-col--video {
    margin-bottom: 50px;
  }

  .about-video-wrap {
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
  }

  .about-text,
  .about-right-text {
    max-width: 100%;
  }

  .about-bird {
    width: 100px;
    top: 0;
  }

  .about-deer {
    width: 300px;
    bottom: 20px;
    left: auto;
    right: 0;
  }

  .about-stat-number {
    font-size: 38px;
  }

  .common-heading {
    font-size: clamp(2rem, 3vw, 3rem);
  }

  .about-col--right {
    padding-top: 0;
  }

  .common-content {
    width: 100%;
    margin: 0 auto 1.5rem;
    padding: 0 0rem;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 767.98px) {

  .event-box-media img {
    height: auto;
  }

  .featured-packages-decor {
    display: none;
  }

  .package-card-img img {
    height: 200px;
  }

  .event-schedule-cards {
    grid-template-columns: 1fr;
  }

  .ads-banner1 {
    height: auto;
    min-height: 380px;
    padding: 2.5rem 0;
  }

  .ads-banner2 {
    height: 380px;
  }

  .ads-banner2-content p {
    max-width: 100%;
    padding: 0 0.5rem;
  }

  .hero-banner {
    height: auto;
    padding: 40px 0 0;
  }

  .hero-text .hero-title {
    font-size: clamp(2rem, 4vw, 6rem);
    width: 100%;
  }

  .hero-text .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .hero-card {
    width: 155px;
  }

  .hero-card-img {
    height: 90px;
  }

  .ranch-map-section {
    padding: 55px 0 40px;
  }

  .ranch-map-horse {
    width: 110px;
  }

  .common-content {
    margin-bottom: 2rem;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    row-gap: 0.7rem;
  }

  .footer-subscribe-btn {
    justify-content: center;
  }

  .gallery-list {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    row-gap: 20px;
    margin-top: 30px;
  }

  .gallery-item {
    width: 100%;
  }

  .gallery-item--one,
  .gallery-item--two,
  .gallery-item--feature,
  .gallery-item--four,
  .gallery-item--five {
    grid-area: auto;
    margin-top: 0;
  }

  .gallery-item--feature .gallery-item-inner {
    min-height: 280px;
  }

  .gallery-item--one .gallery-item-inner,
  .gallery-item--five .gallery-item-inner {
    min-height: 240px;
  }

  .gallery-stack .gallery-item-inner {
    min-height: 150px;
  }

  .hay-sales-inner {
    padding: 40px 1.25rem 35px;
  }

  .hay-sales-slider .item img {
    height: 200px;
  }

  .what-we-offer {
    padding: 50px 0;
  }

  .what-we-offer .text-center {
    margin-bottom: 40px;
  }

  .what-we-offer .common-title {
    font-size: 12px;
  }

  .what-we-offer .common-heading {
    font-size: 32px;
  }

  .what-we-offer .section-description {
    font-size: 14px;
  }

  /* .col-4 {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .row {
    margin: 0 -10px;
  } */

  .offer-card {
    height: 280px;
  }

  .offer-card-content {
    padding: 25px 20px;
  }

  .card-title {
    font-size: 18px;
  }

  .card-description {
    font-size: 12px;
  }

  .arrow-icon {
    font-size: 20px;
  }

  .guest-stories {
    padding: 50px 0;
  }

  .guest-stories .container {
    padding: 0 20px;
  }

  .testimonial-wrapper {
    flex-direction: column;
    gap: 35px;
  }

  /* .col-6,
    .col-8 {
        flex: 0 0 100%;
        padding: 0;
    } */

  .testimonial-header {
    margin-bottom: 25px;
  }

  .testimonial-header .common-title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .testimonial-header .common-heading {
    font-size: 28px;
    line-height: 1.3;
  }

  .guest-info {
    margin-bottom: 30px;
  }

  .avatar {
    width: 36px;
    height: 36px;
    border: 2px solid #ffffff;
  }

  .guest-count {
    font-size: 15px;
  }

  .satisfaction-label {
    font-size: 11px;
  }

  .testimonials-carousel {
    min-height: 200px;
    margin-bottom: 35px;
  }

  .testimonial-card {
    padding: 25px 0;
  }

  .quote-text {
    font-size: 20px;
  }

  .testimonial-description {
    font-size: 14px;
  }

  .testimonial-bottom-fixed {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-top: 20px;
  }

  /* .common-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 25px;
        font-size: 12px;
    } */

  .satisfaction-rate {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .rate-number {
    font-size: 36px;
  }

  .rate-label {
    font-size: 12px;
  }

  .gallery-list {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "one"
      "two"
      "four"
      "five";
    row-gap: 20px;
    padding: 0 16px;
  }

  .gallery-item--feature .gallery-item-inner {
    min-height: 320px;
  }

  .gallery-item--one .gallery-item-inner,
  .gallery-item--five .gallery-item-inner {
    min-height: 260px;
  }

  .gallery-stack {
    flex-direction: row;
  }

  .gallery-stack .gallery-item-inner {
    min-height: 180px;
  }

  .about-section {
    padding: 60px 0 180px;
  }

  .about-stats {
    flex-wrap: wrap;
    gap: 24px;
  }

  .about-stat-number {
    font-size: 28px;
  }

  .about-video-wrap {
    max-width: 100%;
    height: 340px;
  }

  .about-col--right {
    padding-left: 10px;
    padding-top: 0px;
  }

  .about-right-heading {
    font-size: 22px;
  }

  .about-bird {
    width: 80px;
  }

  .about-deer {
    width: 120px;
    bottom: 10px;
  }

  .common-btn {
    padding: 0px;
  }

  .common-btn span {
    font-size: 0.75rem;
    padding: 10px 20px;
  }

  .common-btn i {
    font-size: 0.875rem;
    width: 40px;
    height: 40px;
  }

  .common-title {
    font-size: 11px;
  }

  .about-text {
    font-size: 15px;
    width: 100%;
  }

  .about-col--left {
    margin-bottom: 20px;
  }

  .about-right-text {
    font-size: 15px;
    line-height: 1.4;
    max-width: 100%;
  }

  .about-reservation-label {
    margin-left: 0px;
  }

  .common-content {
    width: 100%;
    margin: 0 auto 0rem;
  }

  .guest-info {
    justify-content: flex-start;
    padding: 0 10px;
  }

  .package-card-body h3 {
    font-size: 1.125rem;
  }

  .package-price .price {
    font-size: 1.5rem;
  }

  .package-card-body>p,
  .package-features li {
    font-size: 0.875rem;
  }

  .package-card-btn {
    padding: 10px;
    font-size: 16px;
  }

  .gallery-item--one {
    margin-top: 0px;
  }

  .testimonials-carousel {
    padding: 0 10px;
  }

  .testimonial-card {
    padding: 20px;
    min-height: 180px;
    margin-top: 20px;
  }

  .hay-sales-section {
    padding: 0px 0;
  }

  .hay-sales-slider {
    margin-top: 40px;
  }

  .hay-sales-desc {
    font-size: 0.875rem;
  }

  .ranch-map-image {
    margin-top: 20px;
  }

  .ranch-map-horse {
    display: none;
  }

  .footer-logo img {
    width: 120px;
    height: 120px;
  }

  .footer-row>[class*="col-"]:not(:first-child)::before {
    display: none;
  }

  .site-footer {
    padding: 0px 0 0px;
  }

  .footer-inner {
    border-radius: 0;
  }

  .about-watch-btn {
    display: none;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0.5em 1em !important;
    padding: 0em 0.5em !important;
    font-size: 12px !important;
  }
}

/* Extra small devices (portrait phones) */
@media (max-width: 575.98px) {

  .events-section {
    padding: 45px 0;
  }

  .featured-packages-section {
    padding: 45px 0 35px;
  }

  .package-card-body {
    padding: 1rem 0.4rem 0.4rem;
  }

  .event-box {
    padding: 1.25rem;
    border-radius: 16px;
  }

  .event-box-content h3 {
    font-size: 1.25rem;
  }

  .ads-banner2 {
    height: 340px;
  }

  .ads-banner1 {
    min-height: 340px;
    padding: 2rem 0;
  }

  .ads-banner1-heading {
    font-size: 1.2rem;
  }

  .common-heading {
    font-size: clamp(1.5rem, 3vw, 3rem);
  }

  .ads-banner2-content h2 {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }

  .mobile-logo img {
    max-height: 80px;
    width: 80px;
  }

  .contact-section .row>* {
    margin-top: 5px !important;
  }

  .contact-card {
    margin-top: 0px !important;
  }

  .contact-section .common-content {
    width: 100%;
  }

  .hero-cards {
    gap: 0.6rem;
    align-items: center;
  }

  .hero-card {
    width: 140px;
    min-height: 200px;
  }

  .hero-card-img {
    height: 120px;
  }

  .hero-card-badge {
    font-size: 0.6rem;
    padding: 0.2rem 0.5rem;
  }

  .hero-card-text h3 {
    font-size: 0.72rem;
  }

  .hero-card-text p {
    font-size: 0.62rem;
  }

  .btn-hero {
    font-size: 0.75rem;
    padding: 0.45rem 0.5rem 0.45rem 1.2rem;
  }

  .btn-hero-icon {
    width: 28px;
    height: 28px;
  }

  .ranch-map-horse {
    width: 80px;
  }

  .section-bg-decor {
    display: none;
  }

  .footer-inner {
    padding: 10px;
  }

  .footer-socials a {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .hay-sales-inner {
    border-radius: 16px;
    padding: 32px 1rem 28px;
  }

  .hay-sales-slider .item img {
    height: 220px;
  }

  .what-we-offer {
    padding: 40px 0;
  }

  .what-we-offer .container {
    padding: 0 15px;
  }

  .what-we-offer .common-title {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .what-we-offer .common-heading {
    font-size: 26px;
    margin: 10px 0;
  }

  .what-we-offer .section-description {
    font-size: 13px;
  }

  .offer-card {
    height: 250px;
  }

  .offer-card-content {
    padding: 20px 100px 20px 20px;
  }

  .offer-card:hover .arrow-icon {
    left: 70%;
  }

  .card-title-wrapper {
    margin-bottom: 8px;
    gap: 8px;
  }

  .card-title {
    font-size: 18px;
  }

  .card-description {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
  }

  .arrow-icon {
    font-size: 18px;
  }

  .view-all-btn {
    padding: 10px 30px;
    font-size: 12px;
  }

  .guest-stories {
    padding: 40px 0;
  }

  .guest-stories .container {
    padding: 0 15px;
  }

  .testimonial-wrapper {
    gap: 30px;
  }

  .testimonial-header {
    margin-bottom: 20px;
  }

  .testimonial-header .common-title {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .testimonial-header .common-heading {
    font-size: 24px;
  }

  .guest-info {
    margin-bottom: 25px;
    gap: 12px;
  }

  .avatar {
    width: 32px;
    height: 32px;
    margin-left: -6px;
  }

  .avatar:first-child {
    margin-left: 0;
  }

  .guest-count {
    font-size: 14px;
  }

  .satisfaction-label {
    font-size: 10px;
    margin-top: 2px;
  }

  .testimonials-carousel {
    min-height: 180px;
    margin-bottom: 30px;
  }

  .testimonial-card {
    padding: 20px 0;
  }

  .quote-text {
    font-size: 18px;
  }

  .testimonial-description {
    font-size: 13px;
    line-height: 1.6;
  }

  .play-video-badge {
    padding: 10px 16px;
  }

  .play-icon {
    font-size: 14px;
  }

  .play-text {
    font-size: 12px;
  }

  .testimonial-bottom-fixed {
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    flex-wrap: wrap;
  }

  .satisfaction-rate {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }

  .rate-number {
    font-size: 28px;
  }

  .rate-label {
    font-size: 11px;
    text-align: right;
  }

  .gallery-section {
    padding: 50px 0;
  }

  .gallery-item--feature .gallery-item-inner {
    min-height: 240px;
  }

  .gallery-item--one .gallery-item-inner,
  .gallery-item--five .gallery-item-inner {
    min-height: 220px;
  }

  .gallery-stack {
    flex-direction: column;
  }

  .gallery-stack .gallery-item-inner {
    min-height: 150px;
  }

  .gallery-play-btn {
    width: 42px;
    height: 42px;
  }

  .gallery-play-icon {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }

  .gallery-btn-wrap {
    margin-top: 30px;
  }

  .about-section {
    padding: 50px 0 100px;
  }

  .about-stats {
    gap: 20px;
    margin-bottom: 30px;
  }

  .about-stat-number {
    font-size: 24px;
  }

  .about-stat-label {
    font-size: 12px;
  }

  /* .about-video-wrap {
    min-height: 280px;
    border-radius: 8px;
  } */

  .about-acres-badge {
    padding: 8px 16px;
  }

  .about-acres-badge h4 {
    font-size: 18px;
  }

  .about-watch-icon {
    width: 38px;
    height: 38px;
  }

  .about-right-heading {
    font-size: 20px;
    width: 100%;
  }

  .about-reservation-number {
    font-size: 16px;
  }

  .about-bird {
    width: 60px;
  }

  .about-deer {
    width: 150px;
    bottom: 0;
  }

  .ads-banner1-content {
    text-align: center;
  }

  .contact-section {
    padding: 25px 0 !important;
  }


}

/* Touch Device Adjustments */
@media (hover: none) and (pointer: coarse) {
  .offer-card:active .offer-card-image img {
    transform: scale(1.2);
  }

  .offer-card:active .arrow-icon {
    visibility: visible;
    transform: translateX(0);
  }

  .offer-card:active .card-title,
  .offer-card:active .card-description {
    transform: translateX(15px);
  }
}

/* Print Styles */
@media print {
  .what-we-offer {
    background-color: #fff;
  }

  .offer-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .arrow-icon {
    display: none;
  }
}

/* =========================================
   Responsive styles for Inner Hero & Core Values
   ========================================= */
@media (max-width: 991.98px) {
  .inner-hero {
    height: 320px;
  }

  .footer-row>[class*="col-"]:not(:first-child)::before {
    display: none;
  }

  .site-footer {
    padding: 0px 0 10px;
  }

  .core-values {
    padding: 80px 0;
  }

  .value-card {
    padding: 30px 20px;
  }

  .ranch-team {
    padding: 80px 0;
  }

  .team-card-image {
    height: 300px;
  }

  .about-gallery {
    padding: 80px 0;
  }

  .about-gallery-item>a {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .inner-hero {
    height: 350px;
    width: 100%;
    border-radius: 0;
  }

  .core-values {
    width: 100%;
    border-radius: 0;
    padding: 60px 0;
    margin-bottom: 30px;
  }

  .ranch-team {
    width: 100%;
    border-radius: 0;
    padding: 60px 0;
    margin-bottom: 30px;
  }

  .about-gallery {
    width: 100%;
    padding: 60px 0;
    margin-bottom: 30px;
    border-radius: 0;
  }

  .about-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .about-gallery-item>a {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .inner-hero {
    height: 300px;
  }

  .inner-hero-title {
    font-size: 2.2rem;
  }

  .core-values {
    padding: 50px 0;
  }

  .value-card {
    padding: 15px 10px;
  }

  .value-icon {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .value-card h3 {
    font-size: 1.25rem;
  }

  .value-card p {
    font-size: 0.85rem;
  }

  .ranch-team {
    padding: 50px 0;
  }

  .team-card-image {
    height: auto;
  }

  .team-card-content {
    padding: 20px;
  }

  .about-gallery {
    padding: 50px 0;
  }

  .about-gallery .common-content {
    margin-bottom: 35px;
  }

  .about-gallery-item>a {
    height: auto;
    border-radius: 8px;
  }

  .gallery-zoom {
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
    opacity: 1;
    transform: none;
  }
}

/* =========================================
   Responsive styles for Contact Us
   ========================================= */
@media (max-width: 991.98px) {
  .contact-section {
    padding: 65px 0;
  }

  .contact-card {
    padding: 40px 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .contact-section {
    padding: 50px 0;
  }

  .contact-card {
    padding: 30px 20px;
  }
}

@media (max-width: 575.98px) {
  .contact-card-header h3 {
    font-size: 1.6rem;
  }
}

/* Reservation gallery slider */
@media (max-width: 991.98px) {
  .reservation-gallery-section {
    padding: 70px 0;
  }
}

@media (max-width: 767.98px) {
  .reservation-gallery-section {
    width: 100%;
    margin-bottom: 30px;
    padding: 60px 0;
    border-radius: 0;
  }

  .reservation-gallery-slider .item a {
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .reservation-gallery-section {
    padding: 50px 0;
  }

  .reservation-gallery-section .common-content {
    margin-bottom: 32px;
  }

  .reservation-gallery-slider .item a {
    height: 230px;
  }

  .reservation-gallery-slider .item span {
    opacity: 1;
    transform: none;
  }
}

/* Gallery page video section */
@media (max-width: 991.98px) {
  .ranch-video-section {
    padding: 75px 0;
  }
}

@media (max-width: 767.98px) {
  .ranch-video-section {
    width: 100%;
    margin-bottom: 30px;
    padding: 60px 0;
    border-radius: 0;
  }
}

@media (max-width: 575.98px) {
  .ranch-video-section {
    padding: 50px 0;
  }

  .ranch-video-section .common-content {
    margin-bottom: 32px;
  }

  .ranch-video-card-content {
    padding: 18px 20px 20px;
  }

  .ranch-video-card-content h3 {
    font-size: 1.2rem;
  }
}

/* Annual events calendar */
@media (max-width: 991.98px) {
  .event-calendar-section {
    padding: 75px 0;
  }

  .event-calendar-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .event-calendar-section {
    width: 100%;
    margin-bottom: 30px;
    padding: 60px 0;
    border-radius: 0;
  }

  .calendar-day {
    min-height: 70px;
    padding: 6px;
  }

  .calendar-day.has-event span {
    padding: 3px;
    font-size: 0.58rem;
  }
}

@media (max-width: 575.98px) {
  .event-calendar-section {
    padding: 50px 0;
  }

  .event-calendar-section .common-content {
    margin-bottom: 32px;
  }

  .event-calendar-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px;
  }

  .event-calendar-grid {
    padding: 10px;
  }

  .calendar-weekday {
    padding: 5px 1px 8px;
    font-size: 0.58rem;
  }

  .calendar-day {
    min-height: 53px;
    padding: 4px;
    font-size: 0.75rem;
  }

  .calendar-day.has-event span {
    display: none;
  }

  .calendar-day.has-event time {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-forest);
    color: var(--color-gold);
  }

  .event-calendar-agenda {
    padding: 24px 20px;
  }
}