@import url("https://fonts.cdnfonts.com/css/callie-chalk-font");

:root {
  --orange: #f0cc70;
  --red: #fb605a;
  --darkPink: #a7277d;
  --blue: #218dba;
  --forest-green-dark: #006d5b;
  --forest-green: #68a77c;
  --forest-green-lite: #83a279;
  --magnate: #a92823;
  --peachy-yellow: #ffe2ab;
  --gossip-bg: #33724b;
  --green: #006d5b;
  --cinnamon: #b25f22;
  --redWood: #a92823;
  --chestnut: #a73d2b;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background: linear-gradient(180deg, #f2cf91 0%, #03512e 100%);
  background-attachment: scroll;
  overflow-x: hidden;
  color: #000000;
}

*,
::after,
::before {
  box-sizing: border-box;
}

section {
  position: relative;
  z-index: 1;
  background-size: contain;
}
/* December Css:Start */

/* #region: common classes */
.pl-30 {
  padding-left: 30px !important;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px !important;
}
.ml-24 {
  margin-left: 24px;
}
.mt-22 {
  margin-top: 22px;
}
.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-12 {
  padding-left: 12px !important;
}
.cursor-pointer {
  cursor: pointer;
}
.fs-28 {
  font-size: 28px;
}
.w-min {
  width: min-content;
}
.text-peachy-yellow {
  color: var(--peachy-yellow) !important;
}
.bg-mustard {
  background-color: rgba(196, 153, 44, 1);
}
.container-r8 {
  border-radius: 8px;
}
.container-r16 {
  border-radius: 16px;
}
.container-r4 {
  border-radius: 4px;
}
.text-red {
  color: var(--red);
}

.text-blue {
  color: var(--blue) !important;
}
.float-left {
  float: left;
}

.bg-blue {
  background-color: var(--blue);
}
.bg-pink {
  background-color: var(--darkPink);
}

.bg-green {
  background-color: var(--forest-green);
}
.text-green {
  color: var(--green);
}
.bg-cinnamon {
  background-color: var(--cinnamon);
}
.text-cinnamon {
  color: var(--cinnamon);
}
.bg-redWood {
  background-color: var(--redWood);
}
.text-redWood {
  color: var(--redWood);
}
.bg-chestnut {
  background-color: var(--chestnut);
}
.text-chestnut {
  color: var(--chestnut);
}
.font-parkinsans {
  font-family: Parkinsans;
}
.fs-48 {
  font-size: 48px;
}
.fs-40 {
  font-size: 40px;
}
.fs-55 {
  font-size: 55px;
}
.fs-28 {
  font-size: 28px;
}
.fs-18 {
  font-size: 18px;
}
.fs-32 {
  font-size: 32px;
}
.font-poppins {
  font-family: Poppins;
}
.font-shantell {
  font-family: Shantell Sans;
}
.font-sora {
  font-family: Sora;
}
.text-algin-center {
  text-align: center;
}
.h-30 {
  height: 30px !important;
}
/* #endregion */
.marquee-container {
  background-color: #006d5b;
  height: 50px !important;
}
.marquee-container ul {
  height: 100% !important;
  padding-block: 6px;
}
.marquee-container li {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .marquee-container {
    height: 40px !important;
  }
  .marquee-container ul {
    padding-block: 2px;
  }
}
@media (max-width: 600px) {
  .marquee-container {
    height: 35px !important;
  }
  .marquee-container ul {
    padding-block: 0px;
  }
}
/* #region: employee story-1 */
.employee-story-section-1 {
  background-color: var(--forest-green);
  transform: rotate(7.44deg);
  padding-block: 5rem;
  margin-top: 3rem;
}
.employee-story-section-1 .container {
  padding-bottom: 0px !important;
}
.employee-story-section-1 .employee-story-content {
  transform: rotate(-7.44deg);
}

.employee-story-section-1 .employee-story-content > p {
  margin-bottom: 50px;
}
.employee-story-section-1 .left-content {
  border-radius: 6px;
  border: 4px solid var(--magnate);
  height: min-content;
  background-color: var(--magnate);
}

