body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background-color: #F6F5F0;
}

a:hover {
  cursor: pointer;
}

.home-page {
  background-color: #fff;
}

.home-page .container {
  max-width: 1200px;
  margin: 0 auto;
}

.mobileOnly{
  display: none;
}

#main-hero-banner {
  overflow: hidden;
  height:360px;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  z-index: 0;
  justify-content: center;
}

#main-hero-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-img-newcastle img {
   width: 100%;
    object-fit: contain;
    height: auto;
    max-height: 360px;
    object-position: right;
}

/* Tabs Styles */
.tabs {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

ul.tabs {
  margin: 0;
  margin-top:15px;
  padding: 0;
  list-style: none;
}

ul.tabs li {
  background: #101010;
  color: #fff;
  display: inline-block;
  padding: 11px 20px;
  cursor: pointer;
  font-weight: 600;
  width: 280px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #fff;
}

ul.tabs li.current {
  background: #fff;
  color: #D46027;
  position: relative;
}

ul.tabs li.current::before {
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 98.4%;
  margin-top: -47px;
  position: absolute;
  top: 100%;
  width: 0;
  border-left: 20px solid #fff;
  z-index: 1;
  margin-left: 5px;
}

ul.tabs li:nth-child(5).current::before {
  border-bottom: 36px solid transparent;
  border-top: 36px solid transparent;
  margin-top: -71px;
}

.tab-content.current {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.links.link-tab-1 .link-tab-1,
.links.link-tab-2 .link-tab-2,
.links.link-tab-3 .link-tab-3,
.links.link-tab-4 .link-tab-4,
.links.link-tab-5 .link-tab-5 {
  display: block;
} 

.links .link-tab-1,
.links .link-tab-2,
.links .link-tab-3,
.links .link-tab-4,
.links .link-tab-5 {
  display: none;
}

.links .thin-orange-btn {
  position: absolute;
  left: 32%;
  right: 0;
  margin: auto;
  bottom: 0;
  width: fit-content;
  max-width: 320px;
}

/* END Tabs Styles */

.banner-mobile {
  display: none;
}

.banner .container {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  height:324px;
}

.tab-1-banner,
.tab-2-banner,
.tab-3-banner,
.tab-4-banner,
.tab-5-banner {
  display: none;
  min-width: 100%;
  position: absolute;
  z-index: -1;
  min-height: 100%;
  height:1px; /* Needs a height set to crop it; the line above will override it. */
  left: 50%;
  transform: translate(-50%, 0);
}

.tab-1-banner.current,
.tab-2-banner.current,
.tab-3-banner.current,
.tab-4-banner.current,
.tab-5-banner.current {
  display: block;
}

.thin-orange-btn {
  text-decoration: none;
  background-color: #D46027;
  color: #fff;
  display: table;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 16px 24px;
}

/* Our Mission */
.our-mission-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.our-mission-section .body {
  max-width: 456px;
}

.our-mission-section .title {
  text-align: left;
}

.our-mission-section .image-left {
  margin-right: 4%;
}

.our-mission-section .thin-orange-btn {
  margin-top: 24px;
}

/* Catergory Carousel */
.category-carousel-container {
  max-width: 1128px;
  margin: 0 auto;
  padding-bottom: 1px;
}

.category-carousel .slick-track {
  padding: 30px 0;
}

.category-carousel-content .full-width-container {
  position: relative;
}

.category-carousel-content .category-container {
  position: absolute;
  right: 0;
  display: flex;
  align-content: center;
  align-items: center;
  top: 50%;
  transform: translate(0,-50%);
  background-color: rgb(15 15 15 / 50%);
  border-radius: 10px;
  margin-right: 48px;
}

.category-carousel-content .category-container .category-text {
  padding: 32px 45px;
}

.category-carousel-content .category-container .category-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.category-carousel-content .category-container .category-text .category-text-divider {
  border-top: 1px solid #fff;
  margin: 15px 0;
}

.category-carousel-container .slick-slide .img-container {
  overflow: hidden;
  border-radius: 10px;
}

.category-carousel-container .slick-slide .img-container img {
  display: block;
  width: 100%;
  max-width: 1128px;
}

.category-carousel-content.slick-slide {
  height: auto;
  max-width: 1128px;
}

.category-carousel-container .category-carousel .slick-list {
  padding: 0 !important;
}

.category-carousel .slick-dots li.slick-active button:before,
.banner-container .slick-dots li.slick-active button:before,
.brand-carousel-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #d46127;
  font-size: 12px;
}

.category-carousel .slick-dots li button:before,
.banner-container .slick-dots li button:before,
.brand-carousel-container .slick-dots li button:before {
  font-size: 12px;
}

.category-carousel .slick-prev:before,
.category-carousel .slick-next:before,
.banner-container .slick-prev:before,
.banner-container .slick-next:before,
.brand-carousel-container .slick-prev:before,
.brand-carousel-container .slick-next:before {
  content: '';
}

.category-carousel .slick-next,
.banner-container .slick-next,
.brand-carousel-container .slick-next {
  background-image: url('/newcastle/Assets/arrow-down-orange.svg');
  transform: rotate(270deg) translate(30%, 0);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 27px;
  z-index: 2;
}

.category-carousel .slick-next:hover,
.category-carousel  .slick-next:focus,
.banner-container .slick-next:hover,
.banner-container .slick-next:focus,
.brand-carousel-container .slick-next:hover,
.brand-carousel-container .slick-next:focus {
  background-image: url('/newcastle/Assets/arrow-down-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.category-carousel .slick-prev,
.banner-container .slick-prev,
.brand-carousel-container .slick-prev {
  background-image: url('/newcastle/Assets/arrow-down-orange.svg');
  transform: rotate(90deg) translate(-30%, 0);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 27px;
  z-index: 2;
}

.category-carousel  .slick-prev:hover,
.category-carousel  .slick-prev:focus,
.banner-container .slick-prev:hover,
.banner-container .slick-prev:focus,
.brand-carousel-container .slick-prev:hover,
.brand-carousel-container .slick-prev:focus {
  background-image: url('/newcastle/Assets/arrow-down-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.category-carousel .slick-prev {
  top: 100%;
  left: 5%;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  content: '';
}

.category-carousel-content .text {
  width: 40%;
  padding: 40px;
  position: relative;
}

/* Brand Carousel */
.brand-carousel-container {
  max-width: 1128px;
  margin: 56px auto;
}

.brand-carousel-container .slick-list {
  max-width: 936px;
  margin: 0 auto;
}

.brand-carousel-container .slick-next {
  right: 0;
}

.brand-carousel-container .slick-prev {
  left: 0;
}

.brand-carousel-container .slick-slide {
  height: auto;
}

.brand-carousel-container .slick-slide .img-container img {
  margin: 0 auto;
}

.sticky-contact-phone {
  display: none;
}

@media screen and (max-width: 1400px) {
  .banner .container {
    padding: 0 20px;
  }
  .banner h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .tab-content {
    max-width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .banner h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .tab-content {
    margin-left: 60px;
    max-width: 36%;
  }
  ul.tabs li {
    width: 250px;
  }
  .main-products-list {
    justify-content: center;
  }
  .product-profile {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .home-page .container {
    max-width: 500px;
  }
  .banner,
  .banner#main-hero-banner {
    display: none;
  }
  .desktopOnly {
    display: none;
  }
  .mobileOnly {
    display: inline-block; 
  }
  .banner-mobile {
    display: block;
  }
  .banner-mobile h2 {
    font-size: 28px;
    line-height: normal;
    text-align: center;
    color: #4A4A4A;
    font-weight: 500;
    padding: 0;
    margin: 16px 0;
  }
  .banner-mobile .slick-dots {
    bottom: 15px;
  }
  .banner-container .slick-next {
    right: 0;
  }
  .banner-container .slick-prev {
    left: 0;
  }
  .banner-container .slick-dots li button:before {
    opacity: 1;
    color: white;
  }
  .banner-slide-mobile {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .banner-slide-mobile img {
    margin: 0 auto;
  }
  .banner-slide-mobile-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 375px;
  }
  .banner-slide-mobile.slick-slide {
    height: auto;
  }
  .banner-slide-mobile p {
    line-height: 22px;
  }

  .banner-container {
    width: 500px;
    margin: 0 auto;
  }

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

  .banner h1 {
    font-size: 41px;
    line-height: 45px;
  }

  .our-mission-section {
    display: block;
    padding: 0 15px;
  }

  .our-mission-section .text-container {
    padding-top: 15px;
  }

  .our-mission-section img {
    width: 100%;
  }

  .our-mission-section .image-left {
    margin: 0;
  }

  .category-carousel .category-carousel-content {
    flex-flow: column;
    margin: 0 20px;
  }

  .category-carousel-content .text {
    width: 84%;
    padding: 8%;
    order: 2;
    display: flex;
    align-items: flex-start;
  }

  .category-carousel-content .category-container {
    position: relative;
    transform: none;
    background-color: transparent;
    margin: 0 auto;
    justify-content: space-around;
  }

  .category-carousel-content .category-container .category-text {
    padding: 15px;
  }

  .category-carousel-content .category-container .category-text h2.color-white, .category-carousel-content .category-container .category-text h3.color-white {
    color: #4A4A4A;
  }

  .category-carousel-content .category-container .category-text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
  }
  
  .category-carousel-content .category-container .category-text .color-white {
    color: #101010;
  }

  .category-carousel-content .category-container .category-text .category-text-divider {
    border-top: 1px solid #101010;
  }

  .category-carousel-container .slick-slide .img-container img {
    width: auto;
  }

  .category-carousel-content .full-width-container {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }

  .category-carousel .slick-track {
    padding: 0;
  }

  .banner-slide-mobile .thin-orange-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
    max-width: 300px;
  }

  .banner-container {
    width: 500px;
    margin: 0 auto;
  }

  .banner-container p br {
    display: none;
  }

  .banner {
    background-position: left;
  }

  .banner-img-newcastle img,
  #main-hero-banner {
    max-height: 350px;
    height: auto;
}
}

@media screen and (max-width: 500px) {
  .banner-container {
    width: 100%;
  }

  .desktopOnly {
    display: none;
  }

  .mobileOnly {
    display: inline-block; 
  }

  #main-hero-banner{
    cursor:pointer;
  }

  .banner-slide-mobile {
    padding: 0;
  }

  .thin-orange-btn {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 16px;
  }

  .cards--section .card--item {
    padding: 0 10px !important;
  }
}

.cards--section {
  padding: 100px 0;
}

.panel--section {
  background-color: #ebebff;
    padding: 100px 0;
}

.new--headline {
  display: flex;
  flex-direction: column;
  color: #361753;
  align-items: center;
  text-align: center;
  padding: 0 15px 50px
}

.new--headline h2,
.panel--section h2, .panel--section .h2 {
  color: #361753;
  font-weight: 800;
}

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

.card--section h2 {
  margin-bottom: 10px;
}
.panel--section h2 {
  margin-bottom: 15px;
}

.panel--section .h2 {
  color: #d46028;
  font-size: 26px;
}

.panel--section h2 .color {
color: #d46028;
}

.panel--section .h2 small {
font-size: 12px;
 font-weight: 800;
}

.new--headline small, .locations-name small {
  color: #d46028;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 5px;
}

.cards--section .card--item {
  text-align: center;
  padding: 0 20px;
}

.panel--section .panel--item {
  padding: 0 20px;
  width: 50%;
}

.panel--section .panel--item.locations {
  text-align: center;
}

.cards--section .card--item p, .panel--section .card--item p {
  font-size: 11px;
}

.cards--section .card--item img, .panel--section .panel--item img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.cards--section .card--item .img-wrap, .panel--section .panel--item .img-wrap {
  padding-bottom: 20px;
}

.cards--section .cards--carousel-wrap .card--item .img-wrap {
 height: 290px;
 width: 100%;
 overflow: hidden;
}
.cards--section .cards--carousel-wrap .card--item .img-wrap img {
width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cards--section .card--item h3 {
  color: #361753;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.panel-row {
  display: flex;
}

.panel-row .half-page {
  width: 50%;
}

.review-name {
  font-weight:800;
  color: #361753;
  margin-bottom: 15px;
}

.review-stars {
  width: 100px;
  margin: 0 auto 15px;
}

.locations-name {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #555;
}

.locations-name small {
  margin-bottom: 10px;
  display: block;
}

.cards--carousel-wrap {
  position: relative;
  padding: 0 50px;
}

.carosuel-with-carousel-nav-prev, .carosuel-with-carousel-nav-next {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.carosuel-with-carousel-nav-prev.slick-disabled,
.carosuel-with-carousel-nav-next.slick-disabled {
  opacity: .5;
}

.carosuel-with-carousel-nav-prev {
  left: 10px;
}
.carosuel-with-carousel-nav-next {
  right: 10px;
}

@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
.panel--section.contact .panel--item .img-wrap {
  height: 275px;
}
.panel--section.contact .panel--item .img-wrap img {
  height: 100%;
  object-fit: cover;
}
}

@media screen and (max-width: 768px) {
  .panel-row {
    flex-direction: column;
    gap:30px;
  }
  .cards--section {
    padding: 50px 0;
  }
  .panel--section {
    padding: 50px 0;
  }
  .panel--item {
    box-sizing: border-box;
  }
  .new--headline {
    padding: 0 10px 20px;
  }
  .panel-row .half-page {
    width: 100%;
    box-sizing: border-box;
  }
  .cards--section .cards--carousel-wrap .card--item .img-wrap {
    height: 225px;
  }
  .cards--carousel-wrap {
    padding: 0 25px;
  }
  .carosuel-with-carousel-nav-prev, .carosuel-with-carousel-nav-next {
    top: auto;
    bottom: -60px;
  }
  .carosuel-with-carousel-nav-prev {
    left: calc(50% - 45px);
  }
  .carosuel-with-carousel-nav-next {
    right: calc(50% - 45px);
  }
  .cards--section {
    padding: 30px 0 60px;
  }
  .panel--section .panel--item {
    width: 100%;
  }
  .locations-name {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .cards--section .cards--carousel-wrap .card--item .img-wrap {
    height: 260px;
  }
  .cards--carousel-wrap {
    padding: 0 10px;
  }
}
