.stick {
  position: fixed;
  top: 0;
}
.single-blog-img .blur {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: blur(20px);
  opacity: 0.2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
header .logo img {
  height: 76px;
  max-width: 220px;
  object-fit: contain;
  max-height: none;
  margin-top: 33px;
}
.cart,
.mainmenu-area .cart {
  position: relative;
}
.cart .cart-button {
  width: 30px;
  height: 40px;
  color: #393939;
}
.cart a.show-count::after {
  content: attr(data-count);
  background-color: #00a500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  top: -3px;
  right: -2px;
  color: #fff;
  font-size: 12px;
  position: absolute;
}
.nav_side_content .search_option > button {
  position: static;
}
.cart {
  float: left;
}
.mainmenu-area .link_btn .thm-btn {
  padding: 0 20px;
}
.container .owl-theme .owl-nav {
  padding: 0;
}
.overlay-style-one {
  z-index: 1;
}
.single-product-item .img-holder img {
  z-index: 1;
  position: relative;
  object-fit: contain;
}
figure.img-box.text-center img {
  height: 19em;
  object-fit: cover;
  width: 100%;
}
#our-team-img {
  width: 19em;
}
#our-team-img-box {
  width: 100% !important;
}
.text-holder .meta-info .left {
  display: block;
  padding: 15px 0;
}
.default-blog-news,
.large-blog-news {
  box-shadow: rgba(128, 128, 128, 0.32) 0 0 20px 3px !important;
}
.readmore-btn {
  padding: 0 12px !important;
}
.footer-contact-info ul li div.iocn-holder {
  border-width: 0;
}
.footer-contact-info ul li div.iocn-holder span {
  border: 1px dashed var(--primary-color, #fdc716);
  border-radius: 50%;
}
.company,
.company:hover {
  color: #fccd3b;
}
.btn-box {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.post-info {
  padding: 0 10px;
}
.blog-inner,
.single-blog-parent > ul {
  display: flex;
  justify-content: space-between;
}
.single-blog-parent > ul {
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.single-blog-parent > ul > li {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
}
.single-blog-parent > ul > li:hover {
  transition: all ease 0.5s;
  border: 1px solid #4c4c4c;
}
.single-blog-parent > ul > li:hover .blog-footer {
  transition: all ease 0.5s;
  background: #fff;
}
.blog-inner {
  align-items: center;
  padding: 30px;
  height: 150px;
}
.blog-inner ul:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 150px;
  overflow: hidden;
}
.blog-inner ul li:first-child {
  width: 13%;
  height: inherit;
  vertical-align: middle;
  display: inline-block;
  padding: 25px 0;
}
.blog-inner ul li:last-child {
  width: 87%;
  height: inherit;
  vertical-align: middle;
  display: inline-block;
  padding: 25px 0;
}
.post-content p {
  text-transform: none;
}
.post-content-description p br {
  display: none;
}
.post-img {
  width: 95px;
  height: 95px;
  box-sizing: border-box;
  overflow: hidden;
}
.post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  transition: all ease 0.5s;
  padding: 10px 30px;
}
.single-post-blog:hover .blog-footer {
  background: #fff;
  transition: all ease 0.5s;
}
.single-post-blog:hover .post-content p {
  text-decoration: underline;
}
.blog-footer > ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.blog-footer > ul:first-child li {
  padding-right: 5px;
}
.blog-footer > ul li:last-child {
  padding-right: 0;
}
.blog-footer ul li p {
  color: #9b9b9b;
  font-size: 12px;
}
.social-share-links p {
  font-size: 14px;
  color: #9b9b9b;
}
.social-share-links li {
  padding-right: 15px;
}
.social-share-links li:last-child {
  padding-right: 0;
  justify-content: flex-end;
}
.social-share-links li a {
  padding-left: 10px;
}
.social-share-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-share-links li a img {
  width: 14px;
  filter: grayscale(1);
}
.single-blog-parent > ul > li:hover .social-share-links li a img,
.social-color-icons li a img {
  filter: grayscale(0);
}
.bg-gray {
  background: #747474 !important;
}
.bg-gray:hover {
  color: #fff;
}
.bg-gray:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease 0s;
  z-index: -1;
  content: "";
  background-color: var(--primary-color, #fdc716) !important;
  opacity: 0;
  transform: scale(0.5, 1);
}
.bg-gray:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product-tab-box .text-holder {
  margin-top: 10px;
}
.tri:before {
  content: "▸";
  margin: 0 5px;
}
.header-breadcrum {
  margin-bottom: 20px;
}
.header-breadcrum span a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}
.header-breadcrum span a:last-child {
  text-decoration: none;
  cursor: auto;
  font-weight: 500;
}
.blog-detail-post {
  margin-right: 30px;
}
.single-blog-details {
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-bottom: none;
}
.single-blog-img {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.single-blog-img img {
  max-height: 100vh;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
  position: relative;
  z-index: 1;
}
.publish-date ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
  padding-bottom: 20px;
}
.blog-details-description div > p::first-letter {
  text-transform: uppercase;
  font-size: 28px;
}
.blog-details-description {
  padding: 20px 50px 50px;
}
.publish-date ul li p {
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}
.blog-details-description > div:nth-child(2) > p {
  font-size: 14px;
  color: #4a4a4a;
  word-break: break-word;
  white-space: pre-wrap;
  line-height: 20px;
  font-weight: 400;
}
.blog-details-footer {
  display: flex;
  justify-content: flex-end;
  border: 1px solid #d2d2d2;
  padding: 10px 30px;
}
.blog-details-footer ul {
  margin: 0;
}
.post-content-full {
  width: 100% !important;
}
.keywords-setion {
  padding: 30px 0;
}
.keywords-setion h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.keywords-setion ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.keywords-setion > ul > li {
  list-style: none;
}
.keywords-setion > ul > li::before {
  content: "•";
  font-size: 16px;
  color: #4a4a4a;
  padding: 0 4px;
}
.keywords-setion > ul > li:first-child::before {
  content: "";
  padding: 0;
}
.keywords-setion ul li a {
  font-size: 12px;
  color: #4a4a4a;
  text-transform: capitalize;
}
.keywords-setion ul li a:hover {
  color: #ffb900;
  text-decoration: underline;
}
.fb img {
  opacity: 0.6;
}
.li img {
  opacity: 0.7;
}
.pin img {
  opacity: 0.6;
}
.single-blog-parent > ul > li:hover .fb img,
.single-blog-parent > ul > li:hover .li img,
.single-blog-parent > ul > li:hover .pin img {
  opacity: 1;
}
.player {
  overflow: hidden;
  padding-top: 50%;
  position: relative;
  margin-top: 30px;
}
.player iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.floating-button {
  background-color: rgba(56, 56, 56, 0.66);
  transform: rotate(-90deg);
  border-radius: 15px 15px 0 0;
  position: fixed;
  top: 50%;
  color: #fff;
  padding: 17px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.wa-icon {
  transform: rotate(90deg);
}
.floating-right {
  right: 0;
}
.floating-left {
  left: 0;
}
.report-abuse,
.whatsapp-link {
  cursor: pointer;
}
.whatsapp-modal .custom button {
  border-radius: 0;
}
.modal-overlay.custom {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000000;
  border-radius: 0;
}
.arrow-down,
.modal-content.custom {
  position: absolute;
  transform: translate(-50%, -50%);
}
.modal-content.custom {
  top: 40%;
  left: 50%;
  width: 90%;
  max-width: 550px;
  padding: 20px 30px;
  opacity: 0;
  max-height: 90%;
  overflow-y: auto;
}
.modal-content.share-modal.custom {
  max-width: 400px;
}
.modal-content.custom h2 {
  font-size: 2em;
  margin: 5px 0 20px;
  color: #4a4a4a;
  font-weight: 300;
}
.modal-content.share-modal.custom h2 {
  font-size: 1.2em;
}
.modal-content.custom p {
  color: #777;
  line-height: 1.8;
  font-size: 16px;
  white-space: pre-line;
}
.modal-content.custom .formgroup {
  margin: 0 0 15px;
  position: relative;
}
.modal-content.custom textarea {
  margin: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 7px 10px;
  outline: 0;
  color: #4a4a4a;
  resize: none;
}
.modal-content.custom button {
  width: 90px;
  outline: 0;
  background: var(--primary-color, #fdc716);
  color: #fff;
  text-transform: uppercase;
  padding: 13px;
  font-size: 13px;
  margin: 15px auto 0;
}
.modal-content.custom .formgroup button {
  margin-top: 0;
}
.modal-content.custom input {
  background: #fff;
  border: 1px solid #f7f7f7;
  padding: 12px 10px;
  font-size: 14px;
  width: calc(100% - 90px);
  outline: 0;
  color: #4a4a4a;
}
.modal-content.custom span.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  text-shadow: 0 1px 0#fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  line-height: 20px;
  cursor: pointer;
}
.modal-content.custom .message {
  padding: 0 0 10px;
  display: block;
}
.whatsapp-modal h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.report-abuse:hover {
  text-decoration: underline;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
  top: 22px;
  right: 4px;
}
.whatsapp-modal {
  text-align: center;
}
.whatsapp-modal input,
.whatsapp-modal textarea {
  background-color: #fff !important;
  border-radius: 0 !important;
}
.whatsapp-modal .contact-number {
  border: solid 0.8px #f7f7f7;
}
.whatsapp-modal .contact-number #countrycode {
  border: 0;
  background-color: #f7f7f7;
  height: 62px;
  width: 80px;
  padding-left: 4px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  position: relative;
}
.whatsapp-modal .contact-number #countrycode::after {
  content: "▼";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.whatsapp-modal .modal-content input[name="contact-email"] {
  border: 0;
  border-radius: 0;
}
.cart.mb-ui,
.search_option.mb-ui {
  display: none;
}
.row.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .modal-content.custom input {
    width: 100%;
  }
  .modal-content.custom button {
    width: 100%;
    margin-top: 20px;
  }
  .blog-details-footer {
    padding: 10px 20px;
    justify-content: flex-start;
  }
  .blog-footer {
    padding: 10px 20px;
  }
  .blog-details-description {
    padding: 20px 20px 50px;
  }
  .player {
    padding-top: 60%;
  }
}
@media screen and (min-width: 768px) {
  .whatsapp-modal .modal-content input[name="contact-email"] {
    width: calc(100% - 168px);
  }
  .whatsapp-modal .modal-content .modal-submit {
    width: auto;
  }
  .modal-content.custom .formgroup {
    margin: 0 0 15px;
    position: relative;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .whatsapp-modal .contact-number #countrycode {
    width: 26%;
    display: inline-block;
  }
  .modal-content.custom input {
    width: 74%;
    display: inline-block;
  }
  .modal-content.custom button {
    width: 100%;
  }
  .blog-inner ul li:first-child {
    width: 20%;
  }
  .blog-inner ul li:last-child {
    width: 80%;
  }
}
@media only screen and (max-width: 870px) {
  .cart.mb-ui,
  .search_option.mb-ui {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 16px;
  }
  .search_option {
    display: none;
  }
  .search_option.mb-ui {
    top: 26px;
    right: 68px;
    color:#393939 !important;
  }
  .search_option .searchform {
    right: -68px;
  }
}
@media only screen and (min-width: 1200px) {
  .brand-logo .owl-controls {
    right: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .mainmenu-area .link_btn .thm-btn {
    padding: 0 8px;
    font-size: 14px;
  }
  .blog-single-area {
    height: auto;
  }
}
@media all and (min-width: 1024px) {
  .floating-button {
    height: 40px;
    width: 160px;
    margin-right: -60px;
    font-size: 1.1em;
  }
  .wa-icon {
    height: auto;
    width: 1.2em;
  }
}
@media all and (max-width: 1023px) {
  .floating-button {
    height: 40px;
    width: 150px;
    margin-right: -56px;
    font-size: 1em;
  }
  .wa-icon {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (min-height: 700px) {
  .floating-button {
    top: 30% !important;
  }
}
@media screen and (max-width: 425px) {
  .blog-with-sidebar-area .blog-post .single-blog-post {
    margin-bottom: 30px;
  }
  .social-share-links li a img {
    filter: grayscale(0);
    opacity: 1;
  }
  .header-breadcrum {
    margin-left: 20px;
  }
  .social-share-links li {
    width: 100%;
  }
  .social-share-links li a {
    padding-left: 20px;
    margin-top: 5px;
  }
  .social-share-links li a:first-child {
    padding-left: 0;
  }
  .whatsapp-modal .modal-content .modal-submit {
    margin-top: 20px;
  }
  .blog-detail-post {
    margin-right: 0;
  }
  .blog-inner,
  .post-img {
    height: auto;
  }
  .post-img {
    width: 100%;
    margin: 0 auto;
  }
  .blog-inner {
    padding: 20px 20px 30px;
  }
  .blog-inner ul li:first-child {
    width: 100%;
  }
  .blog-inner ul li:last-child {
    width: 100%;
  }
  .post-img {
    margin-bottom: 20px;
  }
}
.padding-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 870px) {
  .mobile-logo-after-scroll {
    width: 107px !important;
    height: 61px !important;
  }
}
@media screen and (max-width: 550px) {
  header .logo img {
    margin-top: 0 !important;
    height: 76px;
    width: 140px;
    max-width: 140px;
  }
  .logo img {
    top: 0;
  }
}
select {
  -webkit-appearance: none;
  appearance: none;
  z-index: 10;
  background: 0 0 !important;
}
#select-wrapper,
select {
  position: relative;
}
#select-wrapper::after {
  content: "▼";
  font-size: 1rem;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 0;
}
.tabproduct .tablabel {
  text-transform: capitalize;
}
.description {
  height: fit-content !important;
}
.team-card {
  display: flex;
  flex-wrap: wrap;
}

/* ENTRY EXIT POPUP STYLING */
.enty-exit-popup-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  font-family: var(--primary-font, sans-serif);
}

