html {
  font-size: calc(0.5312500000000001rem + 0.5208333333333333vw);
}

@media screen and (max-width: 1920px) {
  html {
    font-size: calc(0.5312499999999998rem + 0.5208333333333335vw);
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: calc(0.6253902185223725rem + 0.41623309053069724vw);
  }
}

@media screen and (max-width: 479px) {
  html {
    font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
  }
}

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
  pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}
.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}
.loader {
  display: flex;
}

@media screen and (max-width: 1366px) {
  .text-size-large {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .text-size-large {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 991px) {
  .hide,
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.margin-0 {
  margin: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}
.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.spacing-clean {
  padding: 0rem !important;
  margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.drop-shadow {
  box-shadow: 7px 6px 20px 0px rgba(0, 0, 0, 0.05),
    27px 24px 36px 0px rgba(0, 0, 0, 0.06),
    60px 53px 48px 0px rgba(0, 0, 0, 0.035),
    107px 95px 57px 0px rgba(0, 0, 0, 0.01);
}

.button {
  box-shadow: 7px 6px 20px 0px rgba(0, 0, 0, 0.1),
    27px 24px 36px 0px rgba(0, 0, 0, 0.12),
    60px 53px 48px 0px rgba(0, 0, 0, 0.07),
    107px 95px 57px 0px rgba(0, 0, 0, 0.02);
}

.image-square {
  aspect-ratio: 1/1;
}

.hyphens {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual;
}

/* removing scroll bar(vertical) */
::-webkit-scrollbar {
  display: none;
}

.sticky_image-wrapper {
  height: calc(100vh - 2.5rem);
}

@media screen and (max-width: 991px) {
  .card_subhero {
    aspect-ratio: 16/9;
  }
}

@media screen and (max-width: 479px) {
  .card_subhero {
    aspect-ratio: 1/1;
  }
}


.floating-wpp {
  position: fixed;
  z-index: 99999999999999;
  bottom: 15px;
  left: 15px;
  font-family: "Open sans";
  font-size: 14px;
  transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  background-image: url(../image/whatsapp.svg);
  background-position: center;
  background-size: 180%;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
  transition: box-shadow 0.2s;
  cursor: pointer;
}

.floating-wpp {
  position: fixed;
  z-index: 99999999999999;
  bottom: 15px;
  left: 15px;
  font-family: "Open sans";
  font-size: 14px;
  transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-popup.active {
  padding: 0 12px 12px 12px;
  width: 260px;
  height: auto;
}

.floating-wpp .floating-wpp-popup {
  border-radius: 6px;
  background-color: #e5ddd5;
  position: absolute;
  overflow: hidden;
  padding: 0;
  box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
  width: 0;
  height: 0;
  bottom: 82px;
  transition: width 0.2s, height 0.2s, padding 0.2s;
  transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
  text-align: right;
  color: white;
  margin: 0 -15px 10px -15px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
  opacity: 1;
  transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
  background-color: white;
  padding: 8px;
  border-radius: 0 5px 5px 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-input-message {
  background-color: white;
  margin: 10px -15px -15px -15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  padding: 8px;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
}

.floating-wpp .floating-wpp-btn-send {
  margin-left: 12px;
  font-size: 0;
  cursor: pointer;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hdfltslide .right-sec .textsec h3 {
  color: #000 !important;
}
.track-horizontal {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 30s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}



.search-component {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.2rem;
  padding-bottom: 1.0rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}


.search-burger-wrapper {
  z-index: 3;
  width: 7rem;
  height: 3rem;
  background: #b5b5a7;
  color: var(--black);
  justify-content: center;
  align-items: center;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}
.search-burger-icon {
  width: 1.5rem;
  line-height: 0;
}
#inputWrapper {
    height: 100%;
    position: relative;
}
.search-holder {
    background-color: #f0f0f0;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    margin: 0;
    /* padding: 0px 7px 0px 20px; */
}
.search-holder form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
}
.header .popover.type-selector {
    margin-right: 20px;
}
.header .popover {
    position: relative;
    margin-right: 10px;
}
.popover {
    display: inline-block;
}
.popover .popover-container {
    position: relative;
    display: inline-block;
}
.search-holder .awesomplete, .search-holder input[type=search] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.search-holder input[type=search] {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    white-space: nowrap;
    height: 44px;
    line-height: 44px;
    z-index: auto;
    width: 456px;
    padding: 12px;
}
.search-holder button {
  background-size: cover;
  background-position: center;
  width: 44px; /* Reduced width */
  height: 39px;  /* Reduced height */
  color: white;
  font-size: 1rem; /* Smaller font size */
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  margin-top:  5px;
}
.searh-button-icon {
  background-image: url(../image/icons8-search-50.png);
  width: 64px;
  height: 64px;
}