/* =========================
   Font Imports
   ========================= */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.open-sans {
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Raleway", sans-serif;
  margin-top: 108px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

a,
button,
.btn,
.btn-custom {
  font-weight: 500;
}

p,
li {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  /* font-family: "Open Sans", sans-serif; */
}

.community-button {
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #000;
  letter-spacing: 0.2px;
  padding: 11px 15px;
  transition: 0.4s;
}

.btn-custom {
  background-color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2px;
  padding: 11px 15px;
  transition: 0.4s;
  display: inline-block;
}

.btn-bx {
  margin-top: 25px;
}

.btn-custom:hover {
  color: #000;
  background-color: #fff;
}

.community-button:hover {
  background-color: #000;
  color: #fff;
}

.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 0px;
  margin-bottom: 0px;
}

.su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.button_su_inner {
  display: inline-block;
  background-color: #0ab4ce;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2px;
  padding: 11px 15px;
  text-transform: uppercase;
}
.button_text_container {
  position: relative;
  z-index: 10000;
}

.explode-circle {
  animation: explode 0.5s forwards;
}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

section.hero-banner.banner_hero_inner {
  padding: 40px 0;
}

section.hero-banner.banner_hero_inner .hero-content {
  text-align: center;
}

section.hero-banner.banner_hero_inner h2.hero-title {
  margin-top: 0;
}

section.contact-info {
  background-color: #7f52d7;
}
.icon-bx-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin: 30px 0 0 0;
  align-items: center;
  max-width: 100%;
  margin-inline: auto;
  width: 100%;
}
.icon-bx-wraper {
  padding: 15px;
  background-color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
}

.icon-bx {
  display: flex;
  gap: 15px;
}

.icon-bx span.icon-cell {
  font-size: 26px;
}

.icon-content {
  width: calc(100% - 60px);
  padding: 0 0 0 14px;
}

.icon-content p,
.icon-content a {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.icon-content a {
  color: #000;
  text-decoration: none;
}

.icon-bx-wraper .icon-content h5 {
  margin: 0;
  text-transform: capitalize;
  font-size: 20px;
  padding-bottom: 5px;
}
.contact_tags {
  background-image: url("https://www.connectionsthroughhorses.com/wp-content/uploads/2025/09/15324.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.section-title.text-black h2,
.section-title.text-black h1 {
  color: #000;
}

.consult_head_form h2 {
  text-align: center;
  color: rgb(69, 110, 217);
}

.consult_head_form form#contact-form {
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 550px;
  margin-left: auto;
  border: 4px solid #8259d2;
}

.consult_head_form form#contact-form .input_name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.consult_head_form form#contact-form .input_field input,
.consult_head_form form#contact-form .input_field textarea,
.consult_head_form form#contact-form .input_field select {
  width: 100%;
  background-color: rgb(255 255 255 / 25%);
  padding: 10px 13px;
  border-radius: 0;
  color: #000;
  border: 1px solid #ccc;
}

.consult_head_form form#contact-form .input_field {
  width: calc(50% - 10px);
}

.consult_head_form form#contact-form .input_field textarea {
  width: 100%;
}

.submit_form.w-100 {
  text-align: right;
}

.submit_form.w-100 button {
  background-color: #0ab4ce;
  color: #fff;
  border: 0;
  padding: 8px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #456ed9;
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #456ed9;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #456ed9;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #456ed9;
  }
}

section {
  overflow: hidden;
  padding: 60px 0px;
}

.section-title h2,
.section-title h1 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  text-transform: capitalize;
}

.section-title span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 600;
}

/* header  */

.main-navbar {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 20px;
}

.main-header .header-right-bx {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 18px;
}

.main-header.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
}

.main-header .nav-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-header .nav-menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-header {
  padding: 5px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
}

.main-header .header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 20px;
}

.main-header .phone-number {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.main-header .phone-number img {
  max-width: 23px;
  margin-right: 8px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(66%) saturate(2313%)
    hue-rotate(210deg) brightness(90%) contrast(89%);
}
.hero-banner {
  position: relative;
  background-color: #456ed9;
  overflow: hidden;
  padding: 0;
}

.hero-banner .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  gap: 5px;
  width: 100%;
  max-width: calc(100% - 71%);
  margin-left: auto;
  position: absolute;
  top: 72%;
  bottom: auto;
}

.hero-banner .slick-dots li {
  margin: 0 5px;
}

.hero-banner .slick-dots li button {
  width: 18px;
  height: 11px;
  border-radius: 0%;
  background-color: #89a8f9e6;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hero-banner .slick-dots li button:hover {
  background-color: #fff;
}

.hero-banner .slick-dots li.slick-active button {
  background-color: #fff;
  /* active dot color */
  width: 24px;
}

.hero-banner .slick-dots li button:before {
  content: "";
}

.hero-banner canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-banner .container-fluid {
  position: relative;
  z-index: 2;
  /* content above animation */
}

.hero-banner .hero-image img {
  width: 100%;
  max-width: 100%;
}

.hero-image {
  transform: translate(100%, 0px);
  transition: all 0.5s;
}

.hero-slide.slick-slide.slick-current.slick-active .hero-image {
  transform: translate(0px, 0px);
  transition: all 0.5s;
}

.hero-banner .hero-content {
  width: 100%;
  max-width: 540px;
  margin: auto;
}

.hero-banner .hero-content span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.hero-banner .hero-content h1,
.hero-banner .hero-content h2 {
  color: #fff;
  font-size: 36px;
  width: 100%;
  margin: 0px;
  text-transform: capitalize;
}

.hero-banner .hero-content h2 {
  margin: 20px 0px !important;
  margin-bottom: 15px !important;
}

/* hero-banner */

/* about-section */