.entry-modal-content-wrapper {
  background-color: #fff;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  padding: 36px;
  gap: 20px;
  border-radius: 20px;
  height: auto;
  /* height:340px; */
  transition: height 0.3s ease-in-out;
}
.modal-slide-in {
  animation: slideIn 0.5s forwards;
}
.entry-modal-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.closeEntryExitPopup {
  cursor: pointer;
  margin-top: 6px;
  margin-left: 6px;
}

#entry-modal-title,
#entry-modal-subTitle,
#entry-modal-title-thank-you,
#entry-modal-subTitle-thank-you {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.72px;
  text-align: left;
}
#entry-modal-subTitle,
#entry-modal-subTitle-thank-you {
  color: var(--primary-color);
}
#entry-modal-subTitle{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.entry-modal-content-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  min-height: 50px;
}
.entry-modal-title-image {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.share-number-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.34px;
  text-align: left;
}
.share-number {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contactNumberWrapperEntry,
.thankYouNameDoneWrapperInput {
  display: flex;
  /* height: 46px; */
}
.doneThankYouButton {
  width: 30% !important;
}

#contactNumber {
  border-width: 1px, 0px, 2px, 1px;
  border-style: solid;
  border-color: #c7c7c7;
  border-radius: 10px 0px 0px 10px;
  width: 100% !important;
  height: 100%;
}
#contactQueryTextarea {
  padding: 10px 14px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
  width: 100%;
  height: 90px;
  background: #f8f8f8;
  line-height: 18px !important;
}
.callMeBackButton,
.entry-modal-content-thank-you .doneThankYouButton {
  color: var(--primary-color);
  padding: 14px;
  border-radius: 0px 10px 10px 0px;
  border-bottom: 2px solid var(--secondary-color);
  border: none;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.86px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
#phoneEmailFields {
  display: none;
}
.share-number-message-wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}
.contact-info .custom-requirment,
.contact-info .in-a-hurry-desktop {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #7a7a7a;
}
.contact-info-inner-desktop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-info-inner-mobile {
  display: none;
}

