/* PAGE CSS */
#custom-golf-shirts ul,
#custom-golf-shirts li {
  list-style: none;
}

#custom-golf-shirts .section-title {
  color: #1c244b;
  font-size: 36px;
  font-weight: 700;
  line-height: 53px;
}

@media (max-width: 1024px) {
  #custom-golf-shirts .section-title {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
  }
}

@media (max-width: 767.98px) {
  #custom-golf-shirts .section-title {
    font-size: 30px;
  }
}

#custom-golf-shirts .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  #custom-golf-shirts .section-subtitle {
    margin-top: 10px;
  }
}

#custom-golf-shirts .button-blue,
#custom-golf-shirts .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  min-height: 52px;
  border-radius: 26px;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 4px;
}

@media (max-width: 1024px) {

  #custom-golf-shirts .button-blue,
  #custom-golf-shirts .button-outline {
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {

  #custom-golf-shirts .button-blue,
  #custom-golf-shirts .button-outline {
    line-height: 24px;
  }
}

@media (max-width: 1024px) {
  #custom-golf-shirts #google-reviews .button-blue {
    font-size: 16px;
    min-height: 48px;
  }
}

@media (max-width: 767.98px) {
  #custom-golf-shirts #google-reviews .button-blue {
    width: 100%;
    max-width: 328px;
    font-size: 18px;
    padding: 11px 4px;
  }
}

#custom-golf-shirts .button-outline {
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}

@media (hover: hover) and (pointer: fine) {
  #custom-golf-shirts .button-outline:hover {
    background-color: #3578ea;
  }
}

/* END OF PAGE CSS */

/* -- INTRO CSS -- */
#golf-shirts-intro {
  position: relative;
  background-image: url("/uploads/12037607/File/deco/custom-golf-shirts/assets/intro.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 124px;
}

#golf-shirts-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.68) 0%,
      rgba(0, 0, 0, 0) 51.08%);
}

@media (max-width: 1024px) {
  #golf-shirts-intro {
    padding: 0;
    background-image: unset;
  }

  #golf-shirts-intro::after {
    content: unset;
  }

  #golf-shirts-intro .section-container {
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro {
    padding: 16px 0px 0px;
    background: #f7f8fa;
  }
}

#golf-shirts-intro .intro_wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper {
    padding: 0 16px;
  }
}

#golf-shirts-intro .intro_wrapper .page-title,
#golf-shirts-intro .intro_wrapper .page-title .custom-word-break {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {

  #golf-shirts-intro .intro_wrapper .page-title,
  #golf-shirts-intro .intro_wrapper .page-title .custom-word-break {
    color: #1c244b;
    text-align: center;
    font-size: 48px;
    margin-bottom: 36px;
    letter-spacing: -0.72px;
  }
}

@media (max-width: 767.98px) {

  #golf-shirts-intro .intro_wrapper .page-title,
  #golf-shirts-intro .intro_wrapper .page-title .custom-word-break {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
  }
}

#golf-shirts-intro .intro_wrapper .page-title .custom-word-break,
#golf-shirts-intro .intro_wrapper .page-title .custom-word-break .custom-word-break {
  white-space: nowrap;
  margin-bottom: 0;
}

#golf-shirts-intro .intro_wrapper .google-reviews {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .google-reviews {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .google-reviews {
    margin: 0;
  }
}

#golf-shirts-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#golf-shirts-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #golf-shirts-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 1025px) {

  #golf-shirts-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header .nowrap,
  #golf-shirts-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header strong {
    color: #fff !important;
  }
}

#golf-shirts-intro .intro_wrapper .intro-photo {
  display: none;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-photo {
    display: block;
    margin: 0 auto 32px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .intro-photo {
    margin-bottom: 0;
  }
}

#golf-shirts-intro .intro_wrapper .intro-photo img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-photo img {
    min-height: 352px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .intro-photo img {
    min-height: 300px;
  }
}

#golf-shirts-intro .intro_wrapper .intro-content {
  max-width: 694px;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .intro-content {
    padding-bottom: 50px;
  }
}

#golf-shirts-intro .intro_wrapper .intro-content .intro-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-content .intro-features {
    flex-direction: row;
    width: 674px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto 36px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .intro-content .intro-features {
    max-width: 280px;
    width: calc(100% - 52px);
    border-radius: 8px;
    border: 1px solid #e6e8ea;
    background: #fff;
    padding: 24px 13px;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    margin: -34px auto 36px;
  }
}

