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

:root {
  --orange: #F0CC70;
  --red:#FB605A;
  --darkPink:#A7277D;
  --blue:#218DBA;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;  
  background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/november/background-img.png") !important;
  font-weight: 400;
  font-size: 1rem;
  background-size: cover;
  background-color: #fbf8ef;
}

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

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;
}
.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;
}
.bg-red{
    background-color: var(--red) !important;
}
.container-r8{
  border-radius: 8px;
}

.container-r16{
  border-radius: 16px;
}
.container-r4{
  border-radius: 4px;
}
.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;
}

.img-star-container {
  top: 18%;
  left: 0%;
}

.img-baloon-container {
  bottom: 0%;
  left: 0%;
}

.img-lollipop-container {
  bottom: 0%;
  right: 20%;
}

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

.welcome-section-highlight-text{
    font-weight: 500;
    border-left: 4px solid var(--darkPink) ;
}

.november-welcome-section{
    border-radius: 16px;
    font-size: 18px;
}

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

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

.nostalgia-content::after{
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border:  5px solid #FB605A;
    border-radius: 16px;
}

  .nostalgia-content::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    right: -10px;
    bottom: -30px;
    filter: blur(2px);
    border: 5px solid rgba(0, 0, 0, 0.2); 
    border-radius: 16px; 
  }
  

.november-welcome-section::after{
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border:  5px solid var(--darkPink);
    border-radius: 16px;
}

.november-welcome-section::before{

    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    right: -10px;
    bottom: -30px;
    filter: blur(2px);
    border: 5px solid rgba(0, 0, 0, 0.2); 
    border-radius: 16px; 
}

.marquee-container {
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: var(--orange);
  z-index: 99;
}

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

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

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

.marquee-container li img {
  margin-left: 8px;
  margin-right: 8px;
}
.marquee-top {
  height: 2px;
  width: 100%;
  background: #000;
}

.employee-story-section .container{
  padding-bottom: 0px !important;
}
.float-left {
  float: left;
}
@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;
  }
}
.employee-story-body .row .col-md-3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section {
  position: relative;
  z-index: 1;
  background-size: contain;
}
.out-of-office-section .employee-story-header {
  margin-bottom: 50px;
}


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

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

.kids-tezons-container>img{
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    object-position: center;
}
.kids-section-img{
    border-radius: 16px;
    overflow: hidden;  
    display: flex;
    justify-content: center; 
    align-items: center; 
}
      
.kids-section-img img {
    width: 100%; 
    height: 100%; 
    object-fit: contain; 
}


.kids-section-tag{
    border-radius: 16px;
    border: 2px solid var(--blue);
    padding: 12px;
    height: 110px;
}

.kids-tezons-container>div{
    align-self: center;
    color: var(--blue);
}
@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;
  }

  .right-place-to-be-section .floating-icon{
    display: none;
  }
}
.about-highlight-text {
  font-weight: 500;
  background-color: var(--green);
  color: var(--blue);
}
.emp-highlight-text{
    border-left: 5px solid var(--red);
    color: var(--red);
}

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

.emp-story-img-container {
text-align: center;
  position: relative;
}
.emp-story-img-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 210px;
  border: var(--red) 2px solid;
  border-radius: 16px 16px 4px 4px;
  outline: 2px solid #000000;
}
.img-desc-conatiner {
  border-radius: 8px;
  border: 2px solid var(--red);
  border-top: 0;
}

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

}
.img-desc-conatiner p span {
  font-size: 12px;
  font-weight: 700;
}

.emp-story-content {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  padding-top: 28px;
}
.emp-story-content .bg-green{
  font-weight: 500;
}
.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;
}

/* Main Content Section */
.content {
  font-size: 1rem;
  color: #333;
}

.content p {
  margin: 0 0 15px;
  line-height: 1.6;
}

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

.out-of-office-profile-container {
  display: flex;
  align-items: end;
  gap: 24px;
  font-size: 16px;
}
.out-of-office-profile-container .profile-pic {
  width: 6rem;
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: 5px;
}

.out-of-office-text {
  font-size: 16px;
  font-weight: 500;
}
.out-of-office-section .slick-list {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 30px;
  margin: 0 1rem;
}
.profile-container .img-desc {
  border: 1px solid black;
}

.office-gossips-section{
  font-size: 16px;
  font-weight: 500;
}
.office-gossips-header{
  margin-bottom: 20px;
}
.ai-section-content {
  font-weight: 500;
}
.gossip-img {
  min-width: calc(50% - 0.5rem);
}