.contact-info .callUsPhoneNumber:hover {
  font-weight: 700;
}
.contact-info #writeToUs:hover {
  font-weight: 700;
}

.contact-info .phone-note-desktop,
.rest-assured-secure {
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 12.6px;
  text-align: left;
  color: #9c9c9c;
  width: max-content;
}
.rest-assured-secure {
  padding-top: 4px;
}
.contact-info a,
.contact-info #writeToUs {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.86px;
  text-align: left;
  color: var(--primary-color);
}
.contact-info #writeToUs {
  text-decoration: underline;
  cursor: pointer;
}
#contact-infoId {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#phoneEmailFields {
  display: none;
  flex-direction: column;
}

#phoneEmailFields .userPhoneNumberWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
#phoneEmailFields .userPhoneNumberWhatsAppCheckBox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: -4px;
  margin-left: 4px;
}
#phoneEmailFields .userPhoneNumberTitle {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.34px;
  text-align: left;
  color: #888888;
}
#phoneEmailFields .userPhoneNumberWhatsApp {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #747474;
}
#phoneEmailFields #userEmailAddress,
#phoneEmailFields #contactNumberInShareMessage,
.thankYouNameDoneWrapperInput #customer-name {
  width: 100%;
  border: 1px solid #dedede;
  padding: 6px 12px;
  border-radius: 10px;
  background: #f8f8f8;
}
.thankYouNameDoneWrapperInput #customer-name {
  border-radius: 10px 0px 0px 10px !important;
}
#phoneEmailFields #contactNumberInShareMessage:focus,
#phoneEmailFields #userEmailAddress:focus,
.thankYouNameDoneWrapperInput #customer-name:focus,
#contactQueryTextarea:focus,
#contactNumber:focus {
  border-width: 2px 2px 3px 2px;
  border-style: solid;
  border-color: #666666 !important;
  caret-color: var(--primary-color);
  background-color: #ffff;
}
#phoneEmailFields .submit-button {
  background: var(--primary-color);
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.86px;
  text-align: center;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
}