#golf-shirts-intro .intro_wrapper .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
  color: #fff;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-content .intro-features .feature {
    color: #1c244b;
    font-size: 17px;
    line-height: 27px;
    padding-left: 32px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .intro-content .intro-features .feature {
    font-size: 20px;
    line-height: 24px;
    padding-left: 28px;
  }
}

#golf-shirts-intro .intro_wrapper .intro-content .intro-features .feature:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/uploads/12037607/File/deco/assets/white-tick-bold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-content .intro-features .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/olive-check.svg");
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .intro-content .intro-features .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/dark-blue-tick.svg");
  }
}

#golf-shirts-intro .intro_wrapper .intro-content .button-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-content .button-wrapper {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .intro_wrapper .intro-content .button-wrapper {
    flex-direction: column;
  }

  #golf-shirts-intro .intro_wrapper .intro-content .button-wrapper a {
    width: 292px !important;
    max-width: 100%;
  }
}

#golf-shirts-intro .intro_wrapper .intro-content .button-blue {
  width: 273px;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-content .button-blue {
    width: 254px;
  }
}

#golf-shirts-intro .intro_wrapper .intro-content .button-outline {
  width: 216px;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .intro_wrapper .intro-content .button-outline {
    width: 254px;
  }
}

#golf-shirts-intro .delivery-options-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 128px);
  z-index: 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #golf-shirts-intro .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #golf-shirts-intro .delivery-options-container {
    width: 100%;
    background: #f6faff;
    padding: 24px 16px;
    position: unset;
    transform: unset;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container {
    padding: 40px 16px 32px;
    position: relative;
    transform: unset;
    left: unset;
    width: 100%;
    background-color: #fff;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-title {
  color: #1c244b;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-title {
    display: none;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .delivery-options-container .delivery-options {
    padding: 7px 0;
    border-radius: 4px;
    border: 0.5px solid #e8e9ea;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options {
    background: transparent;
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

@media (max-width: 1024px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt {
    width: 100%;
    padding: 8px 0;
    justify-content: flex-start;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f7;
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right: none;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .photo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 86px;
    height: 86px;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 16px;
    line-height: 19px;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  color: #353535;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
    color: #1c244b;
  }
}

#golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  color: #005eff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #golf-shirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 16px;
    line-height: 19px;
  }
}

/* -- INTRO CSS END -- */

/* -- PRODUCTS CSS -- */
#golf-products {
  padding: 185px 0 72px;
  background: #f7f8fa;
}

@media (max-width: 1024px) {
  #golf-products {
    padding: 50px 0;
  }
}

#golf-products .golf-product-section {
  margin-bottom: 64px;
}

@media (max-width: 767.98px) {
  #golf-products .golf-product-section {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  #golf-products .golf-product-section:last-child {
    margin-bottom: 0;
  }

  #golf-products .golf-product-section:last-child .product-cards .p_card {
    margin-bottom: 28px;
  }
}

#golf-products .title-wrapper {
  margin-bottom: 24px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-products .title-wrapper {
    margin-bottom: 48px;
  }
}

@media (max-width: 767.98px) {
  #golf-products .title-wrapper {
    margin-bottom: 38px;
  }
}

#golf-products .section-title {
  margin-bottom: 12px;
}

#golf-products .section-subtitle {
  color: #172640;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

#golf-products .product-cards {
  display: flex;
  width: calc(100% + 18px);
  margin: 0 -9px;
}

@media (max-width: 1024px) {
  #golf-products .product-cards {
    width: 100%;
    margin: 0;
    gap: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #golf-products .product-cards::-webkit-scrollbar {
    display: none;
  }
}

#golf-products .product-cards .p_card {
  width: calc(100% / 5 - 18px);
  margin: 0 9px;
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #golf-products .product-cards .p_card {
    flex: 0 0 auto;
    width: 248px;
    margin: 0 0 36px;
  }
}

@media (max-width: 767.98px) {
  #golf-products .product-cards .p_card {
    margin-bottom: 50px;
  }
}

#golf-products .product-cards .p_card:hover {
  border-color: #3578ea;
}

#golf-products .product-cards .p_card .photo {
  width: 100%;
  height: 248px;
}

#golf-products .product-cards .p_card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