.gossip-img-text {
  padding: 1rem;
}
.gossip-img-text-1 {
  bottom: 60%;
  left: 28%;
  width: 60%;
}
.gossip-img-text-2 {
  top: 35%;
  left: 2%;
  width: 60%;
}
.gossip-img-text-3 {
  bottom: 70%;
  left: 25%;
  width: 55%;
}
.gossip-img-text-4 {
  bottom: 9%;
  right: 20%;
  width: 60%;
  padding: 0.775rem;
}
.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%;
}
.gossip-girl-text-container {
  width: 75%;
}

/* for slick slider :Start*/
.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;
}

/* 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;
}

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

.profile-container {
  flex-direction: column;
  align-items: center;
}


.out-of-office-name-container{
  height: 56px;
  position: relative;
}
.out-of-office-name-container .bg-orange p.fs-10 {
font-size: 13px;
}

.bg-blue{
  background-color: var(--blue);
}
.out-of-office-profile-img{
  position: absolute;
  left: 18px;
  bottom: 8px;
}

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

/* for slick slider :End */
@media (max-width: 1600px) {
  .social-handles-container {
    width: 26%;
  }
  .gossip-girl-section .star-img {
    bottom: 0 !important;
  }
}

@media (max-width: 1300px) {
  .img-star-container {
    top: 5%;
    left: 0%;
  }
}

@media (max-width: 1220px) {
  .edition p,
  .emp-story-content,
  .about-highlight-text,
  .welcome-note p,
  .out-of-office-text,
  .brand-text {
    font-size: 20px;
  }
  .img-baloon-container {
    bottom: 0%;
    left: 0%;
  }
  .img-lollipop-container {
    bottom: 10%;
    right: 10%;
  }
  .gossip-img-text {
    font-size: 11px;
  }
  .person-2 {
    width: 25%;
  }
}

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

  .img-star-container {
    top: 5%;
    left: 0%;
  }
  .dropdown-content {
    top: 10px;
    left: 80px;
    z-index: 999;
    padding: 18px;
  }
  /* .intro-img-container img {
    width: 20rem !important;
  } */
  .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);
  }
  .gossip-girl-img-container img {
    min-width: calc((100% + 11rem) / 4);
  }

  .about-section > div {
    align-items: center;
  }

  .header-text {
    font-size: 35px;
  }
  .kids-section-tag{
    height: inherit;
  }
  .ai-section-header .left-header .tag {
    top: 10px !important;
  }
  .ai-section-header .right-header {
    position: absolute !important;
    right: 0;
  }
  .navigation {
    margin: 13px;
  }
}

.h-30{
  height: 30px !important;
}
@media (max-width: 768px) {
  .edition {
    bottom: -5px !important;
    right: 0 !important;
  }
  .brand-name img {
    margin: 0rem;
  }
  .right-place-to-be-content {
    margin-left: 1rem !important;
  }

  .edition p {
    padding-bottom: 0;
    font-size: 16px !important;
  }
  .social-handles-container {
    right: 20px !important;
    top: 2px !important;
    width: 65% !important;
  }

  .img-star-container {
    left: 7% !important;
  }
  .img-baloon-container {
     bottom: 0%;
  left: 0%;
  }
  .social-handles {
    padding-top: 1rem !important;
  }
  .employee-story-body {
    flex-direction: column;
    align-items: center !important;
  }
  .emp-story-img-container {
    align-self: center !important;
  }
  .rate-section {
    padding-right: 0;
  }
  .header-text {
    font-size: 30px !important;
  }
  .social-handles a img,
  .menu img {
    width: 3rem;
  }
}

