/* Custom Styles for Different Device Sizes */

/* Main Color Variable */
:root {
    --main-color: #512c7c;
    --second-color: #2fd696;
    --On-Surface: #121212;
    --color-white: #ffffff;
}

.top-bar-inner .sub-language {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 110%;
    z-index: 99999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: auto;
}

.TailorMadeButton{
    padding: 5px 10px !important;
}

.page-content p{
    color: #64666c !important;
}
.page-content ul, .page-content ol{
    margin: 10px 0;
    color: #64666c !important;
}
.page-content ul li{
    list-style: disc !important;
    margin-left: 20px !important;
}

.page-content ol li{
    list-style: auto !important;
    margin-left: 20px !important;
}

.page-content li::marker {
    color: var(--second-color);
}

.greenLink{
    color: var(--second-color) !important;
}

/* Base Styles (applies to all devices) */
.top-bar{
    background-color: var(--main-color);
}

.TailorMade .tf-btn.color-primary{
      background-image: linear-gradient(-220deg, var(--On-Surface) 50%, var(--second-color) 50%);
      color: var(--On-Surface);
}
.TailorMade .tf-btn.color-primary:hover{

      color: var(--color-white);
}

.language-item-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
.language-item-mobile .icon {
  max-width: 16px;
}
.language-item-mobile .icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.language-item-mobile .name-language {
  line-height: 0;
  color: var(--Secondary);
}
.language-item-mobile .name-language.active {
  color: var(--Primary);
}
.language-item-mobile:hover .name-language {
  color: var(--Primary);
}

.tf-btn.color-primary {
    background-color: var(--main-color);
    /* border-color: var(--main-color); */
}

.text-body-2 p{
  font-size: 18px !important;
  line-height: 28px !important;
}


.page-title{
    position: relative;
    background-image: none !important;
}
.page-title>.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.overview p{
    margin-bottom: 10px !important;
}

.wg-booking .date-booking input,.wg-booking .date-booking textarea
 {
    border: 1px solid var(--Line);
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
}

.tailorMade label{
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
}
.tailorMade label small{
    color: var(--main-color) !important;
    font-weight: 400 !important;
    font-size: medium !important;
}
.tailorMade input, .tailorMade textarea, .tailorMade select
{
    border: 1px solid var(--Line) !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    width: 100% !important;
    line-height: 25px !important;
    font-size: medium !important;
}

.section-featured .line {
    height: 1px;
    width: 100%;
    margin: 50px 0;
    background-color: var(--Line);
}

.oldPrice {
  position: relative;
  opacity: 0.5;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}



.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 64px 64px 64px 0;
    padding-top: 5px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    left: 15px;
    z-index: 100;
}
/* Extra Small Devices (phones, 576px and down) */
@media (max-width: 576px) {
    .tour-type-title{
        color: #000000 !important;
    }
    .TailorMade>a{
        display: none !important;
    }
}

/* Small Devices (landscape phones, 576px to 767px) */
@media (min-width: 577px) and (max-width: 767px) {
    .tour-type-title{
        color: #000000 !important;
    }

}

/* Medium Devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .tour-type-title{
        color: #000000 !important;
    }

}

/* Large Devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