#golf-products .product-cards .p_card .content {
  padding: 12px 10px 16px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 248px);
}

@media (max-width: 1024px) {
  #golf-products .product-cards .p_card .content {
    padding: 16px 10px;
  }
}

#golf-products .product-cards .p_card .content .brand {
  color: #0b1629;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 6px;
}

@media (max-width: 1024px) {
  #golf-products .product-cards .p_card .content .brand {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

#golf-products .product-cards .p_card .content .name {
  color: #172640;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  #golf-products .product-cards .p_card .content .name {
    margin-bottom: 20px;
  }
}

#golf-products .product-cards .p_card .content .button-outline {
  margin-top: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 7px;
  width: 100%;
  text-align: center;
  min-height: 40px;
}

#golf-products .explore-products {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #badcfb;
  background: #e7f4ff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #golf-products .explore-products {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {
  #golf-products .explore-products {
    flex-direction: column;
    padding: 14px 20px;
    justify-content: unset;
    gap: 12px;
  }
}

#golf-products .explore-products .label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  #golf-products .explore-products .label {
    flex-direction: column;
    gap: 4px;
    margin: 0;
  }
}

#golf-products .explore-products .label img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

#golf-products .explore-products .label p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1c244b;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #golf-products .explore-products .label p {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  #golf-products .explore-products .label p {
    font-size: 12px;
    text-align: center;
  }
}

#golf-products .explore-products .link {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #3578ea;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-products .explore-products .link {
    font-size: 14px;
  }
}

#golf-products .explore-products .link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-products .explore-products .link img {
    width: 20px;
    height: 20px;
  }
}

/* -- PRODUCTS CSS END -- */

/* GOOGLE REVIEWS */
#google-reviews {
  padding: 50px 0px;
}

#google-reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #google-reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#google-reviews .button-blue {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 26px;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 273px;
  min-height: 52px;
}

@media (max-width: 1024px) {
  #google-reviews .button-blue {
    font-size: 16px;
    padding: 12px;
    width: 265px;
    min-height: 48px;
  }
}

@media (max-width: 767.98px) {
  #google-reviews .button-blue {
    width: 100%;
    max-width: 328px;
    line-height: 24px;
    font-size: 18px;
    padding: 11px 4px;
  }
}

/* END OF GOOGLE REVIEWS */

/* -- QUOTE CSS -- */
#golf-quote {
  background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
  padding: 62px 0;
}

@media (max-width: 1024px) {
  #golf-quote {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #golf-quote {
    padding: 0;
    background: #f6faff;
  }
}

#golf-quote .title-wrapper {
  margin-bottom: 24px;
}

#golf-quote .title-wrapper .quote-title {
  color: #1c244b;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  #golf-quote .title-wrapper .quote-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}

#golf-quote .title-wrapper .quote-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #34a853;
  font-size: 13px;
  font-weight: 500;
}

#golf-quote .title-wrapper .quote-subtitle img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

#golf-quote .quote-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper {
    flex-direction: column;
  }
}

#golf-quote .quote-content-wrapper .golf-content {
  width: calc(100% - 600px);
  position: relative;
}

@media (max-width: 1440px) {
  #golf-quote .quote-content-wrapper .golf-content {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper .golf-content {
    width: 100%;
    margin-bottom: 110px;
  }
}

@media (max-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content {
    background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 50px 16px;
  }
}

#golf-quote .quote-content-wrapper .golf-content .photo {
  position: absolute;
  right: 0;
  top: 30%;
}

@media (max-width: 1100px) {
  #golf-quote .quote-content-wrapper .golf-content .photo {
    width: 130px;
  }

  #golf-quote .quote-content-wrapper .golf-content .photo img {
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper .golf-content .photo {
    top: 100%;
    transform: rotate(110deg);
    right: 32px;
  }
}

#golf-quote .quote-content-wrapper .golf-content .title {
  color: #fff;
  font-family: "Poppins" !important;
  font-size: 64px;
  font-weight: 700;
  line-height: 102px;
  margin-bottom: 24px;
}

@media (max-width: 1220px) {
  #golf-quote .quote-content-wrapper .golf-content .title {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content .title {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}

#golf-quote .quote-content-wrapper .golf-content .title .text-highlight {
  color: #68c0fe;
}

@media (min-width: 1025px) {
  #golf-quote .quote-content-wrapper .golf-content .title .text-highlight {
    display: block;
  }
}