@media (max-width: 600px) {
  .gossip-img-text-1 {
    width: 70%;
  }
  .img-star-container img {
    height: 4rem;
  }
  .person-2 {
    width: 30%;
  }
  .gossip-girl-text-container {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .brand-name img {
    max-width: 75% !important;
  }
  .out-of-office-section .slick-dots {
    display: block !important;
  }
  .social-handles a img,
  .menu img {
    width: 2.5rem;
  }
  .count {
    font-size: 1rem;
  }
  
  .gossip-img-text {
    padding: 0.775rem !important;
  }
  .gossip-img-text-3 {
    width: 70%;
  }
}

.header-section {
  display: flex;
  margin-bottom: 24px;
}
.text-justify {
  text-align: justify;
}
.highlight {
  background-color: #b9ff66;
  font-weight: 600;
  color: var(--blue);
}
.ai-section-header .left-header {
  display: flex;
  width: 100%;
}
.ai-section-header .left-header .name {
  font-size: 16px;
  font-weight: 700;
}

.ai-section-header .left-header .role {
  font-size: 12px;
  font-weight: 400;
}

.ai-section-header .left-header .tag,
.ai-section-content .header-tag {
  font-family: chela One;
  font-size: 32px;
  font-weight: 400;
  color: white;
  background: var(--darkPink);
  border-radius: 0px 8px 8px 0px;
  padding: 14px;
  height: fit-content;
  position: relative;
  top: 87px;
  width: 100%;
}
.ai-section-content .header-tag {
  display: none;
}
.ai-section-content .globe-icon{
  width: fit-content;
  position: absolute;
  bottom: 264px;
  right: 100px;
}
.ai-section-header .image-section {
  border: solid var(--darkPink);
  border-radius: 12px;
  position: relative;
  width: 215px;
  height: 205px;
}

.ai-highlight-text{
    border-left: 4px solid var(--darkPink);
    color: var(--darkPink);
}

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

.guess-who-img{
  border-radius: 16px;
  overflow: hidden;
}

.guess-who-img>img{
  border-radius: 16px; 
  object-fit: cover;
  width: 100%;
}

.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;
}
@media (max-width: 800px) {
  .ai-section-content .globe-icon{
    display: none;
  }
}

.ai-section-content .question{
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .ai-section-header .left-header {
    display: block;
  }

  .ai-section-header .left-header .tag {
    display: none;
  }

  .ai-section-content .header-tag {
    display: block;
    border-radius: 8px;
    position: static;
    margin: 20px auto;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 14px 30px;
  }

  .ai-section-content .right-content {
    padding: 0px !important;
  }
}

@media (max-width: 400px) {
  .ai-section-header .image-section {
    width: 200px;
  }
  .ai-section-header .right-header {
    padding: 0px !important;
  }
}
.ai-section-header .image-section .image-background {
  height: 140px;
  width: 100%;
  bottom: 0px;
  border-radius: 12px;
}

.ai-section-header .image-section .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ai-section-header .left-header .name-section {
  bottom: 0px;
  width: 100%;
  background-color: var(--darkPink);
  border-radius: 8px;
}

.ai-section-header .image-section .child {
  position: absolute;
}

.ai-section-header .right-header {
  /* padding: 10px 39px; */
  position: relative;
  top: 111px;
  height: fit-content;
}

.ai-section-content .answer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


@media (max-width: 1000px) {
  .ai-section-content .answer {
    display: block;
  }
  .ai-section-content .right-content {
    padding-left: 0px;
  }
}

.ai-section-content .right-content {
  padding-left: 70px;
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
.ai-section-content .right-content .image{
  position: relative;
}
.ai-section-content .right-content .image img{
  position: absolute;
  top:-40px;
}
.ai-section-content .right-content .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ai-section-content .right-content .tag {
  padding: 8px 12px;
  background-color: #b9ff66;
  font-size: 12px;
  font-weight: 400;
  color: #0e0e0e;
  border: solid 1px black;
  border-radius: 8px;
}

.right-place-to-be-header,
.september-rewind-header {
  display: grid;
  grid-template-columns: 1fr auto;
}

.right-place-to-be-content .item .data .inner-data {
  background-color: #000066;
  border-radius: 26px;
  padding: 55px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.sm-profile {
  display: none;
  padding-bottom: 24px;
}
.lr-profile{
  padding-left: 24px;
}
@media (max-width: 800px) {
  .right-place-to-be-content .item .data .inner-data {
    padding: 50px 30px;
    grid-template-columns: auto;
  }
  .sm-profile {
    display: block;
  }

  .lr-profile {
    order: 1;
  }  
  .right-place-to-be-content .content  {
    order: 2;
  }
}

.right-place-to-be-content .profile .name {
  font-size: 13px;
  font-weight: 700;
  color: #b9ff66;
  margin-top: 10px;
}
.right-place-to-be-content .profile .role {
  font-size: 9px;
  font-weight: 400;
  color: white;
}

.right-place-to-be-content .profile .profile-image {
  border: 3.38px solid #ffffff;
  padding: 3.38px;
  width: fit-content;
  margin: auto;
  border-radius: 6px;
}

.right-place-to-be-content .profile .profile-image img {
  border-radius: 6px !important;
  height: 80px;
}

.right-place-to-be-content .inner-data .content {
  color: white;
  font-size: 10px;
  margin-top: 10px;
}

/* active slides */
.right-place-to-be-content .slider-content .profile .name {
  font-size: 20px;
  margin-left: 20px;
}
.right-place-to-be-content .slider-content .profile .role {
  font-size: 15px;
}

.right-place-to-be-content
  .slider-content
  .profile
  .profile-image
  img {
  height: 110px !important;
}

.right-place-to-be-content .inner-data .content {
  font-size: 14px;
}
.right-place-to-be-content .slick-track {
display: flex;
align-items: center;
}
.right-place-to-be-content .slick-current.slick-active .content {
  font-size: 18px;
}

.slider-content {
  transition: transform 0.5s ease !important;
}

.slider-content .item {
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  width: 40vw;
}

.slider-content .item .data {
  text-align: center;
  /* width: 50vw; */
  height: fit-content;
  border-radius: 26px;
  border: 3.38px solid black;
  padding: 3.38px;
  margin-left: 20px;
  margin-right: 20px;
}


@media (max-width: 500px) {
  /* .slider-content .item {
    width: 90vw;
  } */
  .gossip-girl-section .play-img {
    top: 0% !important;
  }
  .feedback-star svg {
    width: 50px;
  }
}
@media (max-width: 768px) {
  /* .slider-content .item {
    width: 90vw;
  } */
  .slider-content .item .data {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/* Dots */

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
}

.slick-dots li.slick-active button {
  background-color: #000066;
  width: 16px;
  height: 16px;
}

.september-rewind-content .grid-container {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(100px, 1fr)
  ); /* Adjust min size as needed */
  gap: 0; /* No gaps between items */
  width: 100%; /* Full-width grid */
}

.september-rewind-content .grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures image fills its container */
}
.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;
}

