/*---- Global ----*/
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@import url("https://use.typekit.net/byt3mbs.css");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "zuume-edge", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1.5px;
}

.st0 {
  fill: #171717 !important;
}

.hero-canopy {
  position: relative;
  min-height: 520px;
  background: url("https://apihoard.webit.com/api/v1/Image/8112FA892140FCB8DCC7AC5984A24AA0/8112FA892140FCB8DCC7AC5984A24AA0.jpg?size=1920x1440") center/cover no-repeat;
  padding: 100px 0;
}

/* Dark overlay */
.hero-canopy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

/* Ensure content sits above overlay */
.hero-canopy .container {
  position: relative;
  z-index: 2;
}

/* Eyebrow text */
.hero-eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Title */
.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-title span {
  color: #319DF6; /* accent color */
}

/* Subtext */
.hero-subtext {
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Button */
.btn-primary {
  background: #319DF6;
  color: rgb(255, 255, 255);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #319DF6;
  color: #fff;
  text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-canopy {
    padding: 80px 0;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-subtext {
    font-size: 14px;
  }
}


/*--- Title Borders ---*/

.cw-top-rip-2 img,
.cw-bttm-rip-2 img {
  width: 100%;
  max-width: 500%;
  position: relative;
}

.cw-bttm-rip-3 img {
  width: 100%;
  max-width: 500%;
  position: relative;
  z-index: 1;
  bottom: 1rem;
}

.cw-top-rip-2 {
  position: relative;
  z-index: 5;
  padding: 2rem 0 1rem;
  /* margin-top: -20px; */
}

.cw-bttm-rip-2 {
  background-color: var(--color-theme-background);
  padding: 1rem 0 2rem;
}

@media (min-width: 440px) {
  .cw-top-rip-2 {
    padding: 2rem 0 1.5rem;
  }

  .cw-bttm-rip-2 {
    padding: 2rem 0 2rem;
  }
}

@media (min-width: 768px) {
  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 113%;
    right: 44px;
  }

  .cw-bttm-rip-3 img {
    width: 113%;
    right: 44px;
  }
}

@media (min-width: 992px) {
  .cw-bttm-rip-2 {
    padding: 3rem 0 2rem;
  }
}

@media (min-width: 1160px) {
  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1159px;
    right: 99px;
  }

  .cw-bttm-rip-3 img {
    width: 1159px;
    right: 99px;
  }
}

@media (min-width: 1200px) {
  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1183px;
    right: 21px;
  }

  .cw-bttm-rip-3 img {
    width: 1183px;
    right: 21px;
    bottom: 6rem;
  }
}

@media (min-width: 1400px) {
  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1383px;
    right: 121px;
  }

  .cw-bttm-rip-3 img {
    width: 1383px;
    right: 121px;
    bottom: 8rem;
  }
}

@media (min-width: 1600px) {
  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1609px;
    right: 15rem;
  }

  .cw-bttm-rip-3 img {
    width: 1609px;
    right: 15rem;
    bottom: 9rem;
  }
}

@media (min-width: 1800px) {
  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1899px;
    right: 23rem;
  }

  .cw-bttm-rip-3 img {
    width: 1899px;
    right: 23rem;
    bottom: 12rem;
  }

  .cw-top-rip-2 {
    padding: 2rem 0 4.5rem;
  }

  .cw-bttm-rip-2 {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1900px) {
}

/*   Hero Badging */
.cw-badge {
  /*font-family: 'Open Sans', sans-serif;*/
  position: relative;
  /*color: #bdbdbd;*/
  margin: 3rem 1rem 5rem;
  max-width: 295px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://apihoard.webit.com/api/v1/Image/B167FE999E42F65973FBB57637FE18C5/B167FE999E42F65973FBB57637FE18C5.jpg?size=1920x1440);
}

.cw-badge h2,
.cw-badge h5 {
  margin: 0;
  text-transform: uppercase;
}

.cw-badge h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  position: relative;
}

.cw-badge h2:before,
.cw-badge h2:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  border: 3px;
  /*border-style: solid;*/
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}