#golf-quote .quote-content-wrapper .golf-content .feature-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content .feature-title {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content .feature-title {
    font-size: 16px;
  }
}

#golf-quote .quote-content-wrapper .golf-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin-bottom: 40px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content .features-list {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper .golf-content .features-list {
    gap: 16px;
    margin: 0;
  }
}

#golf-quote .quote-content-wrapper .golf-content .features-list .feature {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 46px;
  min-height: 32px;
  display: flex;
  align-items: center;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #golf-quote .quote-content-wrapper .golf-content .features-list .feature {
    font-size: 14px;
    padding-left: 38px;
    min-height: 24px;
  }
}

@media (max-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content .features-list .feature {
    font-size: 16px;
  }
}

#golf-quote .quote-content-wrapper .golf-content .features-list .feature:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/tick-navy-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-content .features-list .feature:before {
    width: 24px;
    height: 24px;
    transform: unset;
  }
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper .golf-content .reviews-box {
    display: none;
  }
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .t_logo {
  height: 65px;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .t_logo img {
  height: 100%;
  object-fit: contain;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews {
  height: 65px;
  padding: 9px 14px;
  background: #fff;
  border-radius: 4px;
  border-top: 2px solid #34a853;
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .g_logo {
  width: 35px;
  height: 35px;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .g_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .content .title {
  font-size: 10px;
  font-weight: 700;
  color: #6a6a6a;
  line-height: 10px;
  margin: 0;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .content .rating {
  display: flex;
  align-items: center;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .content .rating .rate-no {
  margin: 0;
  color: #fea500;
  font-size: 14px;
  font-weight: 800;
  line-height: 15px;
  margin-right: 8px;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .content .rating .icon {
  height: 15px;
  display: flex;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .content .rating .icon img {
  height: 100%;
  object-fit: contain;
}

#golf-quote .quote-content-wrapper .golf-content .reviews-box .g_reviews .content .text {
  font-size: 8px;
  font-weight: 500;
  color: #353535;
  line-height: 10px;
  margin: 0;
}

#golf-quote .quote-content-wrapper .golf-form {
  width: 444px;
  background: #fff;
  border: 1px solid #e8e9ea;
  border-radius: 4px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2),
    0px 12px 24px 0px rgba(13, 16, 45, 0.1);
  padding: 20px 40px;
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper .golf-form {
    width: 100%;
    max-width: 520px;
    padding: 24px 40px;
  }
}

@media (max-width: 767.98px) {
  #golf-quote .quote-content-wrapper .golf-form {
    background: transparent;
    max-width: unset;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 50px 0px;
  }
}

#golf-quote .quote-content-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#golf-quote .quote-content-wrapper form .input-wrapper {
  margin-bottom: 16px;
  width: 100%;
}

#golf-quote .quote-content-wrapper form .input-wrapper.mb-s>label {
  display: block;
}

@media (min-width: 1025px) {
  #golf-quote .quote-content-wrapper form .input-wrapper.mb-s {
    margin-bottom: 8px;
  }
}

#golf-quote .quote-content-wrapper form .input-wrapper .input-box {
  position: relative;
}

#golf-quote .quote-content-wrapper form .input-wrapper .input-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 20px;
  height: 20px;
}

#golf-quote .quote-content-wrapper form .input-wrapper .input-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper form .input-wrapper.upload-file {
    margin-bottom: 24px;
  }
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file label {
  font-size: 14px;
  font-weight: 500;
  color: #555e6d;
  line-height: 17px;
  background: #e8e9ea;
  border-radius: 4px;
  padding: 11px 14px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 16px;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file label:hover {
  background: #3578ea;
  color: #fff;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file input {
  display: none;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #172640;
  display: inline-block;
  padding: 8px 0;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span {
  display: none;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span.active {
  display: flex;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error {
  color: #ef4d61;
  position: relative;
  padding-left: 26px;
}

#golf-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/info-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#golf-quote .quote-content-wrapper form .input-wrapper input,
#golf-quote .quote-content-wrapper form .input-wrapper textarea {
  width: 100%;
  transition: 0.3s;
  outline: none;
  color: #1c244b;
  border-radius: 4px;
  border: 1px solid #c5cad1;
  background: #fafafa;
}

#golf-quote .quote-content-wrapper form .input-wrapper input:focus,
#golf-quote .quote-content-wrapper form .input-wrapper textarea:focus {
  border-color: #3578ea;
}

#golf-quote .quote-content-wrapper form .input-wrapper input::placeholder,
#golf-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
  color: #666;
}

@media (max-width: 767.98px) {

  #golf-quote .quote-content-wrapper form .input-wrapper input,
  #golf-quote .quote-content-wrapper form .input-wrapper textarea {
    background-color: #fff;
  }
}