.progress-bar-count-down #countdownText {
  /* font-family: Open Sans; */
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #747474;
}
.iti--inline-dropdown {
  width: 100%;
}

.iti__arrow {
  position: absolute;
  right: -1rem;
}
.iti__selected-dial-code {
  margin-left: 0 !important;
  width: 30px !important;
  text-align: right;
}
.iti__search-input {
  margin: 0 !important;
}
.iti__tel-input {
  padding-left: 80px !important;
}
.iti__tel-input::placeholder {
  color: #c2c2c2;
}
#contactNumber .iti {
  display: block !important;
  width: 85% !important;
}
.iti__selected-country {
  font-size: 14px !important;
  line-height: 28px !important;
}

.iti--container {
  z-index: 9999999 !important;
}
.entry-modal-content-thank-you {
  display: none;
  flex-direction: column;
  gap: 8px;
}
@keyframes shakeEntryExitPopUp {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  } /* Reduced distance for smoother effect */
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.shake-animation {
  animation: shakeEntryExitPopUp 0.8s cubic-bezier(0.25, 1, 0.5, 1); /* Slowed down and smoother timing function */
}
.submitError,
.callMeBackSubmitError {
  visibility: hidden;
  font-size: 10px;
  font-weight: 500;
  color: red;
  text-align: right;
}
.callMeBackSubmitError {
  margin-top: -4px;
}