.banner {
  background: url(https://apihoard.webit.com/api/v1/Image/EEC8E25F37A52D36970BE293881FD423/EEC8E25F37A52D36970BE293881FD423.jpg?size=1920x1440);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.banner h2 {
  font-size: 48px;
  margin: 0;
  letter-spacing: 2px;
}

.banner p {
  font-size: 20px;
  margin-top: 15px;
  color: #ddd;
}

.banner .cta {
  margin-top: 25px;
  display: inline-block;
  padding: 12px 28px;
  background: #319DF6;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s ease;
}

.banner .cta:hover {
  background: #319DF6;
}

@media (max-width: 600px) {
  .banner h2 {
    font-size: 32px;
  }

  .banner p {
    font-size: 16px;
  }
}




/* Card */
.split-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 420px;
}

/* Image */
.split-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Overlay */
.split-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  transition: 0.4s ease;
}

/* Content */
.split-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.split-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.85;
}

.split-content h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* Link */
.split-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}

.split-link:hover {
  border-color: #fff;
  text-decoration: none;
}

/* Hover effects */
.split-card:hover img {
  transform: scale(1.08);
}

.split-card:hover .split-overlay {
  background: rgba(0,0,0,0.6);
}

/* Responsive */
@media (max-width: 767px) {
  .split-card {
    height: 320px;
  }

  .split-content h2 {
    font-size: 26px;
  }
}
/*.cw-badge:nth-child(1) h2:before,
.cw-badge:nth-child(1) h2:after {
  border-color: green;
}*/

.cw-badge:nth-child(1) i {
  color: #fff;
}

/*.cw-badge:nth-child(2) h2:before,
.cw-badge:nth-child(2) h2:after {
  border-color: var(--color-theme-primary);
}*/

.cw-badge:nth-child(2) i {
  color: #fff;
}

/*.cw-badge:nth-child(3) h2:before,
.cw-badge:nth-child(3) h2:after {
  border-color: #cdaa35;
}*/

.cw-badge:nth-child(3) i {
  color: #fff;
}

/*.cw-badge:nth-child(4) h2:before,
.cw-badge:nth-child(4) h2:after {
  border-color: #375F9A;
}*/

.cw-badge:nth-child(4) i {
  color: #fff;
}

.cw-badge h2:before {
  -webkit-transform: rotate(45deg) translate(-63%, -63%);
  transform: rotate(45deg) translate(-63%, -63%);
  border-width: 5px 0 0 5px;
  border-radius: 25% 0 0 0;
}

.cw-badge h2:after {
  -webkit-transform: rotate(45deg) translate(-37%, -37%);
  transform: rotate(45deg) translate(-37%, -37%);
  border-width: 0 5px 5px 0;
  border-radius: 0 0 25% 0;
}

.cw-badge h5 {
  font-size: 1em;
  font-weight: 800;
}

.cw-badge i {
  font-size: 4em;
  line-height: 1em;
}

/*------------------------------------------------------------------------------------*/

/* .page-home .text {
  background: url(https://apihoard.webit.com/api/v1/Image/2C6417C159A0C84CB4CFE7A0B866D9FF/2C6417C159A0C84CB4CFE7A0B866D9FF.png?size=Original);
  background-size: contain;
}

.page-home .text-container {
  background-color: var(--color-theme-secondary);
} */

.page-home .cw-proud span {
  font-size: 30px !important;
}

@media (min-width: 440px) {
  .page-home .cw-proud span {
    font-size: 38px !important;
  }
}

@media (min-width: 768px) {
  .page-home .text-container {
    background-color: transparent;
  }

  .page-home .cw-proud span {
    font-size: 48px !important;
  }
}

/*----- Featured Drivers -----*/

.cw-feat-driver {
  padding: 5rem 0 5rem;
}

.cw-fd-title {
  padding-bottom: 1rem;
}

.cw-fd-title h2 {
  font-size: 4rem;
}

.cw-fd-1 {
  padding-bottom: 4rem;
}

.cw-fd-1 h4,
.cw-fd-2 h4 {
  padding-top: 1rem;
  font-size: 3rem;
}