#golf-quote .quote-content-wrapper form .input-wrapper input {
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 14px 0 40px;
}

@media (max-width: 1024px) {
  #golf-quote .quote-content-wrapper form .input-wrapper input {
    height: 52px;
  }
}

#golf-quote .quote-content-wrapper form .input-wrapper textarea {
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
}

#golf-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
  font-size: 14px;
}

#golf-quote .quote-content-wrapper form .input-wrapper label {
  color: #0d1c2c;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  display: unset;
}

#golf-quote .quote-content-wrapper form .button-orange {
  padding: 10px;
  width: 100%;
  min-height: 52px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ff551d;
  background: linear-gradient(90deg,
      #ff551d 0.01%,
      #ff551d 104.37%,
      #ff551d 104.37%);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

#golf-quote .quote-content-wrapper form .button-orange span {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  #golf-quote .quote-content-wrapper form .button-orange {
    border-radius: 26px;
    background: #3578ea;
    border: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  #golf-quote .quote-content-wrapper form .button-orange:hover {
    border-color: #e04826;
    background: linear-gradient(90deg,
        #e04826 0.01%,
        #e04826 104.37%,
        #e04826 104.37%);
  }
}

#golf-quote .quote-content-wrapper form .note {
  margin: 12px auto 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

/* -- QUOTE CSS END -- */

/* GOLF APPAREL CSS */
#golf-apparel {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #golf-apparel {
    padding: 50px 0;
  }
}

#golf-apparel .section-container {
  display: flex;
  align-items: center;
  gap: 44px;
}

@media (max-width: 1024px) {
  #golf-apparel .section-container {
    gap: 16px;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  #golf-apparel .section-container {
    gap: 36px;
  }
}

#golf-apparel .section-container .section-photo {
  width: 43%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #golf-apparel .section-container .section-photo {
    width: 100%;
    max-width: 712px;
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  #golf-apparel .section-container .section-photo {
    height: unset;
  }
}

#golf-apparel .section-container .section-photo img {
  width: 100%;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #golf-apparel .section-container .section-photo img {
    object-fit: cover;
    height: 100%;
    object-position: top;
  }
}

#golf-apparel .section-container .section-content {
  width: 57%;
}

@media (max-width: 1024px) {
  #golf-apparel .section-container .section-content {
    width: 100%;
  }
}

#golf-apparel .section-container .section-content .secondary-title {
  margin-bottom: 16px;
  color: #1c244b;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
}

@media (max-width: 1024px) {
  #golf-apparel .section-container .section-content .secondary-title {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #golf-apparel .section-container .section-content .secondary-title {
    font-size: 30px;
  }
}

#golf-apparel .section-container .section-content .text {
  color: #354156;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}

#golf-apparel .section-container .section-content .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1024px) {
  #golf-apparel .section-container .section-content .buttons-wrapper {
    margin-top: 32px;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #golf-apparel .section-container .section-content .buttons-wrapper {
    margin-top: 36px;
    flex-direction: column;
  }
}

#golf-apparel .section-container .section-content .buttons-wrapper a,
#golf-apparel .section-container .section-content .buttons-wrapper button {
  font-size: 18px;
  line-height: 24px;
  max-width: 100%;
}

@media (max-width: 767.98px) {

  #golf-apparel .section-container .section-content .buttons-wrapper a,
  #golf-apparel .section-container .section-content .buttons-wrapper button {
    font-size: 20px;
  }
}

#golf-apparel .section-container .section-content .buttons-wrapper a.button-blue,
#golf-apparel .section-container .section-content .buttons-wrapper button.button-blue {
  width: 223px;
}

@media (max-width: 767.98px) {

  #golf-apparel .section-container .section-content .buttons-wrapper a.button-blue,
  #golf-apparel .section-container .section-content .buttons-wrapper button.button-blue {
    width: 328px;
  }
}