.dynamicCardButtonssvg path {
  stroke: var(--primary-color, #fdc716);
  transition: stroke 0.3s ease; /* Smooth transition for hover effect */
}
.callMeBackButton:hover .dynamicCardButtonssvg path {
  stroke: #ffffff;
}
.callMeBackButton:hover,
#doneThankYouButton:hover {
  color: #ffff;
}
#phoneEmailFields .submit-button:hover {
  color: #ffff;
}

.modal-slide-out {
  animation: slideOut 0.5s forwards;
}
@keyframes slideOut {
  from {
    transform: translateY(0); /* Start at original position */
    opacity: 1; /* Start visible */
  }
  to {
    transform: translateY(100%); /* End below */
    opacity: 0; /* End invisible */
  }
}
/* Keyframe animation for opening */
@keyframes slideIn {
  from {
    transform: translateY(100%); /* Start from below */
    opacity: 0; /* Start invisible */
  }
  to {
    transform: translateY(0); /* End at original position */
    opacity: 1; /* End visible */
  }
}

.no-scroll-over-modal {
  overflow: hidden;
}

#entry-exit-modal-image-wrapper {
  position: relative;
  /* right: 2%; */
  object-fit: cover;
}

#entry-exit-modal-image-wrapper img {
  position: absolute;
  right: 6%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