@media (min-width: 440px) {
  .cw-fd-title {
    padding-bottom: 3rem;
  }

  .cw-fd-title h2 {
    font-size: 5rem;
  }
}

@media (min-width: 768px) {
  .cw-fd-title h2 {
    font-size: 6rem;
  }

  .cw-fd-1 {
    padding-bottom: 0;
  }
}

/* Home Service Section */
.modpad {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .modpad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 769px) {
  .modpad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.modpad.webit-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}

.modpad.webit-list + .modpad.webit-list {
  padding-top: 5px;
}

.modpad .webit-list-wrapper {
  margin-right: 12px;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .modpad .webit-list-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .modpad.webit-list {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .modpad.webit-list + .modpad.webit-list {
    padding-top: 0;
    margin-top: -20px;
  }
}

.webit-list-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.webit-list-image {
  display: block;
  position: relative;
  height: 400px;
}

.webit-list-image img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.webit-list-image::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -o-transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  z-index: 1;
}

.webit-list-wrapper:hover .webit-list-image::before {
  opacity: 1;
}

.webit-list-content {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 95%;
  padding: 20px 20px 0;
  color: #fff;
  z-index: 2;
}

.webit-list-title {
  font-size: 3em;
  margin-bottom: 0;
  line-height: 0.8em;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -o-transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8) -webkit-transform
    0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.webit-list-text {
  font-size: 1.2em;
}

.webit-list-text,
.webit-btn {
  opacity: 0;
  height: 0;
  padding: 0;
}