#golf-apparel .section-container .section-content .buttons-wrapper a.button-outline,
#golf-apparel .section-container .section-content .buttons-wrapper button.button-outline {
  width: 164px;
}

@media (max-width: 1024px) {

  #golf-apparel .section-container .section-content .buttons-wrapper a.button-outline,
  #golf-apparel .section-container .section-content .buttons-wrapper button.button-outline {
    width: 223px;
  }
}

@media (max-width: 767.98px) {

  #golf-apparel .section-container .section-content .buttons-wrapper a.button-outline,
  #golf-apparel .section-container .section-content .buttons-wrapper button.button-outline {
    width: 328px;
  }
}

/* END OF GOLF APPAREL CSS */

/* GOLF SERVICE CSS */

#golf-service {
  padding: 70px 0;
  background: #f7f8fa;
}

@media (max-width: 1024px) {
  #golf-service {
    padding: 50px 0;
  }
}

#golf-service .section-title {
  text-transform: capitalize;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #golf-service .section-title {
    margin-bottom: 16px;
  }
}

#golf-service .section-subtitle {
  margin: 0 auto 36px;
  letter-spacing: -0.24px;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #golf-service .section-subtitle {
    margin-bottom: 24px;
  }
}

#golf-service .service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 1024px) {
  #golf-service .service-list {
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  #golf-service .service-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
  }
}

#golf-service .service-list .service {
  border-radius: 8px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  #golf-service .service-list .service {
    max-width: 400px;
    margin: 0 auto;
  }
}

#golf-service .service-list .service .photo {
  width: 100%;
  height: 234px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  #golf-service .service-list .service .photo {
    height: 194px;
  }
}

#golf-service .service-list .service .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#golf-service .service-list .service .content {
  padding: 12px 16px 16px;
  text-align: center;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #golf-service .service-list .service .content {
    padding: 16px;
  }
}

#golf-service .service-list .service .content .s-title {
  color: #1c244b;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #golf-service .service-list .service .content .s-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 27px;
  }
}

#golf-service .service-list .service .content .s-text {
  color: #354156;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

/* END OF GOLF SERVICE CSS */

/* GOLF WHY CHOOSE CSS */
#golf-why-choose {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #golf-why-choose {
    padding: 50px 0;
  }
}

#golf-why-choose .section-title {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  #golf-why-choose .section-title {
    margin-bottom: 24px;
  }
}

#golf-why-choose .subtitle {
  color: #1c244b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 1032px;
  margin: 0 auto 36px;
}

@media (max-width: 1024px) {
  #golf-why-choose .subtitle {
    margin-bottom: 32px;
  }
}

#golf-why-choose .feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1024px) {
  #golf-why-choose .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }
}

@media (max-width: 767.98px) {
  #golf-why-choose .feature-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 1fr;
  }
}

#golf-why-choose .feature-list .feature {
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  #golf-why-choose .feature-list .feature {
    padding: 16px 20px;
  }
}

#golf-why-choose .feature-list .feature .f-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}

#golf-why-choose .feature-list .feature .f-title {
  color: #1c244b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}

#golf-why-choose .feature-list .feature .f-content {
  color: #1c244b;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

#golf-why-choose .button-outline {
  width: 290px;
  margin: 32px auto 0;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #golf-why-choose .button-outline {
    width: 230px;
    min-height: 44px !important;
    padding: 10px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* END OF GOLF WHY CHOOSE CSS */

/* -- FAQ CSS -- */
.landing-faq {
  padding: 65px 0 70px;
}

@media (max-width: 1024px) {
  .landing-faq {
    padding: 50px 0 30px;
  }
}

@media (max-width: 1024px) {
  .landing-faq .section-title.v-laptop {
    display: none;
  }
}

.landing-faq .section-title.v-tablet {
  margin-top: 24px;
}