.about-section {
  background-image: url(https://www.connectionsthroughhorses.com/wp-content/uploads/2025/09/ab-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-description .section-title {
  margin-bottom: 22px;
}

.section-description p {
  color: #fff;
}

.about-content {
  padding-left: 28px;
}

.about-content h3 {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.about-content h3:after {
  content: "";
  background: #ffffff;
  width: 68px;
  height: 3px;
  display: inline-block;
  left: 0;
  position: absolute;
  bottom: 0;
}

.about-main-image img {
  width: 100%;
  display: block;
  height: 490px;
  object-fit: cover;
}

.about-image-wrapper {
  position: relative;
}

.about-image-wrapper .tag-image-1 {
  position: absolute;
  height: 135px;
  width: 135px;
  top: -6px;
  left: -68px;
}

.about-image-wrapper .tag-image-1 img {
  width: 100%;
  max-width: 100%;
}

.about-image-wrapper .tag-image-2 {
  position: absolute;
  height: 135px;
  width: 135px;
  top: -18px;
  left: -18px;
  z-index: 999;
}

.about-image-wrapper .tag-image-2 img {
  width: 100%;
  max-width: 73px;
}

.about-main-image {
  position: relative;
  z-index: 88;
}

/* about-section */

.programs .section-title span {
  color: #8051da;
}

.programs .section-title,
.team-section .section-title {
  margin-bottom: 50px;
}

.programs .section-title h2 {
  color: #456ed9;
}

.programs {
  background-color: #f5f5f5;
}

.program-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  transition: 0.6s;
  border: 1px solid #000000;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.program-card .program-actions .btn-custom:hover {
  color: #fff;
  background-color: #000000;
}

.program-content h4 {
  margin: 20px 0px 20px 0px;
  display: flex;
  font-size: 18px;
  align-items: center;
  gap: 9px;
}

.program-actions a {
  width: 100%;
  display: block;
  text-align: center;
  background: #456ed9;
}

.programs .row + .row {
  margin-top: 20px;
}

.overlay-text-box {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  background: #fff;
  transform: translateY(100%);
  transition: 0.6s;
  left: 0;
}

.program-card:hover .overlay-text-box {
  transform: translateY(-97%);
  z-index: 777;
}

.overlay-text-box h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.overlay-text-box ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  margin-top: 22px;
}

