@import url('https://fonts.cdnfonts.com/css/chela-one');

:root {
    --orange: #E19240;
    --brighter-orange: #FFAD3E;
    --purple: #650175;
    --almost-white: #FFF8F0;
    --almost-black: #1C1A1A;
    --pink: #F23A78;
}

.text-orange {
    color: var(--brighter-orange);
}

.text-purple {
    color: var(--purple);
}

.text-almost-black {
    color: var(--almost-black);
}
.font-normal{
  font-size: 14px;
}
.text-font{
  font-size: 18px;
}
.bg-orange {
    background-color: var(--orange);
}

.bg-brighter-orange {
    background-color: var(--brighter-orange);
}

.bg-purple {
    background-color: var(--purple);
}

.cursor-pointer {
    cursor: pointer;
}

.float-left {
    float: left;
}

.twinkle {
    background: radial-gradient(35.36% 35.36% at 50% 50%, #FFFFFF 10%, #E6D5CD 11%, #A86F53 12%, #7F2A00 13%, #702500 16%, #481800 27%, #2B0F00 36%, #190900 44%, #130800 50%, #050200 76%, #000000 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    background-blend-mode: color-dodge;
    height: 60px;
    width: 60px;
    clip-path: inset(26px 26px 26px 26px);
    border-radius: 100% !important;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background-image: url('https://tezoofficial.blob.core.windows.net/express-app/images/2024/october/body-bg.svg');
    background-size: cover;
}

.brand-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--almost-white);
    z-index: 10;
}

.brand-name {
    z-index: 10;
}

.brand-name img {
    display: block;
    margin: 2.8rem;
    z-index: 10;
}

.twinkle-a {
    left: 33%;
    top: 50%;
}

.twinkle-b {
    left: 30%;
    top: 80%;
}

.twinkle-c {
    right: 20%;
    top: 50%;
}

.twinkle-d {
    right: 30%;
    top: 85%;
}

.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;
}

.edition {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 99;
}
.text-justify {
  text-align: justify;
}

.edition p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 1.5rem;
    color: var(--almost-white);
}


.marquee-container {
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    background: white;
    z-index: 99;
}

.marquee-container.clients {
    height: 75px;
}

.marquee-container::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
}

.marquee-container ul {
    height: 80px;
    margin: 0;
    align-items: center;
}

.marquee-container li {
    font-size: 16px;
    color: black;
    font-weight: 400;
    list-style-type: none;
}

.marquee-container.clients li {
    margin-top: 15px;
}

.marquee-container li img {
    margin-left: 8px;
    margin-right: 8px;
}

.welcome-note-container {
    border-radius: 30px;
    height: 500px;
    z-index: 10;
    background-image: url(https://tezoofficial.blob.core.windows.net/express-app/images/2024/october/intro-Layer_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.welcome-note-container-inner {
  padding: 90px;
}

.welcome-note p {
    text-align: center;
}

.header-text {
    font-family: "Chela One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: var(--orange);
    margin: 0;
}

.rate-section {
    display: flex;
    width: 10rem;
    justify-content: flex-end;
    padding-right: 0;
    gap: 1rem;
}

.left-icon,
.right-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.left-icon,
.right-icon .count {
    font-size: large;
}

.emp-story-img-container {
    text-align: center;
    position: relative;
    /* right: 100px; */
    bottom: 0;
    align-self: center !important;
    z-index: 1;
    height: 244px;
    width: 166px;
}

.emp-story-img-container::before {
    background-color: var(--pink);
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 166px;
    border-radius: 16px 16px 4px 4px;
}

.img-desc-conatiner {
    border-radius: 4px;
    background-color: var(--brighter-orange);
    border-top: 0;
}

.img-desc-conatiner p:first-child {
    font-size: 12px;
    font-weight: 500;
}

.img-desc-conatiner p:last-child {
    font-weight: 400;
    font-size: 10px;
}

.emp-story-content, .out-of-office-text {
    text-align: justify;
}

.emp-story-content .highlighted-text, .out-of-office-text {
    font-weight: 700;
    /* height: 100px; */
    border-left: 4px solid var(--pink) ;
}
.highlighted-text{
    font-weight: 700;
    /* height: 100px; */
    border-left: 4px solid var(--pink) ;
}
.slider .glass-effect {
    padding: 0;
  }
  .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .out-of-office-section .slick-dots {
    display: none !important;
  }
  
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #4f4f4f;
  }
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #4f4f4f;
    border-radius: 50%;
    z-index: 9;
  }
  
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    /* background: white; */
  }
  
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    /* opacity: .75; */
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev {
    left: -25px;
  }
  .out-of-office-section .slick-prev {
    left: -12px !important;
  }
  
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
  }
  
  .slick-prev:before {
    content: "";
    width: 16px;
    height: 16px;
    border: solid rgb(255, 255, 255);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 17px;
    border-radius: 3px;
  }
  
  [dir="rtl"] .slick-prev:before {
    border: solid black;
  }
  
  .slick-next {
    right: -25px;
  }
  .out-of-office-section .slick-next {
    right: -12px !important;
  }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
  }
  
  .slick-next:before {
    content: "";
    width: 16px;
    height: 16px;
    border: solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
  }
  
  [dir="rtl"] .slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border: solid black;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
  }
  
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  
  .slick-slide img {
    width: 100%;
    border-radius: 30px;
  }

.puzzle-container {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 890px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 890px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1020px;
    }
}

.story-content-header{
    font-size: 16px;
    font-weight: bold;
}

