@charset "utf-8";
#xMasSlider {
  display: none;
}

.cs_accent_bg {
  /* background: linear-gradient(#eb1b00cc, #e51a00cc), url(../images/x-mas-bg.svg) no-repeat center / cover; */
  background: url(/assets/images/xmas-banner/scroller-bg.svg) no-repeat center / cover;
  overflow: hidden;
  /* background-color: #FC5F49; */
}
.cs_moving_text_wrap.cs_style_1 {
  /* padding: 17px 0; */
  padding: 11px;
  min-height: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs_moving_text img{
  margin-inline: 10px;
}
.cs_moving_text b{
  font-weight: 500;
}
.cs_moving_text_wrap.cs_style_1 .cs_moving_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.cs_moving_text_wrap.cs_style_1 .cs_moving_text_in .cs_moving_text {
  -webkit-animation: slide-left 30s linear infinite;
          animation: slide-left 30s linear infinite;
}
.cs_moving_text_wrap.cs_style_1 .cs_moving_text_in svg {
  margin: 0 40px;
}
.cs_moving_text_wrap.cs_style_1:hover .cs_moving_text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.cs_white_color {
  color: #1b1b1b;;
}
.cs_semibold {
  font-weight: 400;
}
.cs_fs_37 {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}
#copied-message{
  font-weight: 500;
}


/* --------------- */

.dialog-overlay {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none!important;
  z-index: 1050;
  margin: 20px;
  border-radius: 29px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dialog-box {
  background-image: url('/assets/images/xmas-banner/republic-bg.svg');
  background-color: #fff;
  /* background: #fff; */
  padding: 0;
  border-radius: 29px;
  width: 293px;
  height: 391px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #737373;

}

.coupon-code {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-direction: column;
}
.use-code{
  color: #232323;
  letter-spacing: 2px;
}

.coupen-content{
  border: 2px solid #2a2a2a;
  padding: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.coupen-content span{
  font-size: 26px;
  color: #232323;
  font-style: italic;
  line-height: 38px;
  letter-spacing: 2px;
}

.copy-btn {
  background-color: #12141600;
  color: #232323;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.copy-btn i{
  font-size: 26px;
  color: #232323;
}

.copied-message {
  color: green;
  font-size: 14px;
  padding: 5px;
  display: none;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.copied-message.visible {
  display: flex;
  opacity: 1;
}

.friday-top{
  padding: 25px;
  height: calc(100% - 67px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.xmas-main-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.xmas-main-text img{
  /* width: 110px; */
}
.xmas-main-text span{
  font-size: 52px;
}

.offer-content{
  margin-top: 10px;
}
.offer-content p{
  margin: 0;
}

.friday-top h6{
 color: #232323;
 font-size: 24px;
 font-style: italic;
 display: flex;
 align-items: flex-end;
 gap: 5px;
 margin-bottom: 5px;
}

.friday-top h6 span{
  /* color: #DC2B19; */
  color: #232323;
  font-size: 48px;
  font-style: italic;
  line-height: 42px;
}

.friday-top p{
 color: #232323;
 font-family: sans-serif;
 font-size: 15px;
 font-weight: 300;
 font-style: italic;
 display: flex;
 align-items: flex-end;
 justify-content: flex-end;
 gap: 5px;
 letter-spacing: 0.5px;
}

.friday-footer{
  background: #F08D2C;
  bottom: 0;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.friday-footer span{
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
.resume-examples-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.resume-examples-section h2 {
  font-size: 2.5rem;
  color: #3bbdad;
  margin-bottom: 20px;
}

.resume-examples-section p {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.resume-examples-section .cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3bbdad;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
}

.resume-examples-section .cta-button:hover {
  background-color: #34a999;
}



/* Promo Banner Styles */

.promo-banner.meta-ad-banner {
  background: #FF4908;
  color: #FEE8CA;
  text-align: center;
  padding: 9px 0;
  z-index: 1;
  position: relative;
  width: 100%;
  display: block;
}

.promo-banner.meta-ad-banner .promo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-banner.meta-ad-banner .promo-container.copied .banner-content {
  display: none;
}

.promo-banner.meta-ad-banner .promo-container.copied .copied-message {
  display: flex;
}

.promo-banner.meta-ad-banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  width: 100%;
  cursor: default;
}

/* Fade utilities for rotating content */
.promo-banner.meta-ad-banner .banner-content.fade-in {
  opacity: 1;
  transition: opacity 250ms ease-in;
}
.promo-banner.meta-ad-banner .banner-content.fade-out {
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.promo-banner.meta-ad-banner .copied-message {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  color: #FEE8CA;
  width: 100%;
  animation: fadeOut 3s ease-in-out forwards;
  opacity: 0;
}

.promo-banner.meta-ad-banner .copied-message .material-symbols-outlined {
  color: #4caf50;
  font-size: 20px;
  animation: bounce 0.5s ease-in-out;
}

.promo-banner.meta-ad-banner .highlight-text {
  font-weight: 900;
  color: #FEE8CA;
  font-size: 16px;
  text-shadow: 0px 1px 2px #00000063;
}

.promo-banner.meta-ad-banner .expiry-text {
  white-space: nowrap;
  font-size: 14px;
  opacity: 0.9;
}

.promo-banner.meta-ad-banner .badge {
  background: #FEE8CA;
  border-radius: 20px;
  box-shadow: 2px 3px 0px 1px #00000038;
  padding: 5px 12px;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.promo-banner.meta-ad-banner .badge:hover {
  background: #f0d7b1; 
}

.promo-banner.meta-ad-banner .promo-code {
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

@keyframes fadeOut {
  0% { opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.promo-banner.meta-ad-banner .copy-icon {
  font-size: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .promo-banner.meta-ad-banner .promo-container {
    flex-wrap: wrap;
    padding: 5px 10px;
  }

  .promo-banner.meta-ad-banner .expiry-text {
    font-size: 13px;
  }

  .promo-banner.meta-ad-banner .promo-code {
    font-size: 13px;
  }
}

/* new banner */

.terms-privacy-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #20514c;
  padding: 12px 20px;
  z-index: 1050;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(0);
  min-height: 60px;
  max-height: 60px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto; 
  width: -webkit-fill-available;
}
.banner-message {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #cff47f;
}
.emoji-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.review-updates-btn {
  background-color: #4b736f;
  color: #cff47f;
  border: none;
  padding: 8px 20px;
  border-radius: 24px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
}
.review-updates-btn:hover {
  background-color: #4b736f;
}

.terms-privacy-links a, .terms-privacy-links span{
  color: #cff47f!important;
  text-decoration: none!important;
}

/* body {
  padding-top: 60px;
} */

/* Single-line continuous scroll on small screens */
@media (max-width: 768px) {
.banner-container{
  justify-content: flex-end;
}

.banner-message {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* overflow: hidden; */
  width: 100%;
  box-sizing: border-box;
}

.banner-actions{
  z-index: 1;
}

.banner-message span,
.banner-message strong {
  display: inline;
  white-space: nowrap;
}

.banner-message::before {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  white-space: nowrap;
  padding-left: 50px;
}

.banner-message {
  animation: scrollSingleLine 15s linear infinite;
}

@keyframes scrollSingleLine {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
}