.employee-story-section-1 .left-content .image-container {
  width: 133px;
  height: 110px;
  overflow: hidden;
  border-radius: 4px;
  padding-inline: 12px;
  background-color: var(--forest-green);
}
.employee-story-section-1 .left-content img {
  width: 106px;
  height: 145px;
}

.employee-story-section-1 .left-content .image-name {
  background-color: var(--magnate);
}
.employee-story-section-1 .employee-story {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.employee-story-section-1 .employee-story-highlight {
  border-inline: 4px solid var(--peachy-yellow);
  padding-inline: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
/* #region: absolute-icons */
.employee-story-section-1 .processing-icon-1 {
  top: -13px;
  left: 38%;
}
.employee-story-section-1 .processing-icon-2 {
  bottom: -40px;
  right: 17%;
}
.employee-story-section-1 .rectangular-star {
  top: -22px;
  right: 10%;
}
/* #endregion */

/* #endregion */

/* #region: unmasking-the-secret-talent */

.unmasking-the-secret-talent-profile-container {
  gap: 24px;
}
.unmasking-the-secret-talent-profile-container > div:first-child {
  border: 2px solid var(--magnate);
  border-radius: 8px;
  border-block-width: 4px;
}

.unmasking-the-secret-talent-profile-container .profile-pic-container {
  width: 80px;
  height: 84px;
  display: flex;
  justify-content: center;
}
.unmasking-the-secret-talent-profile-container .profile-pic {
  width: unset;
  height: 100%;
  border-radius: 5px;
}

.unmasking-the-secret-talent-text {
  font-size: 16px;
  font-weight: 500;
}
.unmasking-the-secret-talent-section .slick-list {
  border-radius: 11px;
  margin: 0 1rem;
}
.unmasking-the-secret-talent-section .slick-slide {
  margin: 25px;
}
.profile-container .img-desc {
  border: 1px solid black;
}
.profile-container {
  background-color: var(--forest-green-lite);
}

.highlighted-text-brown {
  border-inline: 5px solid #671333;
  color: #671333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: justify;
  padding: 0px 15px;
}

/* #region: absolute-icons */
.unmasking-the-secret-talent-section .rectangular-star {
  top: -40px;
  left: 10%;
}
.unmasking-the-secret-talent-section .processing-icon {
  bottom: 0px;
  right: 0px;
}
/* #endregion */

/* #endregion */

/* #region: image-book-section */
.image-book-section {
  background-color: var(--forest-green);
  transform: rotate(3.51deg);
  padding-block: 5rem;
  z-index: 2;
}
.image-book-container {
  transform: rotate(-3.51deg);
}
.image-book-header {
  font-family: Poppins !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
  text-align: center !important;
}
.image-book-header span {
  color: #9f1b22;
  font-family: Shantell Sans;
}

.collage-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  padding: 20px;
}
.collage-item-8 {
  margin-top: 5%;
}
.collage-item-6 {
  margin-left: -24px;
}
.collage-item-4 {
  margin-top: 18px !important;
  margin-left: -16px;
}
.collage-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.collage-img-4 {
  max-width: 104% !important;
}
.collage-img-5 {
  max-width: 93% !important;
}
.collage-img-7 {
  max-width: 65% !important;
}
.collage-img-8 {
  max-width: 155% !important;
  margin-left: -53%;
}
.college-img-sm-container {
  /* height: 20rem; */
  display: none;
}
.college-img-div {
  height: 80vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.college-img-div > img {
  width: 100%;
}
/* #region: absolute-icons */
.image-book-section .rectangular-star {
  top: 45px;
  right: 15%;
}
.image-book-section .glasses {
  top: -52px;
  right: 15%;
}
/* #endregion */

/* #endregion */

/* #region: gossip girl */
.gossip-girl-section {
  background-color: var(--gossip-bg);
  transform: rotate(-4.99deg);
  padding-block: 5rem;
}
.gossip-girl-container {
  transform: rotate(4.99deg);
}
.container-gossip-section {
  width: 520px;
  height: 640px;
  border-radius: 24px;
}

.gossip-girl-logo {
  position: absolute;
  margin-top: -50px;
  z-index: 1;
  margin-left: 15px;
}

.container-gossip-section {
  width: 520px;
  /* height: max-content; */
  border-radius: 24px;
}

.new-year-text {
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60.48px;
  width: 100%;
  margin-left: 50px;
  margin-top: 120px;
}
.checklist-text {
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60.48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-up-text {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 50px 50px;
}

.wrap-up-highlight {
  font-family: Shantell Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.8px;
  text-align: center;
  color: rgba(81, 19, 54, 1);
}
.margin-left-30 {
  margin-left: 30px !important;
}
.checklist-content-container {
  border-left: 3px dashed black;
  width: 309px;
  height: 80px;
  box-shadow: 0px 4px 4.7px 4px rgba(0, 0, 0, 0.16);
  margin-left: -20px;
  scale: 1;
  transition: margin-left 0.3s ease-in-out, scale 0.3s ease-in-out;
  /* transition: scale 0.3s ease-in-out; */
}
.checklist-content-container:hover {
  margin-left: -10px;
}
.checklist-content {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  position: relative;
  color: rgba(195, 78, 58, 1);
}
.gossip-1 {
  transform: rotate(-3deg);
  z-index: 1;
}
.gossip-2 {
  transform: rotate(-1deg);
  z-index: 1;
}
.gossip-3 {
  transform: rotate(-1deg);
}
.gossip-4 {
  transform: rotate(3deg);
}
.gossip-5 {
  transform: rotate(3deg);
  z-index: 1;
}
.gossip-6 {
  margin-top: 1.6rem;
  transform: rotate(-4deg);
  z-index: 0;
}
/* #region: absolute-icons */
.gossip-girl-section .star-group {
  top: -65px;
  left: 25%;
}
/* .gossip-girl-section .santa-cap {
  top: -70px;
  left: 35px;
  z-index: 1;
} */
.gossip-girl-section .gossip-girl-img-1 {
  bottom: -20px;
  right: -20px;
}
.gossip-girl-section .gossip-girl-img-2 {
  bottom: -27px;
  left: -38px;
}
.gossip-girl-section .gossip-girl-img-3 {
  bottom: -20px;
  right: 10%;
}
.gossip-girl-section .gossip-girl-img-4 {
  margin-left: -16px;
  margin-right: 8px;
}
.gossip-girl-section .gossip-girl-img-5 {
  bottom: -20px;
  right: 10%;
  z-index: 22;
}
.gossip-girl-section .gossip-girl-img-6 {
  bottom: -28px;
  right: -20px;
}
/* #endregion */

/* #endregion */

/* #region: welcome-2025 */
.welcome-2025 {
  position: relative;
  z-index: 5;
}
.welcome-2025 p {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #e9c9c1;
}
.welcome-2025 p.highlighted {
  font-family: Shantell Sans;
  line-height: 58px;
  font-size: 48px;
  color: #fbc13d;
}

@media (max-width:1340) {
  .line1 {
    font-size: 28px!important;
  }
}
/* #endregion */

/* #region: bulletin-board-section */

.bulletin-group {
  min-width: 100vw;
  padding: 4rem;
  justify-content: center;
}
.bulletin-group::-webkit-scrollbar {
  display: none;
}

.bulletin-board-1 {
  transform: rotate(7.14deg);
  background-color: #ffe07d;
  min-width: 260px !important;
  max-width: 260px !important;
}
.bulletin-board-2 {
  background-color: #6cbef6;
  min-width: 260px !important;
  max-width: 260px !important;
}
.bulletin-board-3 {
  transform: rotate(7.14deg);
  background-color: #fdd1d5;
  min-width: 290px !important;
  max-width: 290px !important;
}
.bulletin-board-4 {
  transform: rotate(-11.1deg);
  background-color: #feefcd;
  min-width: 260px !important;
  max-width: 260px !important;
}
.bulletin-img {
  width: 100%;
  height: 186px;
}

.bulletin-img-4 {
  padding-block: 16px;
  background: black;
}

.bulletin-header {
  font-family: Sora;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.bulletin-date {
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #8c3211;
}
.bulletin-sub-text {
  font-family: Sora;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bulletin-pin img {
  width: 70px;
}
.bulletin-pin-1 {
  top: -30px;
  left: 30px;
  transform: rotate(-8deg);
}
.bulletin-pin-2 {
  top: -30px;
  right: -30px;
  transform: rotate(-5deg);
}
.bulletin-pin-3 {
  top: -30px;
  left: 30px;
  transform: rotate(-5.6deg);
}
.bulletin-pin-4 {
  top: -33px;
  right: -20px;
  transform: rotate(7.9deg);
}

/* #endregion */

/* #region: quote-2025 */

.quote-2025 {
  font-family: Shantell Sans;
  font-size: 40px !important;
  font-weight: 600;
  line-height: 53.6px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.quote-2025 span {
  color: #fbc13d;
  font-family: Shantell Sans;
  font-weight: 400;
}
.margin-8rem {
  margin-top: 8rem;
}

/* #endregion */

/* #region: footer  */
.footer-img {
  width: 100%;
  overflow: hidden;
}
.memories-img {
  margin-top: 70px;
}

.footer-list {
  list-style: none;
}
/* #endregion */

.header-text {
  font-family: Sora;
  font-size: 55px;
  font-weight: 600;
  text-align: left;
  line-height: 69px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.back-top {
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  padding: 21px 38px;
  border: 0;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 90px;
}
/* December Css:End */

/* #region:Surya:first-half */
.employee-story-section .container {
  padding-bottom: 0px !important;
}
.employee-story-section {
  background-color: #dbd28c;
  transform: rotate(-5deg);
}

.employee-story-section-content {
  transform: rotate(5deg);
}
.employee-story-body {
  flex-direction: column;
  align-items: center !important;
}
.emp-story-img-container {
  align-self: center !important;
}

.emp-story-img-container img{
  height: 98px;
}

@media (max-width:1200px) {
  .emp-background{
    padding-top: 1.2rem! important;
  }
}

@media (min-width: 750px) and (max-width: 990px) {
  .emp-background {
    margin-left: 10px;
  }
}
.leaf-img-emp-story {
  position: absolute;
  right: -2%;
}
.leaf-2-img {
  position: absolute;
  left: 15%;
  z-index: 5;
}

@media (max-width:1200px) {
  .respon-fs12{
    font-size: 12px !important;
  }
}

.emp-story-img-container {
  text-align: center;
  position: relative;
  min-width: 160px;
  justify-self: center;
}
.emp-story-img-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 160px;
  border: var(--redWood) 2px solid;
  border-radius: 4px;
  outline: 3px solid var(--redWood);
}

.emp-story-content {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  /* padding-top: 28px; */
  font-family: poppins;
  color: black;
}

/* .emp-story-content {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  padding-top: 28px;
} */

.emp-story-img-container {
  align-self: center !important;
}
.emp-highlight-text {
  border-left: 5px solid var(--redWood);
  border-right: 5px solid var(--redWood);
}
.year-end-review-section {
  background-color: #cfd4a2;
  transform: rotate(4deg);
  z-index: 2;
}
.year-end-review-section-content {
  transform: rotate(-4deg);
}

#year-end-review-video {
  border-radius: 18px;
}

video {
  width: 100%;
  max-width: 100%;
}

.progress-section {
  background-color: #9bbf82;
  transform: rotate(10deg);
  margin-top: 8rem !important;
}
.progress-section-content {
  transform: rotate(-10deg);
}
.glass-icon {
  position: absolute;
  left: 5%;
}

.card-stack-background {
  background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/december/card-stack-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.card-stack {
  position: relative;
  width: 400px;
  height: 300px;
}

.card {
  position: absolute;
  width: 600px;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  cursor: pointer;
}

@media (max-width: 800px) {
  .card {
    width: 70vw;
    font-size: 12px;
  }
  .card > p {
    padding-left: 2rem !important ;
    padding-right: 2rem !important ;
  }
}

.img-responsive {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.out-of-office-section {
  background-color: #9fbf9a;
  transform: rotate(-2deg);
  z-index: 2;
}
.out-of-office-section-content {
  transform: rotate(2deg);
}
.location-img {
  position: relative;
  bottom: 45px;
  right: 30px;
}
.outofoffice-profile {
  display: flex;
  align-items: end;
}
.pos-relative {
  position: relative;
}
.arrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  bottom: -1px;
}
.outofoffice-designation {
  padding-left: 45px;
}
.out-of-office-highlight-text {
  border-left: 5px solid #a92823;
  border-right: 5px solid #a92823;
}
header {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  font-family: poppins;
}

.title-section-wrap {
  position: relative;
}

@media (max-width: 600px) {
  .mobile-view {
    display: none !important;
  }
  .fs-40 {
    font-size: 24px;
  }
}

.title-section {
  background-image: linear-gradient(to bottom, transparent 90%, #f2cf91 100%),
    url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/december/title_background.png");
  background-size: cover;
  background-color: #fbf8ef;
}

.brand-text {
  font-size: 20px;
  font-weight: 500;
  font-family: Shantell Sans;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}

.mq-top {
  position: absolute !important;
  bottom: 10% !important;
}

.social-handles-container {
  position: absolute;
  right: 9.5%;
  top: 0;
  width: 15%;
  height: 100%;
  text-align: right;
}
.social-handles {
  gap: 1.5rem;
  padding-top: 68px;
}

.social-handles img {
  width: 4rem;
}

.year-end-section {
  border: 5.39px dashed #e43958;
  background-color: white;
  padding: 0 !important;
}

.leaf-img {
  position: absolute;
  left: 15%;
}
.wrap-text {
  font-family: "Sanchez", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}
.flip-card {
  position: relative;
  height: 50vw;
  cursor: pointer;
}

.flip-card img {
  position: absolute;
  height: 100%;
  transition: transform 0.6s;
  backface-visibility: hidden;
}

.flip-card .back {
  transform: rotateY(180deg);
}

.flip-card.flipped .front {
  transform: rotateY(180deg);
}

.flip-card.flipped .back {
  transform: rotateY(0deg);
}

.flip-card:hover {
  animation: tilt-n-move-shaking 0.9s infinite;
}

@keyframes tilt-n-move-shaking {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.year-wrap-text {
  text-align: center;
}

.star-blast-float {
  position: absolute;
  left: 52%;
  z-index: 10;
}
.star-blast-float-2 {
  position: absolute;
  left: 82%;
  z-index: 10;
}
.star-blast-float-3 {
  position: absolute;
  left: 30%;
  z-index: 10;
}
/* #endregion */

.footer-end {
  z-index: 5;
}
.edition {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 99;
  font-family: Poor Story;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}

.edition p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 4rem;
}
.brand-name {
  z-index: 10;
}
.brand-name img {
  display: block;
  width: 100%;
  margin: 2.8rem;
}

.about-section p {
  font-size: 1.5rem;
}

.about-section .col-lg-7 {
  padding-right: 90px;
  text-align: justify;
}

.welcome-note {
  text-align: justify;
  margin-right: 50px;
}
.welcome-note p {
  font-size: 18px;
}

@media (max-width: 800px) {
  .welcome-note {
    margin: 0px;
  }

  header .header-icon img {
    display: none;
  }

  .lr-profile {
    padding: 0px !important;
  }

  .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* .gossip-girl-section .santa-cap {
    top: -110px;
  } */
}

.welcome-img {
  height: 100%;
  object-fit: cover;
  text-align: center;
}

.rate-section {
  display: flex;
  width: 10rem;
}
.left-icon,
.right-icon {
  display: flex;
  align-items: center;
}

.icon {
  padding: 0px 5px 0px 10px;
}
.icon img {
  cursor: pointer;
}
.count {
  font-size: 24px;
  font-weight: 400px;
}

/* Profile Image and Info Section */
.profile-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.profile-info {
  font-size: 0.9rem;
  color: #333;
}

.profile-info h4 {
  margin: 10px 0 5px 0;
  font-weight: bold;
}

.profile-info p {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
}

.arrow {
  width: 41px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -22px;
  bottom: 0;
}

.person-1,
.person-2 {
  font-size: 0.75rem;
  font-family: cursive;
}
.person-1 {
  top: 20%;
  right: 62%;
}
.person-2 {
  top: 27%;
  right: 30%;
  rotate: -15deg;
  width: 20%;
  text-align: right;
}

.img-msg-container {
  bottom: 2%;
  left: 17%;
}

.z-index-0 {
  z-index: 0;
}

.hidden {
  display: none;
}

footer {
  position: relative;
}

.last-edition {
  background-color: #fec102;
  color: #09205a;
}

.text-yellow {
  color: #fec102;
}

.footer button {
  white-space: nowrap;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  top: 0;
  right: -400px;
  padding: 32px;
  border-radius: 23px;
}

.dropdown-content::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ffffff;
  position: absolute;
  left: -15px;
  top: 21px;
}

.dropdown-content a {
  display: block;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 15px;
}

.dropdown-content a:last-child {
  margin-bottom: 0;
  color: #676767;
}

.dropdown-content a:hover {
  color: var(--blue);
  font-weight: 600;
}
footer button {
  white-space: nowrap;
}
.last-edition-container {
  position: relative;
}
.back-top {
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  padding: 21px 38px;
  border: 0;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 90px;
}
.show {
  display: block;
}

.navigation {
  margin: 3rem;
}

@media (max-width: 1399px) {
  .collage-item-8 {
    margin-top: 9%;
  }
}
@media (max-width: 1199px) {
  .collage-item-8 {
    margin-top: 12%;
  }
  .collage-img-8 {
    max-width: 156% !important;
  }
  .collage-img-7 {
    max-width: 67% !important;
}
.collage-item-4 {
  margin-top: 22px !important;
  margin-left: 1px;
}
.collage-item-6 {
  margin-left: 0px;
}
}

@media (max-width: 1220px) {
  .edition p,
  .welcome-note p,
  .unmasking-the-secret-talent-text,
  .brand-text {
    font-size: 20px;
  }
  .bulletin-group {
    justify-content: flex-start;
  }
  .person-2 {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .edition {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
  }

  .dropdown-content {
    top: 10px;
    left: 80px;
    z-index: 999;
    padding: 18px;
  }
  .img-msg-container {
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .brand-name img {
    max-width: 100%;
  }
  .about-section .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .about-section > div {
    align-items: center;
  }
  .gossip-girl-content {
    flex-direction: column;
    align-items: center;
  }
  .header-text {
    font-size: 35px;
  }
  .navigation {
    margin: 13px;
  }
  .collage-item-8 {
    margin-top: 19%;
  }
}
@media (max-width: 768px) {
  .edition {
    bottom: -5px !important;
    right: 0 !important;
  }
  .brand-name img {
    margin: 0rem;
  }
  .profile-container {
    flex-direction: column;
  }
  .edition p {
    padding-bottom: 0;
    font-size: 16px !important;
  }
  .rate-section {
    padding-right: 0;
  }
  .header-text,
  .quote-2025 {
    font-size: 30px !important;
    line-height: 40px;
  }
  .social-handles a img,
  .menu img {
    width: 3rem;
  }
  .collage-img-7 {
    max-width: 61% !important;
  }
  .collage-img-8 {
    max-width: 165% !important;
    margin-left: -60%;
  }
  /* .bulletin-board-1,
  .bulletin-board-2,
  .bulletin-board-4 {
    width: 240px;
  }
  .bulletin-board-3 {
    width: 250px;
  } */
  .employee-story-section-1 .image-container {
    padding-inline: 50% !important;
  }
  .unmasking-the-secret-talent-section .slick-slide {
    margin: 0px;
  }
  .welcome-2025 p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .person-2 {
    width: 30%;
  }
  .bulletin-board-group {
    flex-direction: column;
    align-items: center;
  }
}

.header-section {
  display: flex;
  margin-bottom: 24px;
}
.text-justify {
  text-align: justify;
}
.highlight {
  background-color: #b9ff66;
  font-weight: 600;
  color: var(--blue);
}

.radio-btn.correct {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  outline: none;
}

.radio-btn.incorrect {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  outline: none;
}

.radio-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}

.radio-btn.correct::after {
  content: "\2714";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-btn.incorrect::after {
  content: "\2716";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-pink {
  color: var(--darkPink);
}
.text-orange {
  color: #fcae10;
}

.sm-profile {
  display: none;
  padding-bottom: 24px;
}
.lr-profile {
  padding-left: 24px;
}
@media (max-width: 800px) {
  .sm-profile {
    display: block;
  }

  .lr-profile {
    order: 1;
  }
}
@media (max-width: 768px) {
  .employee-story-section-1 .content {
    flex-direction: column;
  }
  .slider-content .item .data {
    margin-left: 30px;
    margin-right: 30px;
  }
  .checklist-content-container {
    margin-left: 20%;
  }
  .checklist-content-container:hover {
    margin-left: 20%;
    scale: 1.1;
  }
  .employee-story-body .div{
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .collage-item-8 {
    margin-top: 36%;
  }
  .college-img-sm-container {
    display: block;
  }
  .college-img-container-lg {
    display: none;
  }
}

@media (max-width: 600px) {
  .container-gossip-section {
    width: 400px;
  }
}

@media (max-width: 500px) {
  /* .slider-content .item {
    width: 90vw;
  } */
  .feedback-star svg {
    width: 50px;
  }
}
@media (max-width: 425px) {
  .brand-name img {
    max-width: 75% !important;
  }
  .unmasking-the-secret-talent-section .slick-dots {
    display: block !important;
  }
  .social-handles a img,
  .menu img {
    width: 2.5rem;
  }
  .count {
    font-size: 1rem;
  }
  .checklist-content-container {
    margin-left: 10%;
  }
  .checklist-content-container:hover {
    margin-left: 10%;
    scale: 1.05;
  }
  .header-text,
  .quote-2025 {
    font-size: 20px !important;
    line-height: 30px;
  }
}
.fit-content {
  /* width: fit-content;
  height: fit-content; */
  position: relative;
}
.footer-action .back-top {
  margin-bottom: 20px !important;
}

/* For screens 800px or less */
@media (max-width: 800px) {
  .slider-content .item {
    width: 90vw;
  }
  .leaf-2-img {
    display: none;
  }
}

/* For zoom levels 150% and higher (approximation using resolution) */
@media (min-width: 801px) and (min-resolution: 144dpi) {
  .slider-content .item {
    width: 60vw;
  }
}

/* For zoom levels between 125% and 150% */
@media (min-width: 801px) and (min-resolution: 120dpi) and (max-resolution: 143dpi) {
  .slider-content .item {
    width: 50vw;
  }
}

/* For default zoom (below 125%) */
@media (min-width: 801px) and (max-resolution: 119dpi) {
  .slider-content .item {
    width: 40vw;
  }
}

.radio-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.plane-float {
  position: absolute;
  right: 10%;
  top: 2%;
}

@media (max-width: 900px) {
  .plane-float {
    display: none;
  }
}

.justify-text {
  text-align: justify;
}

.slick-dots {
  display: none !important;
}

.camera-icon {
  flex: 1;
  justify-content: flex-end;
}

.small-conatiner {
  width: 100px !important;
}