@media (min-width: 1025px) {
  .landing-faq .section-title.v-tablet {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .landing-faq .section-title.v-tablet {
    margin-bottom: 4px;
  }
}

.landing-faq .faq-wrapper {
  display: flex;
  align-items: center;
  gap: 140px;
}

@media (max-width: 1280px) {
  .landing-faq .faq-wrapper {
    gap: 100px;
  }
}

@media (max-width: 1024px) {
  .landing-faq .faq-wrapper {
    gap: unset;
  }
}

@media (min-width: 1025px) {
  .landing-faq .faq-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .landing-faq .faq-wrapper {
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
  }
}

.landing-faq .faq-wrapper .photo {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .landing-faq .faq-wrapper .photo {
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  .landing-faq .faq-wrapper .photo {
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  .landing-faq .faq-wrapper .photo {
    height: 328px;
  }
}

.landing-faq .faq-wrapper .photo img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .landing-faq .faq-wrapper .photo img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.landing-faq .faq-wrapper .faq {
  width: 50%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .landing-faq .faq-wrapper .faq {
    width: 100%;
  }
}

.landing-faq .faq-wrapper .faq .faq-accordion:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.landing-faq .faq-wrapper .faq .faq-accordion.active .faq-button {
  font-weight: 600;
  padding-bottom: 19px;
}

@media (max-width: 767.98px) {
  .landing-faq .faq-wrapper .faq .faq-accordion.active .faq-button {
    padding-bottom: 16px;
  }
}

.landing-faq .faq-wrapper .faq .faq-accordion.active .faq-button:after {
  transform: rotate(0deg) translate(0, -50%);
}

.landing-faq .faq-wrapper .faq .faq-button {
  color: #1c244b;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  background: transparent;
  border: none;
  outline: none;
  padding: 26px 56px 26px 0px;
  width: 100%;
  text-align: left;
  position: relative;
}

@media (max-width: 767.98px) {
  .landing-faq .faq-wrapper .faq .faq-button {
    padding: 20px 56px 20px 0px;
  }
}

.landing-faq .faq-wrapper .faq .faq-button:before,
.landing-faq .faq-wrapper .faq .faq-button:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #1c244b;
  top: 50%;
  right: 0;
  transition: 0.3s;
}

@media (max-width: 767.98px) {

  .landing-faq .faq-wrapper .faq .faq-button:before,
  .landing-faq .faq-wrapper .faq .faq-button:after {
    width: 14px;
  }
}

.landing-faq .faq-wrapper .faq .faq-button:before {
  transform: translateY(-50%);
}

.landing-faq .faq-wrapper .faq .faq-button:after {
  transform: rotate(90deg) translateX(-1px);
}

.landing-faq .faq-wrapper .faq .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.landing-faq .faq-wrapper .faq .faq-content p {
  color: #1c244b;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* -- FAQ CSS END -- */

/* -- GOLF FAQ CSS -- */
#golf-faq {
  padding: 65px 0 70px;
  background: #f7f8fa;
}

#golf-faq .section-title {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  #golf-faq .section-title {
    margin-bottom: 8px;
  }
}

/* -- GOLF FAQ CSS END -- */

/* DESIGN PRODUCTS CSS */
#landing-design-products {
  background: #003ca3;
  padding: 44px 0;
  position: relative;
}

@media (max-width: 1024px) {
  #landing-design-products {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #landing-design-products {
    padding: 80px 0;
  }
}

#landing-design-products .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  #landing-design-products .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #landing-design-products .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 32px;
  }
}

#landing-design-products .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  #landing-design-products .button-wrapper {
    max-width: 400px;
    margin: 0 auto;
    gap: 12px;
  }
}

#landing-design-products .button-wrapper .button-white,
#landing-design-products .button-wrapper .button-outline {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 44px;
  border: 1px solid #f6faff;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}

@media (min-width: 767.98px) and (max-width: 1024px) {

  #landing-design-products .button-wrapper .button-white,
  #landing-design-products .button-wrapper .button-outline {
    font-size: 16px;
    padding: 11px 24px;
    min-height: 44px;
  }
}

@media (max-width: 767.98px) {

  #landing-design-products .button-wrapper .button-white,
  #landing-design-products .button-wrapper .button-outline {
    font-size: 16px;
    padding: 15px 8px;
    width: calc(50% - 8px);
  }
}

#landing-design-products .button-wrapper .button-white {
  background: #f6faff;
  color: #3578ea;
}

@media (hover: hover) and (pointer: fine) {
  #landing-design-products .button-wrapper .button-white:hover {
    background-color: transparent;
    color: #f6faff;
  }
}

#landing-design-products .button-wrapper .button-outline {
  background-color: transparent;
  color: #f6faff;
}

@media (hover: hover) and (pointer: fine) {
  #landing-design-products .button-wrapper .button-outline:hover {
    background: #f6faff;
    color: #3578ea;
  }
}

/* END OF DESIGN PRODUCTS CSS */