img {
  max-width: 100%;
}
a.button,
button {
  font-family: 'neue-haas-grotesk', sans-serif !important;
}
.menu li.menu-item {
  position: relative;
}
#search-modal input {
  font-family: 'neue-haas-grotesk', sans-serif;
}
.ct-dynamic-count-cart {
  font-family: 'neue-haas-grotesk', sans-serif;
}
#menu-primary-menu .ct-menu-link {
  font-family: 'neue-haas-grotesk', sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
}
.ct-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
}
.animated-submenu-inline > .sub-menu {
  left: 100%;
  white-space: nowrap;
}
.sub-menu .ct-icon {
  transform: rotate(-90deg);
}
.heroSection {
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
}
.heroSection img {
  border-radius: 60px;
}
.heroSection .caption {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.heroSection .caption h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 60px;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.heroSection .caption .premium-button {
  padding: 10px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.heroSection .caption .premium-button:before {
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
}
.heroSection .caption .premium-button span.btntext {
  position: relative;
}
.heroSection .caption .premium-button:hover {
  color: #FFFFFF;
}
.heroSection .caption .premium-button:hover:before {
  height: 100%;
}
.site-main {
  padding-top: 120px;
}
.home .site-main {
  padding-top: 0;
}
.topbar {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 0;
}
.topbar .premium-button {
  padding: 5px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.topbar .premium-button:before {
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
}
.topbar .premium-button span.btntext {
  position: relative;
}
.topbar .premium-button:hover {
  color: #000;
}
.topbar .premium-button:hover:before {
  height: 100%;
}
.slider {
  padding: 20px 0;
}
.slider img {
  border-radius: 15px;
  margin-bottom: 15px;
}
.slider .slick-slide {
  position: relative;
  text-align: center;
}
.slider .slick-slide .back {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slick-slide .front,
.slider .slick-slide .back {
  transition: all 0.3s ease-in-out;
}
.slider .slick-slide:hover .front {
  opacity: 0;
}
.slider .slick-slide:hover .back {
  opacity: 1;
}
.slider h3 {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slider p {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.slider .slick-arrow {
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #FFFFFF;
  font-size: 0;
  cursor: pointer;
}
.slider .slick-prev {
  left: -20px;
  right: auto;
  background: #FFFFFF url(../img/arrow-left.png) center center no-repeat;
  background-size: 16px;
}
.slider .slick-next {
  left: auto;
  right: -20px;
  background: #FFFFFF url(../img/arrow-right.png) center center no-repeat;
  background-size: 16px;
}
.season {
  padding: 0 40px;
}
.season01 {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.season01 .col {
  display: inline-flex;
  gap: 20px;
  flex-direction: column;
  width: 50%;
}
.season01 a {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: block;
}
.season01 a h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-align: center;
  width: 100%;
  backdrop-filter: blur(10px);
}
.season01 .national {
  margin-top: 200px;
}
.season01 .slider {
  padding: 0;
}
.ratro {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ratro img {
  border-radius: 25px;
  z-index: 0;
  display: block;
}
.ratro .caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  max-width: 220px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  z-index: 1;
}
.ratro .caption h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.ratro .caption .premium-button {
  padding: 10px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.ratro .caption .premium-button:before {
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
}
.ratro .caption .premium-button span.btntext {
  position: relative;
}
.ratro .caption .premium-button:hover {
  color: #FFFFFF;
}
.ratro .caption .premium-button:hover:before {
  height: 100%;
}
.whychoose {
  display: flex;
  padding: 0 40px;
  gap: 20px;
}
.whychoose .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.whychoose .col:last-child {
  align-items: center;
}
.whychoose h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 0;
}
.whychoose p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  color: #000000;
}
.whychoose .imgGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 530px;
  gap: 20px;
}
.whychoose .imgGroup a {
  max-width: 170px;
  text-align: center;
  margin-bottom: 10px;
}
.whychoose .imgGroup a img {
  max-height: 150px;
}
.faq {
  padding: 0 40px;
}
.faq h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
}
.accordion {
  color: #000000;
  padding: 0;
}
.accordion h3 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.accordion p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  display: none;
}
.accordion li {
  border-bottom: solid 1px #000;
  list-style: none;
  padding-top: 20px;
  position: relative;
}
.accordion .toggleBtn {
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 40px;
  font-family: "neue-haas-grotesk", Sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.accordion .toggleBtn:before {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '+';
}
.accordion .toggleBtn.active:before {
  content: '-';
}
.footerTopImg {
  padding: 20px 0;
}
.footerTopImg img {
  border-radius: 25px;
  max-height: 550px;
  width: 100%;
}
.footer {
  margin-top: 50px;
  padding: 0 50px;
  display: flex;
}
.footer .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25%;
}
.footer .col:last-child {
  justify-content: center;
  align-items: center;
}
.footer h5 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0;
}
.footer a {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
}
.footer .socialLinks {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer .socialLinks a {
  display: inline-block;
}
.footer .socialLinks a img {
  max-height: 30px;
}
.copyright {
  padding: 20px 0;
  margin: 20px 40px 0;
  border-top: solid 1px #000;
  text-align: center;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.copyright a {
  font-weight: 400;
}
.titleWithBreadcrumb,
.woocommerce-breadcrumb,
.mainTitle {
  padding: 20px 40px 10px 40px;
  font-family: 'neue-haas-grotesk', sans-serif;
  letter-spacing: 1.2px;
  font-size: 13px ;
  display: flex;
  align-items: center;
}
.titleWithBreadcrumb a,
.woocommerce-breadcrumb a,
.mainTitle a {
  margin-right: 10px;
}
.titleWithBreadcrumb .breadcrumb-separator,
.woocommerce-breadcrumb .breadcrumb-separator,
.mainTitle .breadcrumb-separator {
  margin-right: 10px;
}
.mainTitle {
  text-align: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #000000;
  justify-content: center;
  margin-bottom: 40px;
}
.titleWithBreadcrumb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 275px;
  padding: 20px;
  background-color: #F4F5F5;
  border-bottom: solid 1px #000;
}
.titleWithBreadcrumb h2 {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-details {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px 40px;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.product-details .col {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.product-details .product_title {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
.product-details .price {
  color: #121212;
}
.product-details .totals {
  margin-top: 50px;
}
.product-details .totals p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-details .variations_form {
  font-family: "neue-haas-grotesk", Sans-serif;
  width: 100%;
}
.product-details .variations_form .form-group {
  margin-bottom: 20px;
}
.product-details .variations_form label {
  font-family: "neue-haas-grotesk", Sans-serif;
}
.product-details .variations_form .btnAddtoCart {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
.product-details .variations_form .group {
  display: flex;
  position: relative;
  z-index: 0;
}
.product-details .variations_form .quantity {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-color: #FFFFFF;
  width: 130px;
  border: solid 1px #000;
  border-radius: 3px;
}
.product-details .variations_form .quantity input[type="number"] {
  border: 0 !important;
  padding: 0;
  text-align: center;
}
.product-details .variations_form .quantity input[type="number"]::-webkit-outer-spin-button,
.product-details .variations_form .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari, Edge, Opera */
  margin: 0;
  /* Removes the margin in older versions of Chrome */
}
.product-details .variations_form .quantity input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
  appearance: textfield;
  /* Standard property for modern browsers */
}
.product-details .variations_form .quantity .increase {
  left: 5px;
}
.product-details .variations_form .quantity .decrease {
  right: 5px;
}
.product-details .variations_form .quantity .increase,
.product-details .variations_form .quantity .decrease {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #000;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  line-height: 16px;
}
.product-details .variations_form .quantity .increase:hover,
.product-details .variations_form .quantity .decrease:hover {
  color: #FFFFFF;
  background-color: #000;
}
.product-details .estimatedDeliveryDate {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 14px;
  border-radius: 4px;
  color: #222222;
  background-color: #f6f6f6;
}
.product-details .guide {
  width: 100%;
}
.product-details .accordion h3 {
  font-size: 15px;
}
.product-details .accordion p {
  font-size: 14px;
}
.product-details .accordion .toggleBtn {
  font-size: 30px;
}
.slideshow-items {
  width: 100%;
}
.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container {
  display: inline-block;
  position: relative;
}
#lens {
  background-color: rgba(233, 233, 233, 0.4);
}
#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}
.slideshow-items {
  display: none;
}
.slideshow-items.active {
  display: block;
}
.slideshow-thumbnails {
  opacity: 0.5;
}
.slideshow-thumbnails.active {
  opacity: 1;
}
.aboutInfo {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px 40px;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.aboutInfo .col:first-child {
  width: 50%;
}
.aboutInfo .col {
  width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.aboutInfo .col img {
  border-radius: 50px;
  max-height: 690px;
  width: 100%;
  object-fit: cover;
}
.aboutInfo h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #000000;
  line-height: 1;
  margin-bottom: 0;
}
.aboutInfo h2:last-child,
.aboutInfo h2:nth-child(2) {
  text-transform: capitalize;
}
.aboutInfo h2:last-child {
  margin-bottom: 40px;
}
.filterWrapper {
  padding: 20px 50px;
  display: flex;
}
.filterWrapper .btnFilter {
  margin-left: auto;
  background-color: transparent;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.filterWrapper .btnFilter img {
  margin-left: 2px;
  margin-top: -2px;
}
.products ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
}
.products ul li {
  font-family: "neue-haas-grotesk", Sans-serif;
  position: relative;
  text-align: center;
}
.products ul li img {
  border-radius: 3px;
}
.products ul li .back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
.products ul li:hover .back {
  opacity: 1;
}
.products ul li:hover .front {
  opacity: 0;
}
.products ul li h3 {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.products ul li p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.overlay {
  background-color: #0000004F;
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 92;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.overlay.open {
  width: 100%;
  opacity: 1;
}
.categoryMenu {
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  z-index: 95;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -50px;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.categoryMenu.open {
  width: 50%;
  margin-left: 0;
  opacity: 1;
}
.categoryMenu h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #000000;
}
.categoryMenu ul {
  list-style: none;
  padding: 0;
}
.categoryMenu ul li {
  border-bottom: 1px solid #eee;
}
.categoryMenu ul li a {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
}
.categoryMenu ul li .wlchildren {
  padding-left: 20px;
}
.categoryMenu .closeMenu {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px #000;
  background-color: transparent;
  cursor: pointer;
}
.categoryMenu .closeMenu img {
  filter: invert(0%) sepia(5%) saturate(20%) hue-rotate(265deg) brightness(60%) contrast(98%);
}
.woocommerce {
  padding: 40px;
}
.woocommerce table {
  font-family: "neue-haas-grotesk", Sans-serif;
  border: 0;
}
.woocommerce table th {
  border: 0;
  border-bottom: solid #e1e8ed 2px;
  color: #000000 !important;
  font-weight: normal;
}
.woocommerce table td {
  border: 0;
  border-bottom: dashed #e1e8ed 1px;
}
.woocommerce table .ct-increase:before,
.woocommerce table .ct-decrease:before {
  display: none;
}
.woocommerce dl.variation {
  margin-top: 0.5em;
}
.woocommerce dl.variation:not(:last-child) {
  margin-bottom: 0.5em;
}
.woocommerce dl.variation dt {
  margin-inline-end: 0.25em;
  float: left;
  clear: both;
}
.woocommerce dl.variation dd {
  margin-bottom: 0;
}
.woocommerce .showcoupon {
  padding-left: 5px;
  text-decoration: underline;
}
.woocommerce .checkout_coupon {
  margin-bottom: 2rem;
  border-bottom: 1px dashed rgba(224, 229, 235, 0.8);
}
.wpced .wpced-inner {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 14px;
  border-radius: 4px;
  color: #222222;
  background-color: #f6f6f6;
}
.wpced-cart {
  text-align: center !important;
}
.woocommerce-shipping-methods label {
  font-family: "neue-haas-grotesk", Sans-serif;
}
.cart-collaterals h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 15px !important;
  word-spacing: 0.5px !important;
  color: #000;
}
.cart-collaterals table th {
  border-bottom: dashed #e1e8ed 1px;
}
.woocommerce-info {
  font-family: "neue-haas-grotesk", Sans-serif;
  padding-left: 20px;
  margin-bottom: 50px;
}
.woocommerce-info:before {
  display: none;
}
[data-behaviour*="side"] .ct-panel-inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .categoryMenu.open {
    width: 100%;
  }
  .site-main {
    padding-top: 0;
  }
  .ct-container-fluid {
    padding: 0 !important;
  }
  .sub-menu .ct-icon {
    transform: rotate(0deg);
  }
  .mobile-menu .ct-menu-link {
    font-family: "neue-haas-grotesk", Sans-serif;
    font-size: 15px;
  }
  .heroSection {
    height: 812px;
  }
  .heroSection img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
  }
  .heroSection .caption {
    padding: 0 16%;
  }
  .heroSection .caption h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .heroSection .caption .premium-button {
    font-size: 15px;
  }
  .season {
    padding: 0 15px;
  }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .topbar h2 {
    font-size: 25px;
  }
  .season01 {
    flex-direction: column;
  }
  .season01 .col {
    width: 100%;
  }
  .season01 .national {
    margin-top: 0;
  }
  .whychoose {
    flex-direction: column;
    padding: 0 20px;
  }
  .whychoose .col {
    width: 100%;
  }
  .whychoose .imgGroup a img {
    max-height: 80px;
  }
  .faq {
    padding: 0 20px;
  }
  .accordion h3 {
    font-size: 16px;
  }
  .accordion p {
    font-size: 14px;
  }
  .footer {
    flex-direction: column;
    padding: 15px;
    margin-top: 20px;
  }
  .footer .col {
    width: 100%;
  }
  .footer .col:last-child {
    align-items: flex-start;
    margin-top: 20px;
  }
  .copyright {
    margin: 0 20px;
    font-size: 12px;
  }
  .copyright br {
    display: none;
  }
  .mainTitle {
    font-size: 35px;
    line-height: 40px;
  }
  .aboutInfo {
    flex-direction: column;
    padding: 0 20px;
  }
  .aboutInfo .col {
    width: 100%;
  }
  .aboutInfo .col:first-child {
    width: 100%;
  }
  .aboutInfo h2 {
    font-size: 25px;
  }
  .titleWithBreadcrumb {
    min-height: 175px;
  }
  .filterWrapper .btnFilter {
    margin-right: auto;
  }
  .products ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
  .product-details {
    padding: 0 15px;
    flex-direction: column;
  }
  .product-details .col {
    width: 100%;
  }
  .titleWithBreadcrumb,
  .woocommerce-breadcrumb,
  .mainTitle {
    padding: 0 15px 14px;
    flex-wrap: wrap;
  }
  .season {
    padding: 50px 15px;
  }
  .home .season {
    padding: 0 15px;
    margin-top: 0;
  }
  .ratro {
    height: 527px;
  }
  .ratro img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    object-position: right;
  }
}

/* FAQ Page Styles - Center Popular Leagues Section */
.whychoose .col:nth-child(2) {
  text-align: center;
}

.whychoose .col:nth-child(2) h2 {
  text-align: center;
}

.whychoose .col:nth-child(2) .imgGroup {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}

.whychoose .col:nth-child(2) .imgGroup a {
  display: inline-block;
  margin: 0;
}

.whychoose .col:nth-child(2) .imgGroup img {
  max-width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.whychoose .col:nth-child(2) .imgGroup img:hover {
  transform: scale(1.1);
}

/* FAQ Accordion Fix for Mobile */
.faq .accordion li {
  position: relative;
  padding-right: 50px;
}

.faq .accordion li h3 {
  margin-right: 40px;
}

.faq .accordion .toggleBtn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  pointer-events: auto;
  z-index: 10;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .whychoose .col:nth-child(2) .imgGroup {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .whychoose .col:nth-child(2) .imgGroup img {
    max-width: 80px;
  }
  
  .faq .accordion li {
    padding-right: 45px;
  }
  
  .faq .accordion li h3 {
    font-size: 1.1rem;
    margin-right: 35px;
    line-height: 1.4;
  }
  
  .faq .accordion .toggleBtn {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .whychoose .col:nth-child(2) .imgGroup {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .whychoose .col:nth-child(2) .imgGroup img {
    max-width: 60px;
  }
  
  .faq .accordion li {
    padding-right: 40px;
    padding-bottom: 10px;
  }
  
  .faq .accordion li h3 {
    font-size: 1rem;
    margin-right: 30px;
    line-height: 1.3;
    padding-right: 10px;
  }
  
  .faq .accordion .toggleBtn {
    width: 20px;
    height: 20px;
    right: 8px;
  }
}

/* Testimonials UI Upgrade */
.testimonials {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.testimonial-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonial-item {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.testimonial-item::before {
  content: '\201C';
  font-size: 40px;
  color: #000;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.5;
}

.testimonial-item h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}

.testimonial-item p {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

/* Responsive Testimonials */
@media (max-width: 768px) {
  .testimonial-list {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  
  .testimonial-item {
    padding: 25px;
  }
  
  .testimonial-item h3 {
    font-size: 16px;
  }
  
  .testimonial-item p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .testimonials {
    padding: 30px 0;
  }
  
  .testimonial-item {
    padding: 20px;
  }
  
  .testimonial-item::before {
    font-size: 40px;
    top: 15px;
    left: 20px;
  }
}

/* Privacy Policy Card Style */
.privacy-policy {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.privacy-policy .policy-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-policy .policy-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.privacy-policy .policy-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy .policy-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.privacy-policy .policy-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy .policy-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.privacy-policy .policy-content ul {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy .policy-content ul:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.privacy-policy .policy-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.privacy-policy .policy-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}

.privacy-policy .policy-content p strong {
  color: #333;
  font-weight: 600;
}

/* Product Details Card Style */
.product-details {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.product-details .product-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-details .product-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.product-details .product-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-details .product-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.product-details .product-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-details .product-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.product-details .product-content ul {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-details .product-content ul:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.product-details .product-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.product-details .product-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}

.product-details .product-content .reviews p {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-style: italic;
  color: #444;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-left: 4px solid #28a745;
}

.product-details .product-content .reviews p:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-details .product-content p strong {
  color: #333;
  font-weight: 600;
}

/* Refund Policy Card Style */
.refund-policy {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.refund-policy .policy-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.refund-policy .policy-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.refund-policy .policy-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.refund-policy .policy-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.refund-policy .policy-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.refund-policy .policy-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.refund-policy .policy-content ul {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.refund-policy .policy-content ul:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.refund-policy .policy-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.refund-policy .policy-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}

.refund-policy .policy-content p strong {
  color: #333;
  font-weight: 600;
}

/* Terms and Conditions Card Style */
.terms-conditions {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.terms-conditions .terms-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.terms-conditions .terms-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.terms-conditions .terms-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-conditions .terms-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.terms-conditions .terms-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-conditions .terms-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.terms-conditions .terms-content p strong {
  color: #333;
  font-weight: 600;
}

/* Responsive Terms and Conditions */
@media (max-width: 768px) {
  .terms-conditions .terms-content {
    padding: 0 15px;
  }
  
  .terms-conditions .terms-content > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .terms-conditions .terms-content h3 {
    font-size: 18px;
    padding: 15px;
  }
  
  .terms-conditions .terms-content p {
    padding: 20px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .terms-conditions {
    padding: 30px 0;
  }
  
  .terms-conditions .terms-content > h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .terms-conditions .terms-content h3 {
    padding: 12px;
    font-size: 16px;
  }
  
  .terms-conditions .terms-content p {
    padding: 15px;
  }
}