.webit-list-text {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -o-transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.webit-list-wrapper:hover .webit-list-title,
.webit-list-wrapper:hover .webit-list-text,
.webit-list-wrapper:hover .webit-btn {
  height: auto;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 1;
}

.webit-list-wrapper:hover .webit-list-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

.webit-list-wrapper:hover .webit-btn::after {
  opacity: 1;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .webit-list-wrapper .webit-list-title,
  .webit-list-wrapper .webit-list-text,
  .webit-list-wrapper .webit-btn {
    height: auto;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }

  .webit-list-wrapper .webit-list-text {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .webit-list-wrapper .webit-list-image::before {
    opacity: 0.8;
  }

  .webit-list-wrapper .webit-btn::after {
    opacity: 1;
    left: 0;
    right: 0;
  }

  .webit-list-wrapper {
    animation-duration: 100ms;
  }
}

.cw-imgbtns {
  background: #171717;
  z-index: 100;
  position: relative;
}

.cw-imgbtns .cw-fullbtn-row {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn {
  background: #fff;
  background-image: url("https://apihoard.webit.com/api/v1/Image/769BBA56357D9DBF348D6B9856635BB6/769BBA56357D9DBF348D6B9856635BB6.jpg?size=1920x1440");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;

  min-height: 44vw;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(1) {
  background-image: url("https://apihoard.webit.com/api/v1/Image/0947BA5378776F2CA79D3685263414CD/0947BA5378776F2CA79D3685263414CD.jpg?size=320x24800x600");
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(2) {
  background-image: url("https://apihoard.webit.com/api/v1/Image/2CDC3AFB4951EAEDB8D4805B96F43AFA/2CDC3AFB4951EAEDB8D4805B96F43AFA.jpg?size=800x600");
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(3) {
  background-image: url("https://apihoard.webit.com/api/v1/Image/FA515CE09A987CBA892EAE40C8A50A26/FA515CE09A987CBA892EAE40C8A50A26.jpg?size=800x600");
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:hover {
  background-size: 120%;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
  background: rgb(0 0 0 / 74%);
  color: #fff;
  height: 70%;
  text-align: center;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 2rem 0;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:hover .cw-bgbar {
  background-size: 120%;
  height: 100%;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p {
  font-size: 1rem;
  width: 100%;
  /* flex to align the :before and after */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p::before,
.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p::after {
  content: "";
  width: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 0 10px;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar h4 {
  font-size: 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

@media (max-width: 768px) {
  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    min-height: 56vw;
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  /* -------------------- fullbuttons ---------------------- */
  .cw-imgbtns .cw-fullbtn-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }

  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn {
    min-height: 22vw;
  }

  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    height: 60%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    /* padding: 2rem 0; */
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    height: 33%;
  }
}

.page-home .galleryslideshow {
  text-align: center;
  padding-top: 0em;
  padding-bottom: 3em;
}

.cw-grand-parallax {
  position: relative;
  min-height: 300px;
  padding-top: 5em;
  padding-bottom: 4em;
  color: #fff;
}

.cw-grand-parallax:before {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0, 0.7);
}

.cw-grand-scantitle {
  color: #44c0bc;
}

.cw-grand-parallax .container {
  position: relative;
  z-index: 2;
}

.st4 {
  fill: none;
  stroke: #375f9a !important;
  stroke-width: 16;
  stroke-miterlimit: 10;
}

.w-100 {
  width: 90% !important;
}

.cw-infin-carousel {
  width: 100%;
  overflow: hidden;
  background: #000;
}

.cw-infin-carousel-track {
  display: flex;
  width: calc(200%);
  /* To accommodate duplicated items */
  animation: scroll 30s linear infinite;
}

.cw-infin-carousel-track img {
  width: 16.6666vw;
  /* 100 / 6 for 6 images */
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.cw-cascade {
  margin: 0rem auto 0;
  padding: 0.5em 0;
  background: url(https://apihoard.webit.com/api/v1/Image/49575B49109050ED1520F4B40C792048/49575B49109050ED1520F4B40C792048.jpg?size=1920x1440);
  background-size: cover;
  background-repeat: no-repeat;
}

.cw-cascadeText {
  z-index: 2;
}

.cw-cascadeText h4 {
  color: var(--color-theme-secondary);
  font-size: 20px;
}

.cw-cascadeText h3 {
  color: var(--color-theme-secondary);
  font-size: 1.5rem;
}

.cw-cascade a {
  font-size: 8px;
}

@media (min-width: 440px) {
  .cw-cascadeText h4 {
    font-size: 2rem;
  }

  .cw-cascadeText h3 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .cw-cascadeText h4 {
    font-size: 2.5rem;
  }

  .cw-cascadeText h3 {
    font-size: 3.5rem;
  }

  .cw-cascade a {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .cw-cascadeText h4 {
    font-size: 4rem;
  }

  .cw-cascadeText h3 {
    font-size: 4rem;
  }

  .cw-cascade a {
    font-size: 1.5rem;
  }
}

@media (min-width: 1800px) {
  .cw-cascade {
    padding: 6em 0;
  }

  .cw-cascadeText h4 {
    font-size: 4rem;
  }

  .cw-cascadeText h3 {
    font-size: 5rem;
  }
}

@media (min-width: 1900px) {
}

/*---- Gallery Page ----*/

.gallery-img-wrap {
  border: 6px solid #319efd;
}

/* Pop Up - Sale Modal  */
.cw-modal-sale .modal-content {
  background: linear-gradient(
      30deg,
      rgba(0, 0, 0, 0.95),
      rgba(10, 153, 241, 0.55),
      rgba(0, 0, 0, 0.75),
      rgba(219, 0, 13, 0.55),
      rgba(0, 0, 0, 0.35)
    ),
    url(https://apihoard.webit.com/api/v1/Image/B50CA7EE7EEBB44E8DA030B4831032AD/B50CA7EE7EEBB44E8DA030B4831032AD.png?size=1920x1440);
  background-color: #000;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 5em 0; */
}

.cw-modal-sale img {
  max-width: 250px;
  width: 100%;
}

.cw-modal-sale p span {
  font-size: 2rem;
  font-weight: 700;
}

.cw-modal-sale .modal-header,
.cw-modal-sale .modal-body,
.cw-modal-sale .modal-footer {
  border: none;
}

.k2-module {
  padding: 5rem 1.5rem;
}

.k2-container {
  max-width: 1150px;
  margin: 0 auto;
}

.k2-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 3.5rem;
  align-items: start;
}

/* LEFT SIDE */
.k2-left {
  position: sticky;
  top: 100px;
}

.k2-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.k2-subtitle {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* IMAGE UNDER TEXT */
.k2-image {
  width: 100%;

  overflow: hidden;
  margin-top: 1rem;
}

.k2-image img {
  width: 100%;
  height: 305px;
  object-fit: cover;
  display: block;
}

/* RIGHT GRID */
.k2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.k2-card {
  background: #fff;
  padding: 1.6rem;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.k2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.k2-card h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #111;
}

.k2-icon {
  width: 18px;
  height: 18px;
  color: #0d6efd;
  flex-shrink: 0;
}

.k2-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .k2-layout {
    grid-template-columns: 1fr;
  }

  .k2-left {
    position: relative;
    top: auto;
    margin-bottom: 2rem;
  }

  .k2-grid {
    grid-template-columns: 1fr;
  }

  .k2-image img {
    height: 200px;
  }
}

.cw-news {
  padding: 4rem 1.5rem;
}

.cw-news-container {
  max-width: 1200px;
  margin: 0 auto;
}
.cw-news-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cw-news-header {
  text-align: center;
  margin-bottom: 3rem;
}

.cw-news-title {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.cw-news-sub {
  color: #666;
  margin-top: 0.5rem;
}

.cw-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.cw-news-card {
  background: transparent;
}

.cw-news-img-wrap {
  position: relative;
  overflow: hidden;
}

.cw-news-img {
  width: 100%;
  height: 366px;
  object-fit: cover;
  display: block;
}

/* vertical date tag */
.cw-news-date {
  position: absolute;
  right: 0;
  top: 20px;
  background: #319df6;
  color: #000;
  font-size: 0.8rem;
  padding: 0.5rem 0.4rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 600;
}

.cw-news-meta {
  font-size: 0.8rem;
  color: #888;
  margin-top: 1rem;
}

.cw-news-card-title {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0.5rem 0;
}

.cw-news-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.cw-news-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  transition: 0.2s ease;
}

.cw-news-link:hover {
  color: #555;
  border-color: #555;
}

.im-module {
  padding: 5rem 1.5rem;
  background: #fafafa;
  color: rgb(0, 0, 0);
  font-family: Arial, sans-serif;
}

.im-container {
  max-width: 1100px;
  margin: 0 auto;
}

.im-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* LEFT TEXT */
.im-title {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.im-subtitle {
  font-size: 1.05rem;
  color: #b5b5b5;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.im-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 1px solid #333;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #aaa;
  margin-bottom: 1rem;
}

/* RIGHT SIDE WRAP */
.im-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* IMAGE */
.im-image {
  width: 100%;
  height: 355px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #2a2a2d00;
}

.im-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CARD */
.im-card {
  background: rgb(0, 0, 0) !important;
  border: 1px solid #0f0f10;
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
}

.im-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.im-card p {
  color: #cfcfcf;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.im-list {
  margin-top: 1rem;
  padding-left: 1.2rem;
}

.im-list li {
  margin-bottom: 0.6rem;
  color: #bdbdbd;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .im-layout {
    grid-template-columns: 1fr;
  }

  .im-title {
    font-size: 2.1rem;
  }

  .im-image {
    height: 200px;
  }
}

.im-module {
  padding: 5rem 1.5rem;
  background: url(https://apihoard.webit.com/api/v1/Image/598C0B0283B26535D333CB76F3353C38/598C0B0283B26535D333CB76F3353C38.jpg?size=1920x1440);
  color: rgb(255, 255, 255);
  font-family: Arial, sans-serif;
}

.im-container {
  max-width: 1100px;
  margin: 0 auto;
}

.im-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* LEFT TEXT */
.im-title {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.im-subtitle {
  font-size: 1.05rem;
  color: #b5b5b5;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.im-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 1px solid #333;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #aaa;
  margin-bottom: 1rem;
}

/* RIGHT CARD */
.im-card {
  background: #000;
  border: 1px solid #2a2a2d;
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.im-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.im-card p {
  color: #cfcfcf;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.im-list {
  margin-top: 1rem;
  padding-left: 1.2rem;
}

.im-list li {
  margin-bottom: 0.6rem;
  color: #bdbdbd;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .im-layout {
    grid-template-columns: 1fr;
  }

  .im-title {
    font-size: 2.1rem;
  }
}