.gossip-girl-img-container img {
  width: calc((100% - 3rem) / 4);
}
.gossip-girl-img-container{
  font-size: 16px;
}
.office-gossips-section .row>*{
  padding: 24px !important;
}
.gossip-girl-section .decoration-img-container {
  left: 5%;
}
.gossip-girl-section .play-img {
  top: 5%;
}
.gossip-girl-section .star-img {
  bottom: 25%;
}
.fit-content {
  /* width: fit-content;
  height: fit-content; */
  position: relative;
}
.pl-30{
  padding-left: 30px !important;
}
.september-rewind-content .row,
.september-rewind-content .row > * {
  padding: 0px;
}
.september-rewind-content .row .img {
  padding: 24px 0px 24px 24px;
}
.september-rewind-content .row .img img{
  border-radius: 10px;
}
.september-rewind-content {
  display: flex;
  justify-content: center;
}
.september-rewind-content .tag .text {
  background-color: #b9ff66;
  padding: 20px;
  border-radius: 10px;
  width: 250px;
  height: 75px;
  font-size: 13px;
  text-align: center;
}

.september-rewind-content .tag {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 15px;
}
.september-rewind-content .image-card{
  margin-bottom:24px;
}

@media (max-width: 800px) {
  .september-rewind-content .fit-content {
    width: 100%;
  }

  .september-rewind-content{
    padding-top: 20px !important;
  }
  .september-rewind-content .image-card {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin:0px;
    margin-bottom: 70px !important;
    padding-left: 0px !important;
  }
  .september-rewind-content .image-card .img{
    padding: 0px !important;
    margin:0px !important;
    display: flex;
    justify-content: center;
  }
  .september-rewind-content .image-card .img img{
    margin-left: 0px !important;
  }
  .september-rewind-content .tag{
    left: 0px;
    bottom: -40px;
  }
  .september-rewind-content .row {
    width: 100%;
    margin:0px !important
  }
}

.fs-12{
  font-size: 12px;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.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;
}
.ai-section .floating-icon{
  position: absolute;
  top: 2%;
  right: 15%;
}
.right-place-to-be-section .text-justify.mt-4, .september-rewind-section .text-justify.mt-4 {
  font-weight: 500;
}
.right-place-to-be-section .floating-icon{
  position: absolute;
  top: -1%;
  left: 20%;
}

.september-rewind-section .floating-icon{
  position: absolute;
  top: -2%;
  left: 15%;
}

/* For screens 800px or less */
@media (max-width: 800px) {
  .slider-content .item {
    width: 90vw;
  }
  .ai-section-content .right-content .image img{
    position: static;
  }
  .gossip-girl-section .decoration-img-container{
    display: none;;
  }
}