.overlay-text-box ul li {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.overlay-text-box ul li:last-of-type {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.team-section {
  background-color: #456ed9;
}

.team-section .team-main-card {
  position: relative;
  transition: 0.6s;
  overflow: hidden;
}

.team-section .team-main-card .img-box {
  position: relative;
}

.team-section .team-main-card .img-box:after {
  content: "";
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
}

.team-section .team-main-card img {
  width: 100%;
  transition: all 0.5s;
}
.team-section .team-main-card a {
  color: #000;
}
.team-section .team-main-card .text-bx h4 {
  color: #000;
  font-size: 25px;
}
.team-section .team-main-card .text-bx {
  background-color: #fff;
  padding: 20px;
  top: 0;
  z-index: 7;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: left;
  transition: 0.6s;
  position: absolute;
  transform: translateX(100%);
}

.team-section .team-main-card:hover .text-bx {
  transform: translateX(0%);
}
.team-section .team-main-card .text-bx p {
  display: -webkit-box; /* Flex-like box for webkit */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis;
}

/* .team-main-card {
    display: flex;
    align-items: center;
} */

.team-section .row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.team-section .name-bx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.team-section .name-bx h5 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.team-section .team-main-card:hover img {
  transform: scale(1.2);
}

.event-content .section-title {
  margin-bottom: 20px;
}

.gallery-section .section-title {
  margin-bottom: 20px;
}

/* .event-slider-section .event-image img {
    width: 100%;
    height: 100%;
} */

/* 
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-list {
    height: auto !important;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.event-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
}

.event-slider-section .event-content {
    padding: 55px 0px 55px 0px;
    width: calc(100% - 28%);
    margin: auto;
}

.event-slider-section .event-content {
    padding: 20px;
}

.event-slider-section .slick-dots {
    display: none !important;
} */

.event-slider-section .event-title {
  font-size: 32px;
  font-weight: 700;
  color: #3366ff;
  /* margin-bottom: 15px; */
}

.event-slider-section .event-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.event-slider-section .btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.event-slider-section .btn-primary:hover {
  background: #333;
}

.event-slider-section .event-slider-section {
  padding: 0;
}

.event-slider-section .event-content .section-title span {
  color: #8a38f5;
}

.event-slider-section .event-content .section-title h2 {
  color: #456ed9;
}

.event-slider-section .event-content .btn-custom:hover {
  color: #fff;
  background-color: #456ed9;
}

/* Custom arrows */

.event-slider-section .slick-prev,
.slick-next {
  width: 42px;
  height: 42px;
  border: 1px solid #cfd8f4;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 5;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.event-slider-section .slick-prev::before,
.slick-next::before {
  content: "";
}

.slick-prev::after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  color: #456ed9b5;
}

.event-slider-section .slick-next::after {
  content: "\f105";
  font-size: 21px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #456ed9b5;
}

.event-slider-section .slick-prev {
  right: 131px;
  left: auto;
  position: absolute;
  margin-right: 10px;
  top: 85%;
}

.event-slider-section .slick-next {
  right: 90px;
  position: absolute;
  top: 85%;
}

/* .event-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
} */

.event-slider-section .btn-custom {
  margin-top: 15px;
}

.event-slider-section .slick-dots {
  display: none;
}

.gallery-section {
  background-color: #0db2cc;
}

.gallery-section .left-text-bx p {
  color: #fff;
}

.gallery-section .right-bx {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 25px;
}

.gallery-section .right-bx .img-bx img {
  width: 100%;
  max-width: 100%;
}

.gallery-section .right-bx .img-bx {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-section .right-bx .img-bx img {
  transition: 0.5s;
}

.gallery-section .right-bx .img-bx img:hover {
  transform: scale(1.1);
}

.gallery-section .left-text-bx {
  padding-right: 50px;
}

.testimonials .view-more a:hover {
  background: #456ed9;
  color: #fff;
}

.testimonials {
  background-color: #f5f5f5;
}

.testimonials .section-title span {
  color: #8a38f5;
}

.testimonials .section-title h2 {
  color: #456ed9;
}

.testimonials .testimonial-card {
  background: #fff;
  padding: 30px;
  border: 1px solid #ffcc0024;
  border-radius: 26px;
  margin: 0px 8px;
  box-shadow: rgb(149 157 165 / 0%) 0px 8px 24px;
}

.testimonials .testimonial-header {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 25px;
  align-items: center;
}

.testimonials .testimonial-header img {
  padding: 5px;
  background: #f9fbef;
}

.testimonials .rating-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonials .rating-stars i {
  color: #ffcc00;
}

.testimonials .testimonial-body {
  text-align: center;
}

.testimonials .testimonial-footer h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.testimonials .section-title {
  margin-bottom: 50px;
}

.testimonials .slick-prev.custom-prev,
.slick-next.custom-next {
  background: #456ed9;
  border: none;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

.testimonials .slick-prev.custom-prev {
  left: -55px;
}

.testimonials .slick-next.custom-next {
  right: -55px;
}

.testimonials .slick-prev.custom-prev:hover,
.slick-next.custom-next:hover {
  background: #1d4ed8;
}

.testimonials .slick-prev:before {
  display: none;
}

.testimonials .fa-chevron-left {
  --fa: "\f053";
  position: absolute;
}

.testimonials .slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #456fd9a2;
}

.testimonials .slick-dots li.slick-active button:before {
  color: #456fd9;
  opacity: 1;
  background: #456fd9;
  outline: 2px solid #456fd9;
  outline-offset: 2px;
  height: 10px;
  width: 10px;
}

.testimonials .slick-dots {
  bottom: -48px;
  display: flex;
  justify-content: center;
}

.testimonial-wrapper-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.testimonials .testimonial-wrapper-inner .testimonial-card {
  margin: 0;
}

.testimonials .testimonial-wrapper-inner .testimonial-header img {
  padding: 15px;
  background: #8052db21;
}

.view-more.text-center {
  margin-top: 75px;
}

.site-footer {
  background: #f7f7f7;
  color: #000;
  font-size: 14px;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px;
  padding: 60px 0px 60px 0px;
}
.footer-col h4 {
  margin-bottom: 40px;
  color: #456ed9;
  font-size: 18px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 30px;
}

.footer-col a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
  font-weight: 500;
}
.footer-col a:hover {
  color: #456ed9 !important;
}

.footer-col a:hover {
  color: #222222;
}

.footer-social {
  margin-top: 30px;
}

.footer-social span {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  color: #000;
  transition: 0.3s;
}
.footer-social a:hover {
  background: #8054d7;
  color: #fff !important;
  border-color: #8054d7;
}

.footer-bottom {
  background: #000;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom p {
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
}

.footer-bottom .text-bx {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}

/* Responsive */

@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.team-section .team-main-card:hover {
  /* flex: 0 0 calc(100% - 67%); */
}

.team-section .text-bx a:hover {
  border: 1px solid #000;
}

.team-section .text-bx a {
  border: 1px solid transparent;
}

.event-slider-section .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.event-slider-section .slick-list {
  /* height: auto !important; */
}

.event-slider-section .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.event-slider-section .event-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 50%;
  height: 100%;
}

.event-slider-section .event-content {
  padding: 60px 0px 60px 0px;
  width: calc(100% - 28%);
  margin: auto;
}

.event-slider-section .slick-dots {
  display: none !important;
}

.event-slider-section .col-lg-6:first-of-type {
  all: unset;
}

.event-slide .row {
  justify-content: end;
}

.program-content {
  background: transparent;
  overflow: hidden;
  height: 65px;
  transition: 0.5s;
}

.program-card:hover .program-content {
  height: 84%;
  background-color: #fff;
  left: 0;
  position: absolute;
  bottom: 15%;
}

.program-content h4 {
  margin: 20px 0px 20px 0px;
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 9px;
  padding: 0px 20px;
  color: #456ed9;
}

.program-content {
  background: transparent;
  overflow: hidden;
  height: 65px;
  transition: 0.5s;
  position: absolute;
  left: 0px;
  width: 100%;
}

.program-actions {
  margin-top: 70px;
}

.program-image img {
  width: 100%;
  height: 335px !important;
  object-fit: cover;
}

.overlay-text-box2 ul {
  padding: 0px;
  padding: 0px;
  list-style: none;
}

.overlay-text-box2 ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 7px;
  padding: 5px 22px;
  font-size: 14px;
}

section.hero-banner canvas {
  display: none;
}

section.gallery-section.gallery_inner_sec img {
  width: 100%;
  aspect-ratio: 10/10;
  object-fit: cover;
  border-radius: 20px;
}

/* section.gallery-section.gallery_inner_sec .row {
  row-gap: 25px;
} */

.footer-col.fooetr_direc {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.home_slider_tile img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}

.bg_grey {
  background-color: #f5f5f5;
  background-image: none;
}

.bg_grey .section-title span {
  color: #8051da;
}

.bg_grey .section-title h2 {
  color: #456ed9;
}

.section-title p {
  max-width: 650px;
  margin: 0 auto;
}

.bg_grey a.btn-custom:hover {
  background-color: #456ed9;
  color: #fff;
}

.events_main_sec {
  background-color: #f5f5f5;
}

.why_choose_us {
}

.prising_weekly {
  background-color: #f5f5f5;
}

ul.icon_grid_sec {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  column-gap: 55px;
  margin: 50px 0 0 0;
  justify-content: center;
  row-gap: 60px;
  position: relative;
}

.icon_grid_sec li:nth-child(2)::before {
  height: 100%;
  width: 1px;
  position: absolute;
  content: "";
  background-color: #94949496;
  left: -25px;
  top: 15px;
}

