/* ========================================
   Time and Attendance Page - styles.css
   Section-specific styles only
   Common patterns in ../master/common.css
   Shared section styles in ../master/product-common.css
   ======================================== */


/* ========================================
   Section 1: Banner
   .zwc-banner-wrap
   (Layout from product-common.css)
   ======================================== */

/* Banner title badge - page-specific gradient */

.featpages .zwc-banner-cont {
  max-width: 600px;
}


.featpages .zwc-banner-cont .zwc-inner-wrap>p {
  max-width: 550px;
}

/* ========================================
   Section 2: Dark Cards - Background Override
   .zwc-workplace-cards
   (Base styles in product-common.css)
   ======================================== */

.zwc-workplace-cards {
  position: relative;
  background: radial-gradient(107.7% 166.38% at -14.97% 162.77%, #A20025 0%, rgba(154, 0, 35, 0.90) 0.1%, rgba(75, 1, 21, 0.00) 100%), radial-gradient(78.91% 150.75% at 138.2% -54.98%, #A20025 0%, rgba(154, 0, 35, 0.90) 40.1%, rgba(75, 1, 21, 0.00) 100%), #000;
}


.zwc-workplace-cards .zwc-card:nth-child(1) .zwc-card-text h3::before {
  background-position: -748px 0;
}

.zwc-workplace-cards .zwc-card:nth-child(2) .zwc-card-text h3::before {
  background-position: -868px 0;
}

.zwc-workplace-cards .zwc-card:nth-child(3) .zwc-card-text h3::before {
  background-position: -996px 0;
}

.zwc-workplace-cards:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: url(assets/zt1.png) no-repeat;
  background-size: auto;
  background-size: 890px auto;
  width: 890px;
  height: 490px;
}


/* ========================================
   Section 3: Feature Nav Tabs
   .zwc-feature-section
   (All base styles from product-common.css)
   ======================================== */

.featpages .zwc-feature-section {
  margin: 80px auto 0;
}

/* Sprite icon positions for feature tabs */
.zwc-attendance-tracking .zwc-tab-title-wrap:nth-child(1) h3::before {
  background-position-x: -204.3px;
}

.zwc-attendance-tracking .zwc-tab-title-wrap:nth-child(2) h3::before {
  background-position-x: -238px;
}

.zwc-attendance-tracking .zwc-tab-title-wrap:nth-child(3) h3::before {
  background-position-x: -271.7px;
}

.zwc-attendance-tracking .zwc-tab-title-wrap:nth-child(4) h3::before {
  background-position-x: -305.4px;
}

.zwc-attendance-tracking .zwc-tab-title-wrap:nth-child(5) h3::before {
  background-position-x: -339.2px;
}


/* ========================================
   Section 4: Bento Grid - Timesheets
   .zwc-otherfeatures-wrap
   (All base styles from product-common.css)
   ======================================== */


.featpages .zwc-feature-section.tabstyle2 .zwc-feature-tab h2,
.featpages .zwc-otherfeatures-inner>h2 {
  max-width: 980px;
  margin: 0 auto 40px;
}

.featpages .zwc-otherfeatures-wrap {
  padding: 120px 0;
}



/* ========================================
   Section 5: Dark Scheduling Cards
   .zwc-shift-scheduling
   ======================================== */

.zwc-shift-scheduling {
  padding: 0;
}

