/* =========================================================
   CITY WEST SKIPS - HOME INTRO SECTION
   File: /assets/css/custom-home/intro.css
========================================================= */

/* =========================================================
   BASE SECTION
========================================================= */
.cws-home-intro {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 90px 0;
}

.cws-home-intro__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.cws-home-intro__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  width: 100%;
}

.cws-home-intro__left,
.cws-home-intro__right {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(50% - 35px);
  box-sizing: border-box;
}

/* =========================================================
   LEFT CONTENT
========================================================= */
.cws-home-intro__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cws-home-intro__title {
  margin: 0;
  color: #302826;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
}

.cws-home-intro__desc {
  margin-top: 18px;
  max-width: 540px;
  color: #413f3c;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.cws-home-intro__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
  width: 100%;
}

.cws-home-intro__point {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cws-home-intro__point-icon {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cws-home-intro__point-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.cws-home-intro__point-text {
  color: #413f3c;
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.cws-home-intro__button-wrap {
  margin-top: 24px;
}

.cws-home-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  border: 1px solid #de5945;
  background: #de5945;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.cws-home-intro__btn span {
  color: #ffffff;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  transition: color 0.35s ease;
}

.cws-home-intro__btn:hover {
  background: transparent;
  transform: translateY(-2px);
}

.cws-home-intro__btn:hover span {
  color: #de5945;
}

/* =========================================================
   RIGHT MEDIA
========================================================= */
.cws-home-intro__right {
  display: flex;
  justify-content: flex-end;
}

.cws-home-intro__media {
  width: 100%;
  max-width: 610px;
}

.cws-home-intro__top-image-wrap {
  width: 100%;
  border: 6px solid #ffffff;
  border-top-left-radius: 100px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 1px;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
}

.cws-home-intro__top-image {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.cws-home-intro__bottom-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 6px;
  align-items: stretch;
}

.cws-home-intro__call-card {
  min-height: 120px;
  padding: 10px 40px;
  background: #de5945;
  border: 6px solid #ffffff;
border-right: none;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  margin-top: -11px;
      align-items: center;
}

.cws-home-intro__call-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.cws-home-intro__call-icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cws-home-intro__call-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.cws-home-intro__call-number {
  display: inline-block;
  color: #ffffff !important;
  font-family: "Overpass", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  word-break: break-word;
}

.cws-home-intro__bottom-image-wrap {
  width: 100%;
  border: 6px solid #ffffff;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
  margin-top:-80px;
}

.cws-home-intro__bottom-image {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* =========================================================
   ENTRANCE ANIMATION
========================================================= */
.cws-intro-anim-item {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.cws-home-intro__right.cws-intro-anim-item {
  transform: translateY(26px) scale(0.97);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.cws-intro-anim-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cws-home-intro__right.cws-intro-anim-item.is-visible {
  transform: translateY(0) scale(1);
}

/* =========================================================
   LARGE DESKTOP
========================================================= */
@media (min-width: 1441px) {
  .cws-home-intro__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* =========================================================
   DESKTOP
========================================================= */
@media (min-width: 1200px) and (max-width: 1440px) {
  .cws-home-intro {
    padding: 84px 0;
  }

  .cws-home-intro__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cws-home-intro__grid {
    gap: 52px;
  }

  .cws-home-intro__left,
  .cws-home-intro__right {
    max-width: calc(50% - 26px);
  }

  .cws-home-intro__media {
    max-width: 100%;
  }

  .cws-home-intro__call-card {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cws-home-intro__call-number {
    font-size: 28px;
    line-height: 36px;
  }
}

/* =========================================================
   LAPTOP
========================================================= */
@media (min-width: 992px) and (max-width: 1199px) {
  .cws-home-intro {
    padding: 74px 0;
  }

  .cws-home-intro__inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cws-home-intro__grid {
    gap: 38px;
    align-items: center;
  }

  .cws-home-intro__left,
  .cws-home-intro__right {
    max-width: calc(50% - 19px);
  }

  .cws-home-intro__title {
    font-size: 28px;
    line-height: 38px;
  }

  .cws-home-intro__desc {
    max-width: 100%;
  }

  .cws-home-intro__point-text {
    font-size: 18px;
    line-height: 28px;
  }

  .cws-home-intro__btn {
    padding: 18px 42px;
  }

  .cws-home-intro__top-image {
    height: 300px;
  }

  .cws-home-intro__call-card {
    min-height: 110px;
    padding: 10px 20px;
  }

  .cws-home-intro__call-label {
    font-size: 18px;
    line-height: 24px;
  }

  .cws-home-intro__call-number {
    font-size: 24px;
    line-height: 32px;
  }

  .cws-home-intro__bottom-image {
    height: 170px;
  }
}

/* =========================================================
   TABLET
========================================================= */
@media (min-width: 768px) and (max-width: 991px) {
  .cws-home-intro {
    padding: 70px 0;
  }

  .cws-home-intro__inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cws-home-intro__grid {
    flex-direction: column;
    gap: 42px;
    align-items: flex-start;
  }

  .cws-home-intro__left,
  .cws-home-intro__right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cws-home-intro__title {
    font-size: 28px;
    line-height: 38px;
  }

  .cws-home-intro__desc {
    max-width: 100%;
  }

  .cws-home-intro__media {
    max-width: 100%;
  }

  .cws-home-intro__top-image {
    height: 330px;
  }

  .cws-home-intro__call-card {
    padding: 14px 22px;
  }

  .cws-home-intro__call-number {
    font-size: 26px;
    line-height: 34px;
  }

  .cws-home-intro__bottom-image {
    height: 190px;
  }
}

/* =========================================================
   MOBILE LARGE
========================================================= */
@media (min-width: 576px) and (max-width: 767px) {
  .cws-home-intro {
    padding: 60px 0;
  }

  .cws-home-intro__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cws-home-intro__grid {
    flex-direction: column;
    gap: 34px;
    align-items: flex-start;
  }

  .cws-home-intro__left,
  .cws-home-intro__right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cws-home-intro__title {
    font-size: 26px;
    line-height: 36px;
  }

  .cws-home-intro__desc {
    max-width: 100%;
  }

  .cws-home-intro__point-text {
    font-size: 18px;
    line-height: 28px;
  }

  .cws-home-intro__btn {
    padding: 16px 32px;
  }

  .cws-home-intro__media {
    max-width: 100%;
  }

  .cws-home-intro__top-image {
    height: 280px;
  }

  .cws-home-intro__bottom-row {
    grid-template-columns: 1fr 1fr;
  }

  .cws-home-intro__call-card {
    padding: 14px 18px;
  }

  .cws-home-intro__call-label {
    font-size: 17px;
    line-height: 23px;
  }

  .cws-home-intro__call-number {
    font-size: 22px;
    line-height: 30px;
  }

  .cws-home-intro__bottom-image {
    height: 160px;
  }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 575px) {
  .cws-home-intro {
    padding: 52px 0;
  }

  .cws-home-intro__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cws-home-intro__grid {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .cws-home-intro__left,
  .cws-home-intro__right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cws-home-intro__title {
    font-size: 24px;
    line-height: 34px;
  }

  .cws-home-intro__desc {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .cws-home-intro__point {
    align-items: flex-start;
  }

  .cws-home-intro__point-text {
    font-size: 17px;
    line-height: 27px;
  }

  .cws-home-intro__button-wrap {
    width: 100%;
  }

  .cws-home-intro__btn {
    width: 100%;
    padding: 16px 22px;
  }

  .cws-home-intro__btn span {
    text-align: center;
  }

  .cws-home-intro__media {
    max-width: 100%;
  }

  .cws-home-intro__top-image {
    height: 220px;
    border-top-right-radius: 20px;
  }

  .cws-home-intro__bottom-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  .cws-home-intro__call-card {
    min-height: auto;
    padding: 16px 20px;
	border-right: 6px solid #fff; 
	margin-top:-17px;
	  border-radius:1px;
  }
	
	.cws-home-intro__bottom-image-wrap{
		margin-top: -17px;
	}

  .cws-home-intro__call-label {
    font-size: 17px;
    line-height: 23px;
  }

  .cws-home-intro__call-number {
    font-size: 24px;
    line-height: 32px;
  }

  .cws-home-intro__bottom-image {
    height: 220px;
  }
}

/* =========================================================
   ACCESSIBILITY
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .cws-intro-anim-item,
  .cws-home-intro__right.cws-intro-anim-item,
  .cws-home-intro__btn,
  .cws-home-intro__btn span {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .cws-intro-anim-item {
    opacity: 1 !important;
  }
}