/* For zoom levels 150% and higher (approximation using resolution) */
@media (min-width: 801px) and (min-resolution: 144dpi) {
  .slider-content .item {
    width: 60vw;
  }
  .september-rewind-section .floating-icon {
    left: 17%;
  }
  .right-place-to-be-section .floating-icon {
    left: 25%;
  }
  .ai-section-content .globe-icon {
    right: 7%;
  }
  .ai-section .floating-icon {
    right: 21%;
  }
  .out-of-office-section .img-msg-container{
    left:22%
  }
  .gossip-girl-section .decoration-img-container{
    left:17%
  }

}

/* For zoom levels between 125% and 150% */
@media (min-width: 801px) and (min-resolution: 120dpi) and (max-resolution: 143dpi) {
  .slider-content .item {
    width: 50vw;
  }
  .september-rewind-section .floating-icon {
    left: 20%;
  }
  .right-place-to-be-section .floating-icon {
    left: 25%;
  }
  .ai-section-content .globe-icon {
    right: 18%;
  }
  .ai-section .floating-icon {
    right: 21%;
  }
  .out-of-office-section .img-msg-container{
    left:22%
  }
  .gossip-girl-section .decoration-img-container{
    left:19%
  }
  .ai-section-content .right-content .image img{
    top:-55px;
  }
}

/* For default zoom (below 125%) */
@media (min-width: 801px) and (max-resolution: 119dpi) {
  .slider-content .item {
    width: 40vw;
  }
  .september-rewind-section .floating-icon {
    left: 25%;
  }
  .right-place-to-be-section .floating-icon {
    left: 30%;
  }
  .ai-section-content .globe-icon {
    right: 24%;
  }
  .ai-section .floating-icon {
    right: 27%;
  }
  .gossip-girl-section .decoration-img-container{
    left: 25%;
  }
  .out-of-office-section .img-msg-container{
    left:28%
  }
  .ai-section-content .right-content .image img{
    top:-55px;
  }
}

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

.cursor-pointer{
  cursor: pointer; 
}

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

.fs-28{
  font-size: 28px;
}

.disappearing-text {
  display: inline-block;
  animation: disappear 8s linear infinite;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  animation-play-state: running; 
  animation-delay: 1s;
}

@keyframes disappear {
  20% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%); 
  }
}


.tag>img {
  width: 36px;
  left: 0%;
  position: absolute;
  animation: run 8s linear infinite;
  z-index: 10;
  animation-play-state: running;
  animation-delay: 1s;
}

@keyframes run {
  20% {
    left: 0%;
  }
  100% {
    left: 93%;    
  }
}

.tag:hover .disappearing-text,
.tag:hover > img {
  animation-play-state: paused; 
}

.nostalgia-tiles{
  position: relative;
  z-index: 10;
}

.nostalgia-content {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgb(242, 238, 238); 
  display: flex;
  justify-content: center; 
  align-items: center;     
  color: white;           
  font-size: 24px;         
  opacity: 0;               
  visibility: hidden;     
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  border-radius: 8px;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.overlay-text {
  text-align: center; 
}

.star-icon-float{
  position: absolute;
  left: 20%;
}
.star-icon-float-start{
  position: absolute;
  left: 60%;
}

.star-icon-float-end{
  position: absolute;
  right: 30%;
}

@media (max-width: 601px) {
 .star-icon-float{
  display: none;
 } 
 .star-icon-float-end{
  display: none;
 } 
}

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

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

 .highlighted-text{
  font-weight: 700;
  border-left: 4px solid var(--blue) ;
 }

 .specs-gossip-girl {
  top: 12%;
  left: 58%;
 }

 .hotel-img-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
 }
 .hotel-img-container>img{
  /* width: 100%;  */
  height: auto; 
  object-fit: contain; 
  max-width: 20%; 
  flex-grow: 1; 
 }
 .overlay-message{
  color: #000;
  text-align: center;
}

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

 .book-imgs{
  display: flex;
  align-items: center;
  overflow: hidden;
 }

 .book-imgs>img{
  width: 100%; 
  height: auto; 
  object-fit: contain; 
  max-width: 20%; 
  flex-grow: 1; 
 }

 .cup-cake-gossip-girl{
  position: absolute;
  right: 0%;
  top: 30%;
 }

 .coffee-cup-gossip-girl{
  position: absolute;
  left: 0%;
  top: 60%;
 }

 .footer-end{
  background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/november/background-img-bottom.png");
  background-size: cover;
  background-position: center bottom;
 }

 .p-3 {
  padding: 1rem !important;
 }
 
 .slick-dots {
  display: none !important;
  }

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