.zwc-shift-scheduling {
  max-width: 1600px;
  border-radius: 16px;
  overflow: hidden;
  background: radial-gradient(131.25% 93.84% at 109.5% -36.44%, #A20547 0%, rgba(75, 1, 21, 0.00) 100%), radial-gradient(109.37% 81.94% at 1.2% 101.35%, #A20547 0%, rgba(75, 1, 21, 0.00) 100%), linear-gradient(142deg, #770019 0.99%, rgba(75, 1, 21, 0.00) 40%), #4B0015;
  padding: 140px 0;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.zwc-shift-scheduling:before {
  content: '';
  position: absolute;
  bottom: -130px;
  left: -20px;
  width: 947px;
  height: 870px;
  background: url(assets/zf1.png) no-repeat;
  background-size: 897px auto;
}


.zwc-shift-scheduling:after {
  content: '';
  position: absolute;
  top: 240px;
  right: -20px;
  width: 296px;
  height: 870px;
  background: url(assets/zfb.png) no-repeat;
  background-size: auto;
  background-size: 296px auto;
  z-index: -1;
}




.zwc-shift-scheduling .content-wrap {
  overflow: visible;
}

.zwc-shift-scheduling .zwc-dark-section-inner {
  align-items: flex-start;
}

.zwc-shift-scheduling .zwc-dark-section-inner h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #fff;
  max-width: 980px;
}

/* Shift header with title + nav */
.zwc-shift-scheduling .zwc-shift-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.zwc-shift-scheduling .zwc-shift-nav {
  position: absolute;
  top: 130px;
  right: 0;
}

.zwc-shift-scheduling .zwc-shift-prev svg path {
  stroke: #A4A4A4;
}

.zwc-shift-scheduling .zwc-shift-next svg path {
  stroke: #fff;
}

.zwc-shift-scheduling .zwc-shift-nav {
  border-color: rgba(255, 255, 255, 0.3);
}

.zwc-shift-scheduling .zwc-shift-prev {
  border-right-color: rgba(255, 255, 255, 0.3);
}

.zwc-shift-prev,
.zwc-shift-next {
  /* border: 1px solid rgba(255, 255, 255, 0.3);
   border-radius: 50%; */
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #fff;
}

.zwc-shift-nav button.slick-arrow img {
  filter: invert(1);
}

.zwc-shift-scheduling .zwc-section-inner.fourcol {
  max-width: none;
  align-self: stretch;
  overflow: visible;
}

/* Slick carousel overrides */
.zwc-shift-scheduling .zwc-section-inner.fourcol .slick-list {
  overflow: visible;
}

.zwc-shift-scheduling .zwc-section-inner.fourcol .slick-track {
  display: flex;
}

.zwc-shift-scheduling .zwc-section-inner.fourcol .slick-slide {
  /* width: 486px; */
  margin-right: 12px;
  height: auto;
}

/* .zwc-shift-scheduling .zwc-section-inner.fourcol .slick-slide > div {
  height: 100%;
} */

.zwc-shift-scheduling .zwc-section-card.dark {
  background-color: #27000b;
  border: 1.5px solid #720020;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.zwc-shift-scheduling .zwc-section-card.dark .zwc-section-card-txt {
  padding: 40px 40px 24px;
}

.zwc-shift-scheduling .zwc-section-card.dark .zwc-section-card-txt h3 {
  color: #fff;
}

.zwc-shift-scheduling .zwc-section-card.dark .zwc-section-card-txt p {
  color: #e5c2cb;
}

.zwc-shift-scheduling .zwc-section-card.dark .zwc-section-card-img {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: auto;
}

/* Decorative elements */
.zwc-shift-scheduling .zwc-decor-box {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.zwc-shift-scheduling .zwc-decor-box-left {
  bottom: 40px;
  left: 40px;
}

.zwc-shift-scheduling .zwc-decor-box-right {
  top: 40px;
  right: 40px;
}


/* ========================================
   Section 6: Slide Carousel - Time Off
   .zwc-time-off
   ======================================== */

.zwc-time-off {
  padding: 120px 0;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}

.zwc-time-off .content-wrap {
  overflow: visible;
}

.zwc-time-off .zwc-slide-wrap .slick-list {
  overflow: visible;
}


.zwc-slide-section-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Slide header with title + nav */
.zwc-slide-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.zwc-slide-header h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #000;
  max-width: 890px;
}

/* Navigation arrows - position only (base styles in product-common.css) */
.zwc-slide-nav {
  position: absolute;
  top: 130px;
  right: 0;
}

/* Slick carousel overrides */
.zwc-time-off .zwc-slide-wrap .slick-track {
  display: flex;
}

.zwc-time-off .zwc-slide-wrap .slick-slide:nth-child(odd) {
  width: 500px;
}

.zwc-time-off .zwc-slide-wrap .slick-slide:nth-child(even) {
  width: 640px;
}

.zwc-time-off .zwc-slide-wrap .slick-slide {
  margin-right: 24px;
}

/* Equal height slide images */
.zwc-time-off .zwc-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwc-time-off .zwc-slide-img img {
  object-fit: contain;
}

/* Individual slide */
.zwc-slide-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Slide image */
.zwc-slide-item .zwc-slide-img {
  background-color: #f5f5f4;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

/* Slide title */
.zwc-slide-item h3 {
  font-family: var(--primaryfont-semibold);
  font-size: 24px;
  letter-spacing: -0.48px;
  color: #000;
  margin-bottom: 8px;
}

/* Slide description */
.zwc-slide-item p {
  font-family: var(--primaryfont-regular);
  /* font-size: 18px; */
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #282828;
  max-width: 90%;
}


/* ========================================
   Section 7: Testimonial
   .zwc-testimonial-wrap
   (Layout from product-common.css)
   ======================================== */


.zwc-testimonial-wrap {
  padding: 0 0 80px;
}

/* No page-specific decorative overrides needed */


/* ========================================
   Section 8: Bottom CTA
   .zwc-bottom-cta-wrap
   (Layout from product-common.css)
   ======================================== */

/* Decorative background images */


.featpages .zwc-cta-inner h2 {
  max-width: 980px;
}

.zwc-bottom-cta-wrap {
  background: radial-gradient(32.39% 53.14% at -1.92% 18.55%, #FF5E00 0%, rgba(193, 0, 7, 0.00) 100%), radial-gradient(37.75% 46.6% at 51.04% 108.07%, #FF8000 0%, rgba(193, 0, 7, 0.00) 100%), radial-gradient(50.08% 71.07% at 118.47% 82.02%, #F50093 40%, rgba(193, 0, 7, 0.00) 100%), #C10107;
}

/* Top-left */
.zwc-bottom-cta-wrap .content-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -80px;
  width: 140px;
  height: 200px;
  background: url('assets/986c4a4ac1cb85e1cbca5355f45c3251f33be190.png') no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* Left side */
.zwc-bottom-cta-wrap::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -10px;
  width: 470px;
  height: 250px;
  background: url(assets/89c971fdb42faa27630b1e5fae46709d2ddfe8cd.png) no-repeat;
  background-size: 495px auto;
  pointer-events: none;
}

/* Bottom-center */
.zwc-bottom-cta-wrap .zwc-cta-inner::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 5%;
  width: 200px;
  height: 120px;
  background: url('assets/61259f2a3a3be609606025373fdb4a01071e90e0.png') no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* Bottom-right */
/* .zwc-bottom-cta-wrap .zwc-cta-inner::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 380px;
  height: 370px;
  background: url('assets/f7c8ba64878cf64de6dd0479fbad4baac9aed046.png') no-repeat;
  background-size: 470px auto;
  pointer-events: none;
} */

/* Top-right decorative */
.zwc-bottom-cta-wrap .zwc-cta-decor {
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.zwc-bottom-cta-wrap .zwc-cta-decor-1 {
  bottom: -70px;
  right: 10px;
  width: 100px;
  height: 100px;
  background-image: url('assets/8f0cf6fe2565337d724e77ee0971e53838b217a6.png');
}

.zwc-cta-inner h2 {
  max-width: 980px;
}


/* ========================================
   Responsive - Small Desktop (1440px)
   ======================================== */

@media screen and (max-width: 1440px) {

  .zwc-shift-scheduling {
    max-width: 95%;
    ;
  }

  /* Dark Scheduling */
  .zwc-shift-scheduling .zwc-dark-section-inner h2 {
    font-size: 56px;
  }

  /* Carousel */
  .zwc-slide-header h2 {
    font-size: 56px;
  }
}


/* ========================================
   Responsive - Large Tablet (1280px)
   ======================================== */

@media screen and (max-width: 1280px) {

  /* Dark Scheduling */
  .zwc-shift-scheduling .zwc-dark-section-inner h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  /* Carousel */
  .zwc-slide-header h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}


/* ========================================
   Responsive - Tablet (1024px)
   ======================================== */

@media screen and (max-width: 1024px) {

  /* Dark Scheduling */
  .zwc-shift-scheduling .zwc-dark-section-inner h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  /* Carousel */
  .zwc-slide-header h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  /* Hide decoratives */
  .zwc-shift-scheduling .zwc-decor-box {
    display: none;
  }

  .zwc-bottom-cta-wrap .zwc-cta-decor {
    display: none;
  }
}


/* ========================================
   Responsive - Mobile (767px)
   ======================================== */

@media screen and (max-width: 767px) {

  /* Dark Scheduling */
  .zwc-shift-scheduling .zwc-dark-section-inner h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  /* Carousel */
  .zwc-slide-nav,
  .zwc-shift-nav {
    display: none;
  }

  .zwc-slide-header {
    flex-direction: column;
    gap: 24px;
  }

  .zwc-slide-header h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }


  .featpages .zwc-feature-section.tabstyle2 {
    margin: 0 auto 20px;
  }

  .featpages .zwc-otherfeatures-wrap {
    padding: 70px 0;
  }

  .zwc-shift-scheduling {
    padding: 70px 0;
  }

  .zwc-slide-section-inner {
    gap: 20px;
  }

  .featpages .zwc-otherfeatures-wrap,
  .zwc-compensation-cards {
    padding: 50px 0;
  }

  .zwc-compensation-cards .zwc-section-inner-wrap h2 {
    margin: 0 auto 20px;
  }

  .zwc-compensation-cards .zwc-section-card {
    gap: 12px;
  }
}


/* ========================================
   Responsive - Small Mobile (480px)
   ======================================== */

@media screen and (max-width: 480px) {

  /* Dark Scheduling */
  .zwc-shift-scheduling .zwc-dark-section-inner h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  /* Carousel */
  .zwc-slide-header h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  .featpages .zwc-otherfeatures-wrap .zwc-bento-card {
    padding: 40px 40px 20px;
  }

}