/* Toast message styling */
.toast-message-entry-exit-popup {
  position: fixed;
  bottom: 5%;
  right: 5%;
  background-color: var(--primary-color, #fdc716);
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
  z-index: 1000000;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* Fade-out effect */
.toast-message-entry-exit-popup.fade-out {
  opacity: 0;
}
.in-a-hurry-desktop {
  display: block;
}
.in-a-hurry-mobile {
  display: none;
}
.callUsNowExit {
  background: var(--primary-color);
  padding: 8px 18px;
  border-radius: 10px;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.86px;
  text-align: center;
  color: #ffff;
  display: flex;
  justify-content: center;
}
.requestCallBackExit {
  color: #ffff;
  padding: 8px !important;
  border-radius: 10px;
  border-bottom: 2px solid var(--secondary-color);
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.86px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  background-color: var(--secondary-color);
}
.titleWithQuestionMark{
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .entry-modal-content-wrapper {
    padding: 24px;
    width: 85%;
  }
  .close {
    top: 16px;
    right: 18px;
  }
  .entry-modal-title-image {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0px;
    gap: 0px;
  }

  .phone-note-desktop {
    display: none;
  }
  .share-number-message-wrapper {
    gap: 8px;
  }
  .phone-note-mobile {
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 12.6px;
    text-align: left;
    color: #7a7a7a;
  }
  .hurryExitContactTitle {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 100%;
  }
  .contact-info .custom-requirment,
  .contact-info .in-a-hurry-mobile {
    font-size: 10px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    gap: 8px;
    color: #7a7a7a;
    align-items: center;
  }
  .in-a-hurry-desktop {
    display: none;
  }
  .in-a-hurry-mobile {
    display: block;
  }
  .contact-info {
    gap: 8px;
  }
  .contactNumberWrapperEntry {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: auto !important;
  }

  #contactNumber {
    display: flex;
    border-radius: 10px;
    height: auto;
    padding: 5px 0px;
  }
  #contact-infoId a,
  #contact-infoId #writeToUs,
  .userPhoneNumberTitle {
    font-size: 10px;
    font-weight: 700;
  }

  .contact-info-inner-desktop {
    display: none;
  }
  .contact-info-inner-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: -4px;
  }
  .share-number-title,
  #phoneEmailFields .userPhoneNumberTitle {
    font-size: 11px;
    font-weight: 600;
  }
  .iti--fullscreen-popup .iti__dropdown-content {
    max-height: 90% !important;
    position: relative !important;
    top: 66px !important;
  }
  .callMeBackButton,
  .requestCallBackExit {
    width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
    border-bottom: 2px solid var(--primary-color);
  }

  .contactNumberWrapperEntry {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #phoneEmailFields .userPhoneNumberWhatsApp {
    font-size: 9px;
    font-weight: 600;
    color: #888888;
  }
  #phoneEmailFields .userPhoneNumberTitle {
    font-size: 11px;
    font-weight: 600;
  }

  #entry-exit-modal-image-wrapper {
    right: -4%;
  }
  .toast-message-entry-exit-popup {
    font-size: 10px;
  }

  #entry-modal-title,
  #entry-modal-subTitle,
  #entry-modal-title-thank-you,
  #entry-modal-subTitle-thank-you {
    font-size: 20px;
    font-weight: 800;
    margin-top: 8px;
  }
  .entry-modal-content {
    gap: 8px;
  }
  #contactQueryTextarea {
    padding: 6px;
    font-size: 12px;
  }

  #contact-infoId {
    align-items: flex-start;
    gap: 8px;
    margin-top: -8px;
  }
  .in-hurry-call-button {
    padding: 4px 8px;
    border-radius: 20px;
    color: #ffff !important;
    text-decoration: none !important;
    background-color: var(--primary-color);
  }
  .write-to-us-button-mobile {
    color: #ffff !important;
    background-color: var(--primary-color);
    padding: 4px 8px;
    border-radius: 20px;
    text-decoration: none !important;
  }
}