.icon_grid_sec li:nth-child(2)::after {
  height: 100%;
  width: 1px;
  position: absolute;
  content: "";
  background-color: #94949496;

  right: -34px;
  top: 15px;
  z-index: 99;
}

.icon_grid_sec li:nth-child(4)::after {
  height: 100%;
  width: 1px;
  position: absolute;
  content: "";
  background-color: #94949496;

  right: -34px;
  top: 7px;
  z-index: 99;
}

ul.icon_grid_sec li:hover .icon_list img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(81%) saturate(1157%)
    hue-rotate(234deg) brightness(88%) contrast(94%);
}
ul.icon_grid_sec li:hover {
  transform: translateY(-10px);
}

ul.icon_grid_sec li {
  position: relative;
  width: calc(33.33% - 69.66px);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  transition: 0.5s;
  padding: 0;
  border: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.why_choose_text {
  text-align: center;
}

.why_choose_text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-align: left;
  color: #8052db;
}

.why_choose_text p {
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
ul.icon_grid_sec li .why_choose_text {
  margin: 9px 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon_list img {
  width: 50px;
  filter: brightness(0);
}

.cta-section p {
  color: #fff;
  margin-bottom: 25px;
}

.cta-section .section-title {
  margin-bottom: 15px;
}

.icon_list {
  padding: 0px;
  border-radius: 0px;
  box-shadow: unset;
}

.our_team_info .about-main-image {
  border-radius: 25px;
  overflow: hidden;
}

.team_detail_sec .text-bx .section-title h2 {
  color: #000;
}

.team_detail_sec .text-bx .section-title {
  margin-bottom: 15px;
}

.team_mem_img img {
  width: 100%;
}

.team_mem_img img {
  width: 100%;
}

section.team_detail_sec {
  background-color: #f5f5f5;
}

section.team_detail_sec .row {
  row-gap: 25px;
}

section.team_detail_sec .team_member_full .row {
  gap: 0;
}

.team_member_full {
  border-radius: 25px;
  overflow: hidden;
}

.team_member_full .text-bx {
  height: 100%;
  background-color: #fff;
  padding: 40px 40px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

section.cta-section.moving_for {
  background-image: url(https://www.connectionsthroughhorses.com/wp-content/uploads/2025/09/ab-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

section.cta-section.moving_for h2 {
  margin: 0 0 20px 0;
}

section.cta-section.moving_for p {
  color: #fff;
}

section.cta-section.moving_for .inner-text {
  margin: 0 0 30px 0;
}

.faq_inner div.accordion .accordion-item {
  width: 100%;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

section.faq_main {
  background-color: #f5f5f5;
}

.faq_inner div.accordion .accordion-item h2 {
  border-radius: 10px;
}

.faq_inner
  div.accordion
  .accordion-item
  h2
  button.accordion-button[aria-expanded="true"] {
  background-color: #000;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.faq_inner
  div.accordion
  .accordion-item
  h2
  button.accordion-button[aria-expanded="true"]::after {
  filter: invert(1) brightness(1);
}

.faq_inner div.accordion .accordion-item h2 button.accordion-button {
  font-size: 18px;
}

.weekly_cards {
  padding: 40px 25px 40px 25px;
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
  height: 100%;
}

section.prising_weekly .row {
  row-gap: 25px;
  justify-content: center;
}

ul.card_list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  flex-direction: column;
  display: flex;
  gap: 10px;
}

ul.card_list li {
  padding: 0 0 0 30px;
  background-image: url(https://www.connectionsthroughhorses.com/wp-content/uploads/2025/09/check.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 2px 3px;
}

.weekly_cards h4 {
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 26px;
  border-bottom: 1px solid #0fb3cd;
  padding: 0 0 15px 0;
}

.event_card_image img {
  width: 100%;
}

.event_card {
  padding: 30px;
  border-radius: 25px;
  background-color: #fff;
  height: 100%;
}

.event_card_text {
  padding: 15px;
  text-align: center;
}

.event_card_image {
  border-radius: 20px;
  overflow: hidden;
}

.event_card_text h3 {
  color: #8153d8;
}

.mobile-top-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  border-bottom: 1px solid #0ab4ce;
}

.mobile-top-bar a {
  text-transform: uppercase;
  transition: all ease 0.5s;
  border-bottom: 1px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #456ed9;
  padding: 10px 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.mobile-top-bar a + a {
  background: #0fb3cd;
  color: #fff;
}

.team_mem_img {
  height: 100%;
}

.team_mem_img img {
  height: 100%;
  object-fit: cover;
}

.faq_inner div.accordion .accordion-item .accordion-body a {
  color: #456ed9;
}

.limit_box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 0;
  justify-content: space-between;
  color: #000;
}

.consult_head_form form#contact-form .input_field input::placeholder,
.consult_head_form form#contact-form .input_field textarea::placeholder {
  color: #000000;
}

.c-icon-bx {
  background: #0ab4ce;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}

section.events_main_sec .row {
  row-gap: 25px;
}

@media only screen and (max-width: 1366px) {
  .main-header .nav-menu ul,
  .main-header .header-right-bx,
  .main-header .header-right {
    /* gap: 35px; */
  }
  .main-header .header-right {
    margin-left: 0px;
  }
  .hero-banner .slick-dots {
    max-width: calc(100% - 80%);
  }
}

.community-section {
  background-image: url("https://www.connectionsthroughhorses.com/wp-content/uploads/2025/09/12se-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.community-section .consult_head_form form#contact-form {
  padding: 40px 40px;
  background-color: rgb(255 255 255 / 95%);
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  max-width: 100%;
}

a.text-link {
  color: #0ab4ce;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  display: inline-block;
  width: max-content;
  padding-bottom: 5px;
}

a.text-link:after {
  content: "";
  background: #0ab4ce;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pricing-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  perspective: 1000px;
}

.pricing-card {
  width: 340px;
  padding: 1.5rem;
  border-radius: 24px;
  background: linear-gradient(145deg, rgb(10 180 206) 0%, rgb(128 84 215) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(103, 132, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
}

.pricing-card:hover {
  transform: translateY(-10px);
  border: 1px solid rgba(103, 132, 255, 0.3);
  box-shadow: 0 0 20px rgba(103, 132, 255, 0.1),
    0 0 40px rgba(103, 132, 255, 0.1);
}

.inner-glow {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(103, 132, 255, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.plan-icon {
  background: linear-gradient(
    135deg,
    rgb(255 255 255 / 20%),
    rgb(255 255 255 / 10%)
  );
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}

.plan-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.plan-name {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #fff, #6784ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  margin: 1.5rem 0;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.price span {
  font-size: 1rem;
  opacity: 0.8;
  font-weight: 400;
}

.features {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.features li {
  margin: 1rem 0;
  opacity: 0.9;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 16px;
  color: #fff;
}

.features li::before {
  content: "\f0e7";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffac33;
}

.cta-button {
  width: 100%;
  padding: 1.25rem;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #6784ff, #4462ff);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(103, 132, 255, 0.3);
}

.cta-button:hover::after {
  transform: translateX(100%);
}

.comparison {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.975rem;
  margin-top: 1rem;
  text-align: center;
}

.highlight {
  position: absolute;
  top: 1rem;
  right: -4rem;
  background: linear-gradient(135deg, #a98ce3, #8150dc);
  color: white;
  padding: 0.5rem 4rem;
  transform: rotate(45deg);
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(103, 132, 255, 0.3);
}

.pricing-tag-image {
  opacity: 0.5;
  text-align: center;
}

/* .pricing-tag-image img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(91%) saturate(1420%) hue-rotate(327deg) brightness(99%) contrast(88%);
} */

.card-blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.popular {
  animation: float 4s ease-in-out infinite;
}

.testimonial-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-banner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.events-wrapper .section-title h2 {
  color: #456ed9;
}

.phone-number a {
  color: #466fda;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.cptch-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: start;
}
.privacy-policy-section {
  border-block-end: 2px solid #456ed9;
}

.privacy-policy-section :is(h1, h2, h3, h4, h5, h6) {
  background: #0ab4ce0d;
  font-size: 30px;
  text-transform: capitalize;
  padding: 10px 15px;
  border-left: 4px solid #0ab4ce;
  margin: 20px 0px 25px 0px;
}

.privacy-policy-section :is(a) {
  color: #0ab4ce;
  font-weight: 700;
  text-decoration: none;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.team-member-image img {
  width: 100%;
  max-width: 100%;
}
.team-member-text h2 {
  color: #000;
  margin-bottom: 12px;
  font-size: 28px;
}
.team-member-text {
  margin-top: 15px;
}

.team-grid .team-member {
  background: #fff;
  border: 1px solid #eee;
  padding: 17px;
  box-shadow: rgb(149 157 165 / 9%) 0px 8px 24px;
  border-bottom: 2px solid #7f52d8;
  width: calc(100% - 70%);
}
.new-team-section {
  background: #f2f2f2;
}
.team-member-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-grid a {
  text-decoration: none;
  color: #000;
}
.team-member-text span {
  color: #7f52d8;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 2px solid #7f52d8;
}
.limit_box i {
  font-style: normal;
}
.team-section2 a:first-child {
  padding: 0;
  border: 0px;
}
.team-section2 a:first-child:hover {
  border: 0px;
}
.team-section2 .text-bx p {
  color: #000;
  text-transform: math-auto !important;
}
.team-section2 .btn-custom:hover {
  border: 1px solid #000;
}
.team-section2 .btn-custom {
  border: 1px solid transparent;
}

.team-section .btn-custom:hover {
  border: 1px solid #000;
}
.team-section .btn-custom {
  border: 1px solid transparent;
}
.team-section2 .name-bx h5 {
  text-transform: capitalize;
}
a.email-url {
  color: #456ed9 !important;
  text-decoration: none;
}

@media (max-width: 1250px) {
  .testimonials .slick-prev.custom-prev,
  .slick-next.custom-next {
    display: none !important;
  }
  .testimonials .slick-next.custom-next {
    display: none !important;
  }
  .cptch-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .about-tag-images {
    display: none;
  }
  .hero-banner .slick-dots {
    top: 79%;
  }
  .hero-banner .hero-content {
    max-width: 450px !important;
  }
  .icon-bx-main {
    max-width: 100% !important;
  }
  .header-right-bx {
    display: none !important;
  }
  .mobile-top-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border-bottom: 1px solid #0ab4ce;
  }
  .main-header {
    position: unset;
    width: 100%;
  }
  body {
    margin-top: 0px;
  }
  .mob-expand-submenu i {
    left: 1px !important;
    top: 0px !important;
  }
  .mobmenur-container {
    position: absolute;
    right: 0px;
    top: 4em !important;
    background: #fcc95a;
    height: 45px;
    width: 45px;
    display: grid;
    place-items: center;
    margin-right: 4% !important;
    font-size: 10px !important;
  }
  #mobmenuright a {
    padding: 10px 10px;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #eeeeee14;
  }
  .menu-item-872 {
    position: relative;
  }
  .mobmenu-right-panel .mobmenu-right-bt {
    text-decoration: none !important;
  }
  .main-header.fixed {
    position: unset;
  }
  .mobmenu-right-panel .mob-cancel-button {
    color: #456ed9 !important;
    height: 35px;
    width: 35px;
    background: #fff;
    font-size: 25px !important;
    display: grid !important;
    place-content: center;
    text-decoration: none !important;
  }
  .mobmenu-right-panel {
    background-color: #456ed9 !important;
  }
  .mob-icon-menu:before {
    margin: 0 !important;
  }
  .mobmenu r-container i {
    color: #ffffff !important;
  }
  .mobmenu-content li {
    padding: 0 !important;
  }
  ul#mobmenuright {
    margin-top: 35px !important;
  }
  .mob-menu-logo-holder {
    display: none !important;
  }
  .mob-menu-header-holder.mobmenu {
    background: transparent !important;
    display: block !important;
    position: absolute;
  }
  .mobmenu .headertext {
    display: none;
  }
  body.mob-menu-slideout-over {
    padding: 0px !important;
  }
  .mobmenu-content #mobmenuright > li > a:hover {
    background-color: transparent !important;
  }
  .mobmenu-content #mobmenuright .sub-menu {
    background-color: #3257b9 !important;
  }
  .mob-expand-submenu i {
    font-size: 17px !important;
  }
  .mob-expand-submenu {
    position: relative !important;
    right: 0px !important;
    float: right !important;
    height: 25px;
    width: 25px;
    display: grid;
    place-content: center;
    top: 1px !important;
    background: #ffffff !important;
    border-radius: 50%;
    z-index: 777 !important;
    left: auto !important;
  }
  .mobmenu-content #mobmenuright li:hover {
    background-color: #3b5db5 !important;
  }
  .mob-expand-submenu i {
    font-size: 18px !important;
    color: #456ed9 !important;
    margin-top: 1px !important;
  }
  .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
    /* z-index: 99999999 !important; */
    position: absolute !important;
    inset: 0 auto auto auto !important;
    height: 0px;
  }
  .mob-menu-header-holder.mobmenu {
    background: transparent !important;
    display: block !important;
  }
  .mobmenur-container i {
    color: #ffffff !important;
  }
  .mobmenur-container i {
    font-size: 21px !important;
  }
  .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
    position: absolute;
    right: 0px;
    top: 65px !important;
    background: #456ed9;
    height: 35px;
    width: 35px;
    display: grid;
    place-items: center;
    margin-right: 2% !important;
    font-size: 10px !important;
  }
  .mobmenu-content li {
    border: 0px !important;
  }
  .mobmenu-right-panel {
    width: 280px !important;
  }
}

@media (max-width: 991px) {
  .testimonials .testimonial-card {
    padding: 20px;
  }
  .testimonial-wrapper-inner {
    grid-template-columns: 1fr;
  }
  .team-member-text h2 {
    font-size: 25px;
  }
  .team-grid .team-member {
    width: calc(100% - 53%);
  }
  .our_team_info .row {
    row-gap: 20px;
  }
  .privacy-policy-section :is(h1, h2, h3, h4, h5, h6) {
    font-size: 24px;
    padding: 10px 15px;
    margin: 10px 0px 15px 0px;
  }
  .contact_tags {
    background: #f2f2f2f2;
  }
  .cptch-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .hero-banner .hero-content {
    max-width: 100% !important;
  }
  .events-grid {
    width: calc(100% - 0%) !important;
  }
  .hero-banner .slick-dots {
    display: none !important;
  }
  .hero-banner .row {
    text-align: center;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .hero-banner {
    padding: 45px 0px;
  }
  .hero-banner .hero-content {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .about-content {
    padding-left: 0px;
  }
  .about-main-image img {
    height: 400px;
  }
  .programs .row {
    row-gap: 35px;
  }
  .overlay-text-box2 ul li {
    font-size: 13px;
  }
  .team-section .row {
    row-gap: 30px;
    margin-top: 0px;
  }
  .programs .section-title,
  .team-section .section-title {
    margin-bottom: 30px;
  }
  .event-slider-section .row {
    flex-direction: column;
  }
  .event-slider-section .event-image {
    position: unset;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .event-slider-section .col-md-6 {
    width: 100%;
  }
  .event-slider-section .event-content {
    padding: 15px 0px 15px 0px;
    width: 100%;
    margin: auto;
  }
  .event-slider-section .slick-prev {
    display: none !important;
  }
  .event-slider-section .slick-next {
    display: none !important;
  }
  section {
    padding: 45px 0px;
  }
  .gallery-section .left-text-bx {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 35px;
  }
  .testimonials .section-title {
    margin-bottom: 34px;
  }
  .footer-top .footer-col:nth-child(1),
  .footer-top .footer-col:nth-child(2) {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 45px 0px;
    text-align: center;
  }
  .icon-bx {
    justify-content: center;
  }
  .footer-col h4 {
    margin-bottom: 25px;
  }
  .about-tag-images {
    display: none;
  }
  .hero-banner .hero-content h2 {
    margin: 10px 0px !important;
  }
  .hero-banner .hero-content h1,
  .hero-banner .hero-content h2 {
    font-size: 30px;
  }
  .about-section .row {
    row-gap: 20px;
  }
  ul.icon_grid_sec li {
    width: calc(100% - 52%);
    padding: 10px 20px;
  }
  .icon_list {
    padding: 15px;
  }
  .icon_list img {
    width: 40px;
  }
  ul.icon_grid_sec {
    margin: 25px 0 0 0;
  }
  .pricing-card {
    width: 320px;
    padding: 20px;
  }
  .price {
    font-size: 35px;
  }
  .plan-name {
    font-size: 25px;
  }
  section.prising_weekly .row {
    margin-top: 25px !important;
  }
  section.team_detail_sec .team_member_full .row {
    flex-direction: column;
    width: 100%;
  }
  .team_member_full .col-md-4 {
    width: 100%;
  }
  .team_member_full .col-md-8 {
    width: 100%;
  }
  .team_member_full .text-bx {
    padding: 20px;
  }
  .our_team_info .about-main-image {
    border-radius: 0px;
  }
  section.hero-banner.banner_hero_inner {
    padding: 35px 0;
  }
  .gallery_inner_sec .col-md-3 {
    all: unset;
  }
  /* .gallery_inner_sec .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  } */
  .icon-bx-main {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .consult_head_form form#contact-form {
    padding: 25px;
    max-width: 100%;
  }
  .community-section .consult_head_form form#contact-form {
    padding: 20px;
    gap: 20px;
  }
  .icon-bx-main {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  ul.icon_grid_sec li {
    width: 100%;
  }
  .section-description .section-title {
    margin-bottom: 15px;
  }
  .about-section .row {
    flex-direction: column;
    width: 100%;
    row-gap: 25px;
  }
  .about-section .row .col-md-6 {
    width: 100%;
  }
  .hero-banner .hero-image img {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .pricing-container {
    padding: 1rem;
  }
  .hero-banner {
    padding: 35px 0px;
  }
  .pricing-card {
    width: 100%;
    max-width: 380px;
  }
  .hero-banner .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .pricing-card {
    max-width: 100%;
  }
  .pricing-container {
    padding: 0px;
  }
}
.team-section .team-main-card img {
  object-fit: cover !important;
}

@media (max-width: 575px) {
  .hero-banner .hero-content h1,
  .hero-banner .hero-content h2 {
    margin-bottom: 10px !important;
  }
  .team-grid .team-member {
    width: 100%;
  }
  .privacy-policy-section :is(h1, h2, h3, h4, h5, h6) {
    font-size: 22px;
    padding: 10px;
  }
  .ngg-galleryoverview {
    display: grid !important
;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0;
  }
  ul.icon_grid_sec {
    gap: 30px;
  }
  .event-card-head h3 {
    font-size: 22px !important;
  }
  .events-grid {
    grid-template-columns: 1fr !important;
    margin-block-start: calc(100% - 92%) !important ;
  }
  .c-icon-bx {
    width: 55px;
    height: 55px;
  }
  .price {
    font-size: 35px;
    margin: 10px 0px;
  }
  .hero-banner .hero-content h1,
  .hero-banner .hero-content h2 {
    font-size: 24px;
  }
  .about-main-image img {
    height: 100%;
    width: 100%;
  }
  .program-content h4 {
    font-size: 18px;
  }
  .event-slider-section .event-title {
    font-size: 28px;
  }
  .event-slider-section .event-content {
    padding-bottom: 0px;
  }
  section {
    padding: 35px 0px;
  }
  .gallery-section .right-bx {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .gallery-section .right-bx .img-bx {
    gap: 15px;
    width: calc(100% - 55%);
  }
  .testimonials .section-title {
    margin-bottom: 24px;
  }
  .section-title span {
    margin-top: 5px;
    font-size: 16px;
  }
  .footer-top {
    padding: 35px 0px;
  }
  .footer-bottom .text-bx {
    flex-direction: column;
    gap: 8px;
  }
  .section-title h2,
  .section-title h1 {
    margin-bottom: 10px;
  }
  .gallery-section .right-bx .img-bx:last-of-type {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-inline: auto;
  }
  .section-title h2,
  .section-title h1 {
    font-size: 25px;
  }
  /* section.gallery-section.gallery_inner_sec .row {
    row-gap: 20px;
    padding: 0px 15px;
  } */
  .icon-bx-main {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 15px;
  }
  .consult_head_form form#contact-form .input_name {
    grid-template-columns: 1fr;
  }
  .consult_head_form form#contact-form .input_field {
    width: 100%;
  }
  .submit_form.w-100 {
    text-align: left;
  }
  .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
    top: 75px !important;
    margin-right: 4% !important;
  }
  .hero-banner .hero-content {
    max-width: 90%;
  }
}

.events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-block-start: calc(100% - 97%);
  width: calc(100% - 25%);
  margin-inline: auto;
}

.events-wrapper {
  background: #f5f5f5;
  position: relative;
  height: 650px;
}

.event-card-image img {
  width: 100%;
}

.event-card {
  padding: 18px;
  background: #fff;
}

.event-card-head h3 {
  color: #8051da;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 3px;
}

.event-card-head span {
  font-size: 16px;
  color: #8051da;
  margin-bottom: 20px;
  display: block;
}

.event-card-bottom-text {
  padding-top: 20px;
}

.event-card-bottom-text a {
  color: #8051da;
  font-weight: 600;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
.event-card-bottom-text a:hover {
  color: #8051da;
  text-underline-offset: 7px;
  text-decoration: underline;
}
.team-slider .slick-slide {
  padding: 0 15px;
}

.team-slider .slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffffa2;
}

.team-slider .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
  background: #ffffff;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  height: 10px;
  width: 10px;
  font-size: 0;
}

.team-slider .slick-dots {
  bottom: -40px;
  display: flex;
  justify-content: center;
}
.event-img-bx {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 45%;
  top: 55%;
  transform: translate(0%, -50%);
  height: 100%;
}
.event-img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top left;
}
.single-competitions-item ul {
  display: block;
}
.single-competitions-item ul li {
  position: relative;
  display: block;
  padding-right: 30px;
  margin-bottom: 20px;
}
.single-competitions-item ul li .inner-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-radius: 0;
  border-bottom-left-radius: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 523px;
}
.single-competitions-item ul li .inner-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  border-radius: 0;
  border-bottom-left-radius: 50px;
  transform: scaleY(0);
  transition: all 300ms ease 100ms;
}
.single-competitions-item ul li .inner-content .left {
  position: relative;
  display: inline-block;
  width: 160px;
}
.single-competitions-item ul li .inner-content .left .inner,
.single-competitions-item ul li .inner-content .left .outer {
  display: table-cell;
  vertical-align: middle;
}
.single-competitions-item ul li .inner-content .left .inner h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  margin-right: 5px;
  font-family: "Open Sans", sans-serif;
}
.single-competitions-item ul li .inner-content .left .inner h2 {
  color: #456ed9;
}
.single-competitions-item ul li .inner-content .left .outer p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-competitions-item ul li .inner-content .middle {
  position: relative;
  display: inline-block;
  width: 200px;
}
.single-competitions-item ul li .inner-content .middle h3 {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-competitions-item ul li .inner-content .middle p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-competitions-item ul li .inner-content .right {
  position: relative;
  display: inline-block;
  right: -30px;
}
.single-competitions-item ul li .inner-content .right a {
  color: #ffffff;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.events-wrapper .section-title h2 {
  font-size: 45px;
}
.events-wrapper .section-title {
  margin-bottom: 30px;
}
.single-competitions-item ul {
  display: block;
  margin: 0;
  padding: 0;
}
.single-competitions-item ul li:hover .inner-content:before {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-competitions-item ul li:hover .inner-content .left .inner h2 {
  color: #fff;
}
.single-competitions-item ul li:hover .inner-content .left .outer p,
.single-competitions-item ul li:hover .inner-content .middle p {
  color: #fff;
}
.single-competitions-item ul li:hover .inner-content .middle h3 {
  color: #fff;
}

.single-competitions-item ul li:hover .inner-content .right a {
  background-color: #0ab4ce;
}

.footer-col p,
.footer-col li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.icon-bx-wraper p,
.icon-bx-wraper li,
.icon-bx-wraper a {
  font-family: "Open Sans", sans-serif;
}

.error {
  background: red;
  color: #fff !important;
  display: block;
  padding: 0px 2px;
  font-size: 15px;
}
.g-recaptcha {
  max-height: 60px;
}

.page-id-518 .hero-content p {
  color: #fff;
  margin: 14px 0 0;
}

.page-id-518 .community-section {
  background-image: none;
}

.page-id-518 #contact-form p {
  margin-bottom: 20px;
}

#image-scroll {
  position: relative;
  overflow: hidden;
}

.strip-container2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  display: flex;
  /* flex-direction: column; */
}

.strip {
  flex: 1;
  background-size: cover;
  background-repeat: repeat-y;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.right-strip {
  background-image: url(https://www.connectionsthroughhorses.com/wp-content/uploads/2025/09/bg-2-scaled.jpg);
  animation-name: scrollRight;
}
.joy_horse_img img {
  width: 100%;
}
.joy_horse_img {
  overflow: hidden;
  border-radius: 20px;
}
section.joy_hourse a:hover {
  background: #456ed9;
  color: #fff;
}
section.joy_hourse h2 {
  color: #456ed9;
}

@keyframes scrollRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.page-id-518 .consult_head_mian_form {
  position: relative;
}
.page-id-518 .consult_head_form h1 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991.5px) {
  .joy_hourse_content {
    max-width: 60%;
  }
}
@media only screen and (max-width: 575.5px) {
  .joy_hourse_content {
    max-width: 100%;
    text-align: center;
  }
  .events-wrapper {
    height: auto;
    min-height: 450px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .event-img-bx {
    position: initial;
    right: 0;
    width: 100%;
    max-width: 100%;
    top: 55%;
    transform: initial;
    margin: 30px 0 0 0;
  }
}
.inner-cta .center-cta {
  width: 100%;
  max-width: 735px;
  margin-inline: auto;
  text-align: center;
}
.text-block {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  background: #fff;
  padding: 15px;
}
.text-block .section-title h2 {
  color: #000;
  margin-bottom: 7px;
}

.text-block ul {
  padding: 0;
  margin: 20px 0px;
  list-style: none;
}
.text-block ul li {
  position: relative;
  padding: 0px 0px 0px 25px;
  margin: 10px 0px;
}
.text-block ul li::before {
  height: 12px;
  width: 12px;
  background-color: #8054d7;
  outline: 2px solid #8054d7;
  outline-offset: 2px;
  position: absolute;
  content: "";
  left: 3px;
  border-radius: 100px;
  top: 7px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  justify-content: center;
  align-items: start;
  gap: 25px;
  margin-top: 30px;
}
.offer-bx {
  border: 1px solid #eee;
  border-bottom: 2px solid #8054d7;
  height: 100%;
  transition: 0.5s;
  padding: 15px;
  box-shadow: rgb(149 157 165 / 5%) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer-bx:hover {
  transform: translateY(-10px);
}

.offer-bx p {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 5px;
}
.offer-bx h3 {
  font-size: 20px;
  margin: 15px 0px 5px 0px;
}
.what-we-offer-wrapper .section-title h2 {
  color: #000;
  text-align: center;
  margin-bottom: 14px;
}

.what-we-offer-wrapper .section-title p {
  width: 100%;
  max-width: 658px;
  text-align: center;
}
.what-we-offer-wrapper .bottom-text {
  text-align: center;
  width: 100%;
  max-width: 590px;
  margin-inline: auto;
  margin-top: 30px;
}

.section-description2 ul li {
  position: relative;
  color: #fff;
  padding: 0px 0px 0px 25px;
  margin: 10px 0px;
}
.section-description2 ul li::before {
  height: 12px;
  width: 12px;
  background-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 2px;
  position: absolute;
  content: "";
  left: 3px;
  border-radius: 100px;
  top: 7px;
}
.section-description2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-description2 .about-content {
  padding-left: 0px;
}
.section-description2 p {
  color: #fff;
  margin-top: 10px;
}
.about-section2 .section-title {
  text-align: center;
  margin-bottom: 35px;
}
.about-section2 .section-title p {
  width: 100%;
  max-width: 781px;
  color: #fff;
  margin-top: 15px;
}
.section-title h2 {
  color: #000;
  margin-bottom: 10px;
}
.inner-cta .center-cta2 {
  width: 100%;
  max-width: 712px;
  margin-inline: auto;
  text-align: center;
}

.horseback-riding-section {
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  animation: 30s linear 0s infinite normal none running bg-marquee;
}
@keyframes bg-marquee {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1190px;
  }
}

@media only screen and (max-width: 991.5px) {
  .text-block {
    width: 100%;
    max-width: 100%;
  }
  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-section2 .section-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .about-section2 .about-main-image img {
    height: 100%;
  }
  .inner-cta .center-cta2 {
    width: 100%;
    max-width: 100%;
}
}

@media only screen and (max-width: 575.5px) {



.offer-grid {
    grid-template-columns: 1fr;
}
}