.out-of-office-name-container{
    height: 56px;
    position: relative;
}
.out-of-office-name-container .bg-orange p.fs-10 {
  font-size: 13px;
}
.out-of-office-profile-img{
    position: absolute;
    left: 18px;
    bottom: 8px;
}

.out-of-office-profile-arrow{
    position: absolute;
    bottom: 6px;
    left: 78px;
}

.bg-container-shade{
    background-color: #F7D9C4 !important;
}

.magic-of-togetherness-title{
    font-family: "Chela One", system-ui;
    font-size: 32px;
    color: var(--purple);

}

.magic-of-togetherness-title>div{
    border-radius: 0 8px 8px 0;
}

.creative-corner-1, .creative-corner-2 {
  background-image: url(https://tezoofficial.blob.core.windows.net/express-app/images/2024/october/creative-corner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 90px;
}

.creative-corner-title {
  font-family: "Chela One", system-ui;
  font-size: 36px;
}

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

.bg-white {
  background-color: white;
}

.creative-corner-content {
  border-radius: 16px;
  display: flex; 
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.creative-corner-content-title {
  border-radius: 5px;
}

.creative-corner-content-data {
  border-left: 1px solid white;
}

.creative-corner-1-img {
  overflow: hidden;
  border-radius: 16px;
}

.creative-corner-1-img > img {
  border-radius: 16px;
  width: 100%;
  height: 100%; 
  object-fit: cover; 
}

.creative-corner-line-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
.profile-container .bg-orange {
  padding-left: 100px;
  padding-top: 3px;
}
.h-30 {
  height: 30px !important;
}

@media (max-width: 768px) {
  .creative-corner-1-img {
      flex: 1 1 100%; 
  }
  .creative-corner-content {
      flex: 1 1 100%; 
      margin-top: 1rem;
  }
  .employee-story-body .ps-4.ms-4 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 80px;
  }
  .out-of-office-section .employee-story-header {
    margin-bottom: 50px;
  }
  .creative-corner-1, .creative-corner-2 {
    background-image: none;
    padding: 0;
  }
  .creative-corner-1 .text-purple, .creative-corner-2 .text-purple {
    color: white;
    margin-bottom: 30px;
  }
}

.gossip-girl-section .bg-orange {
  padding: 17px;
  border-radius: 8px;
}
.gossip-girl-content {
    visibility: hidden;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease-out;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    /* position: absolute; */
    transform-origin: top center;
  }
  .gossip-girl-section:hover .gossip-girl-content {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
  }

  .oct-recap-img{
    width: 100%;
    height: auto;
  }

  
/* Modal CSS */
.modal-section .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.58);
  padding-top: 120px;
}

.modal-section .modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  width: 782px;
  max-width: 95%;
  min-height: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 40px;
}

.modal-section .modal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}

.modal-section .modal-close:hover,
.modal-section .modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-section .modal-container {
  padding: 20px;
}

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

.hidden {
  display: none;
}

.input-wrapper {
  margin-bottom: 1rem !important;
}

.input-label {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.input-control {
  display: block;
  width: 100%;
  padding: 1.2rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ededed;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-control:focus {
  color: #000000;
  background-color: #ededed;
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.13);
}

.feedback-stars {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.feedback-star {
  cursor: pointer;
}

.feedback-star svg {
  color: white;
  fill: currentColor;
}

.selected svg {
  color: #ffc805;
  fill: currentColor;
}

.submit-btn {
  background-color: #08c10f;
  border: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  padding: 19px 92px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  border-radius: 8px;
  cursor: pointer;
}
/* Thank-You container styles */
.thank-you-container {
  display: none;
  align-items: center;
  justify-content: center;
}

.thank-you-text {
  position: absolute;
  font-family: "Chela One";
  color: #25262b;
  font-size: 80px;
  font-weight: 400;
}

.thank-you-bg {
  width: 653px;
  height: 585px;
  background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/june/thankyou-bg1.svg");
  animation: zoom-in-zoom-out 2s ease infinite;
}

  
.footer {
    position: relative;
  }
  
  .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;
    color: var(--blue);
    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;
  }
  .container-r8{
    border-radius: 8px;
  }
  .puzzle-guide{
    background-image: url(https://tezoofficial.blob.core.windows.net/express-app/images/2024/october/creative-corner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .puzzle-guide>div{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
  }

@media (max-width: 1600px) {
  .social-handles-container {
    width: 26%;
  }
}
@media (max-width: 1200px) {
  .welcome-note-container {
    background-image: none;
    height: inherit;
  }
  .welcome-note-container-inner {
    padding: 0;
  }
  .welcome-note .text-font {
    color: white !important;
  }
}
@media (max-width: 1024px) {
  .edition {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
  }
  .social-handles-container {
    position: absolute;
    right: 20px;
    top: -40px;
    width: 100%;
  }
  .social-handles {
    padding-top: 65px;
    display: flex;
    gap: 9px;
    justify-content: right;
  }
}
@media (max-width: 991px) {
  .brand-name img {
      max-width: 100%;
  }
}
@media (max-width: 768px) {
  .brand-name img {
      margin: 0rem;
  }
  .social-handles-container {
    right: 20px !important;
    top: 2px !important;
    width: 65% !important;
  }
  .social-handles a img,
  .menu img {
    width: 3rem;
  }
  .marquee-container {
    margin-top: 20px;
  }
  .brand-name img {
    max-width: 60%;
  }
}
@media (max-width: 425px) {
  .brand-name img {
      max-width: 75% !important;
  }
  .social-handles a img,
  .menu img {
    width: 2.5rem;
  }
}