/* _content/AffordableLuxuryTravel.Web/Pages/400/Index.cshtml.rz.scp.css */
.content[b-nem77ccj6r] {
    display: block;
    grid-template-columns: 270px auto;
    column-gap: 4vw;
    text-align: left;
}
.content[b-nem77ccj6r]::before {
    height: 500px;
    width: 100vw;
}
.header-top[b-nem77ccj6r] {
    margin-bottom: 25px;
}
a[b-nem77ccj6r] {
    text-decoration: underline; 
}
/*header#header-custom {
    background: linear-gradient(90deg, rgba(21,47,106,1) 0%, rgba(47,118,174,1) 55%, rgba(63,161,216,1) 100%);
}*/
.title-header[b-nem77ccj6r] {
    padding-top: 200px;
    text-align: center;
    color: var(--web-white);
    padding-bottom: 200px;
}
    .title-header h1[b-nem77ccj6r] {
        color: var(--web-white);
        font-size:30px;
        font-weight:500;
        margin-bottom:20px;
    }
    .title-header p[b-nem77ccj6r] {
        color: var(--web-white);
        text-align:center;
    }
/* _content/AffordableLuxuryTravel.Web/Pages/404/Index.cshtml.rz.scp.css */
.content[b-4gsyqs6tr1] {
    display: block;
    grid-template-columns: 270px auto;
    column-gap: 4vw;
    text-align: left;
}
.content[b-4gsyqs6tr1]::before {
    height: 500px;
    width: 100vw;
}
.header-top[b-4gsyqs6tr1] {
    margin-bottom: 25px;
}
a[b-4gsyqs6tr1] {
    text-decoration: underline; 
}
/*header#header-custom {
    background: linear-gradient(90deg, rgba(21,47,106,1) 0%, rgba(47,118,174,1) 55%, rgba(63,161,216,1) 100%);
}*/
.title-header[b-4gsyqs6tr1] {
    padding-top: 200px;
    text-align: center;
    color: var(--web-white);
    padding-bottom: 200px;
}
    .title-header h1[b-4gsyqs6tr1] {
        color: var(--web-white);
        font-size:30px;
        font-weight:500;
        margin-bottom:20px;
    }
    .title-header p[b-4gsyqs6tr1] {
        color: var(--web-white);
        text-align:center;
    }
/* _content/AffordableLuxuryTravel.Web/Pages/500/Index.cshtml.rz.scp.css */
.content[b-zqsumqoegc] {
    display: block;
    grid-template-columns: 270px auto;
    column-gap: 4vw;
    text-align: left;
}
.content[b-zqsumqoegc]::before {
    height: 500px;
    width: 100vw;
}
.header-top[b-zqsumqoegc] {
    margin-bottom: 25px;
}
a[b-zqsumqoegc] {
    text-decoration: underline; 
}
/*header#header-custom {
    background: linear-gradient(90deg, rgba(21,47,106,1) 0%, rgba(47,118,174,1) 55%, rgba(63,161,216,1) 100%);
}*/
.title-header[b-zqsumqoegc] {
    padding-top: 200px;
    text-align: center;
    color: var(--web-white);
    padding-bottom: 200px;
}
    .title-header h1[b-zqsumqoegc] {
        color: var(--web-white);
        font-size:30px;
        font-weight:500;
        margin-bottom:20px;
    }
    .title-header p[b-zqsumqoegc] {
        color: var(--web-white);
        text-align:center;
    }
/* _content/AffordableLuxuryTravel.Web/Pages/about-us/Partials/_AboutUsSummary.cshtml.rz.scp.css */
.summary[b-vhaoct79zy] {
  display: flex;
  width: 100%;
  gap: 26px;
  padding: 50px 15px;
  justify-content: center;
}

.summary > div[b-vhaoct79zy] {
  display: flex;
  flex: 1;
  gap: 26px;
  max-width: 315px;
}

.summary > div .icon-div[b-vhaoct79zy] {
  display: flex;
}

.summary > div .icon-div .icon[b-vhaoct79zy] {
  background-color: var(--primary);
  width: 77px;
}

.summary > div .details h3[b-vhaoct79zy] {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  color: var(--primary);
  text-align: left;
}

.summary > div .details p[b-vhaoct79zy] {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .content[b-vhaoct79zy] {
    max-width: unset;
  }
}

@media screen and (max-width: 1024px) {
  .summary[b-vhaoct79zy] {
    flex-wrap: wrap;
  }
  .summary > div[b-vhaoct79zy] {
    min-width: 48%;
  }
  .summary > div .icon-div .icon[b-vhaoct79zy] {
    width: 52px;
  }
}

@media screen and (max-width: 700px) {
  .summary[b-vhaoct79zy] {
    width: 300px;
    margin: auto;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/about-us/Partials/_AccordionList.cshtml.rz.scp.css */
section[b-tiuyim09lh] {
  padding-top: 60px;
}

.accordion-button[b-tiuyim09lh] {
  display: flex;
  width: 100%;
  border: none;
  background: var(--primary-50);
  margin-bottom: 20px;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  box-shadow: 0px 2.63px 5.26px 0px #00000026;
  padding: 9px 24px;
  border-radius: 14px;
  cursor: pointer;
}
.accordion-button > .flex[b-tiuyim09lh] {
  display: flex;
  gap: 10px;
  align-items: center;
}

.accordion-button > .flex .icon-div[b-tiuyim09lh] {
  width: 62px;
  height: 62px;
  background: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.accordion-button > .flex .icon-div .icon[b-tiuyim09lh] {
  background-color: var(--web-white);
  width: 37px;
}

.accordion-button:hover[b-tiuyim09lh] {
  background-color: var(--primary);
  h4 {
    color: var(--web-white);
  }
  .icon.accordion-icon[b-tiuyim09lh] {
    background-color: var(--web-white);
  }
  > .flex .icon-div[b-tiuyim09lh] {
    background-color: var(--web-white);
  }
  > .flex .icon-div .icon[b-tiuyim09lh] {
    background-color: var(--primary);
  }
}
.accordion-content[b-tiuyim09lh] {
  text-align: left;
  margin: 0 20px 30px 20px;
  border-left: 2px solid var(--primary);
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.icon.accordion-icon[b-tiuyim09lh] {
  zoom: 200%;
}
@media (max-width: 1024px) {
  .accordion-button[b-tiuyim09lh] {
    font-size: 23.44px;
    font-weight: 600;
    line-height: 35.16px;
  }
  .accordion-content[b-tiuyim09lh] {
    font-size: 13.39px;
    font-weight: 400;
    line-height: 20.09px;
  }
  .accordion-button > .flex .icon-div[b-tiuyim09lh] {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 768px) {
  .accordion-button[b-tiuyim09lh] {
    font-family: Poppins;
    font-size: 20.09px;
    font-weight: 600;
    line-height: 30.13px;
  }
  .accordion-content[b-tiuyim09lh] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .icon.accordion-icon[b-tiuyim09lh] {
    zoom: 150%;
  }
  button[b-tiuyim09lh] {
    font-size: 1.1rem;
  }
  .accordion-button > .flex .icon-div[b-tiuyim09lh] {
    width: 44.48px;
    height: 44.48px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/about-us/Partials/_HOLMessage.cshtml.rz.scp.css */
section#message-from-patric[b-s0i27yy7da] {
  background: var(--primary-gradient);
  text-align: justify;
  display: flex;
  justify-content: center;
}
.message[b-s0i27yy7da] {
  width: min(1000px, 80%);
}
.message .image[b-s0i27yy7da] {
  height: 222px;
  text-align: center;
}
.message p[b-s0i27yy7da] {
  font-size: 18px;
  font-weight: 200;
  line-height: 34px;
  color: var(--primary-white);
  margin-bottom: 16px;
}

.message p:last-child[b-s0i27yy7da] {
  margin-bottom: 0;
}

.message h4[b-s0i27yy7da] {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: var(--primary-white);
  margin-top: 2em;
  text-align: center;
}


@media screen and (max-width: 1280px) {
  .message .image[b-s0i27yy7da] {
    min-width: 420px;
  }
}

@media screen and (max-width: 1024px) {
  .message p[b-s0i27yy7da],
  .message h4[b-s0i27yy7da] {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .message p[b-s0i27yy7da],
  .message h4[b-s0i27yy7da] {
    font-size: 16px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/about-us/Partials/_IconHeaderList.cshtml.rz.scp.css */
#icon-header-list .icon-list[b-4j0sedmsn6] {
    list-style: none;
    text-align: left;
}

#icon-header-list .icon-item[b-4j0sedmsn6] {
    padding: 1em 1em;
    position: relative;
}
#icon-header-list .icon-item h3[b-4j0sedmsn6] {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.5em;
    display: inline;
}

#icon-header-list .icon-item p[b-4j0sedmsn6] {
    line-height: 1.5;
    display: inline;
    font-weight: 300;
}

#icon-header-list p[b-4j0sedmsn6] {
    font-size: 1em;
    line-height: 1.6;
}
/* _content/AffordableLuxuryTravel.Web/Pages/about-us/Partials/_OurStory.cshtml.rz.scp.css */
.title[b-bxd7h9l8sb] {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: var(--primary-black);
  text-align: center;
  position: relative;
  display: inline-block;
  background: var(--web-white);
  padding: 0 20px;
}

.title-section[b-bxd7h9l8sb] {
  text-align: center;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.title-section[b-bxd7h9l8sb]:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--primary);
  top: 50%;
  position: absolute;
}

.timeline[b-bxd7h9l8sb] {
  position: relative;
  margin: 0 auto;
}

.container[b-bxd7h9l8sb] {
  padding: 10px 80px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-top: 70px;
}

.left[b-bxd7h9l8sb] {
  left: 0;
  padding: 0 155px 0 0;
}

.right[b-bxd7h9l8sb] {
  left: 50%;
  padding: 0 0 0 155px;
}

.right[b-bxd7h9l8sb]::after {
  left: -16px;
}

.year[b-bxd7h9l8sb] {
  color: white;
  background: var(--primary-gradient);
  background: linear-gradient(95.48deg, #132a65 0.16%, #45b1e8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.left .year[b-bxd7h9l8sb] {
  right: -45px;
}

.right .year[b-bxd7h9l8sb] {
  left: -45px;
}

.timeline-content[b-bxd7h9l8sb] {
  padding: 20px 30px;
  background-color: var(--primary-50);
  border-radius: 6px;
}

.timeline-content p[b-bxd7h9l8sb] {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: var(--dark-blue);
}

.connected-line[b-bxd7h9l8sb] {
  position: absolute;
  border-top: 1px dashed var(--dark-blue);
  width: 155px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
}

.left .connected-line[b-bxd7h9l8sb] {
  right: 0;
}

.right .connected-line[b-bxd7h9l8sb] {
  left: 0;
}

@media screen and (min-width: 768px) {
  .timeline[b-bxd7h9l8sb]::after {
    content: "";
    position: absolute;
    border-right: 1px dashed var(--dark-blue);
    top: 0;
    bottom: 0;
    left: 50%;
  }
}

@media screen and (min-width: 1250px) {
  .our-story .content[b-bxd7h9l8sb] {
    max-width: 100%;
    padding: 0 140px 60px 140px;
  }
}

@media screen and (max-width: 1250px) {
  .our-story .content[b-bxd7h9l8sb] {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .timeline-content[b-bxd7h9l8sb] {
    border-radius: 20px;
  }

  .timeline-content p[b-bxd7h9l8sb] {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .year[b-bxd7h9l8sb] {
    width: 58.87px;
    height: 58.87px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .left .year[b-bxd7h9l8sb] {
    right: -30px;
  }

  .right .year[b-bxd7h9l8sb] {
    left: -30px;
  }
  .timeline[b-bxd7h9l8sb] {
    padding-top: 35px;
  }
  .container[b-bxd7h9l8sb] {
    margin-top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .timeline[b-bxd7h9l8sb] {
    padding-top: 0;
  }
  .container[b-bxd7h9l8sb] {
    margin-top: 0;
  }
  .timeline-content[b-bxd7h9l8sb] {
    margin-top: 68px;
  }

  .right[b-bxd7h9l8sb] {
    left: 0;
  }

  .left .year[b-bxd7h9l8sb],
  .right .year[b-bxd7h9l8sb] {
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: unset;
  }

  .timeline[b-bxd7h9l8sb]::after {
    left: 31px;
  }

  .container[b-bxd7h9l8sb] {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container[b-bxd7h9l8sb]::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .connected-line[b-bxd7h9l8sb] {
    display: none;
  }

  .left .right[b-bxd7h9l8sb] {
    padding: 15px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/about-us/Partials/_Security.cshtml.rz.scp.css */
.image-list[b-tero52a14h] {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
p[b-tero52a14h] {
    text-align: justify;
}
.image-list div[b-tero52a14h] {
    text-align: center;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-list div:hover[b-tero52a14h] {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.image-list div img[b-tero52a14h]{
    max-width: 130px;
}

#financial-security .image-list[b-tero52a14h]{
    max-width: 700px;
    margin: auto;
}


#financial-security .image-list div img[b-tero52a14h]{
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .image-list div[b-tero52a14h] {
        flex: 1 1 calc(50% - 2em);
        max-width: calc(50% - 2em);
    }
}

@media screen and (max-width: 480px) {
    .image-list div[b-tero52a14h] {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Components/MegaMenu/Default.cshtml.rz.scp.css */
/* ========== BASE STYLES ========== */
.main-menu[b-thr2i2yuo5],
.submenu[b-thr2i2yuo5] {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.main-menu > li[b-thr2i2yuo5] {
    margin-bottom: 10px;
}

.main-menu-wrapper[b-thr2i2yuo5] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main-menu-wrapper .chevron-up-icon[b-thr2i2yuo5] {
    transform: rotate(180deg) !important;
    background: white;
}

.main-menu-link[b-thr2i2yuo5] {
    color: white;
    text-decoration: none;
    padding: 6px 10px;
    cursor: pointer;
    flex: 1;
}
.view-page-highlight[b-thr2i2yuo5] {
    color: #FFFFFF !important;
}
@media (min-width: 1200px) {
    .has-submenu:hover > .main-menu-wrapper > .main-menu-link[b-thr2i2yuo5] {
        color: white !important;
        font-weight: 700;
    }

    .submenu-item:hover > .submenu-wrapper > a[b-thr2i2yuo5] {
        color: white !important;
        font-weight: 700;
    }
}

@media (max-width: 1199.98px) {
    .has-submenu.submenu-open > .main-menu-wrapper > .main-menu-link[b-thr2i2yuo5] {
        color: white !important;
        font-weight: 700;
    }

    .submenu-item.submenu-open > .submenu-wrapper > a[b-thr2i2yuo5] {
        color: white !important;
        font-weight: 700;
    }
}

.arrow-right[b-thr2i2yuo5] {
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.submenu-wrapper[b-thr2i2yuo5] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 15px);
    padding-right: 15px;
}

.submenu-item.has-submenu .submenu-wrapper[b-thr2i2yuo5] {
    padding-right: 0;
}

.submenu-wrapper-bg.level-1[b-thr2i2yuo5] {
    position: absolute;
    top: 100%;
    left: 30%;
    display: none;
    min-width: 200px;
    z-index: 9999;
    border-radius: 20px;
    transition: border-radius 0.2s ease;
    background-color: #2d2d2de8;
    backdrop-filter: blur(3px);
    padding: 15px 0;
}


.submenu[b-thr2i2yuo5] {
    display: block;
    padding: 5px 0 0 15px;
    color: #BEBEBE;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent; 
}

    .submenu a[b-thr2i2yuo5] {
        color: #BEBEBE;
        text-decoration: none;
        padding: 4px 20px 4px 6px;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        flex: 1;
        white-space: nowrap;
        transition: font-weight 0.1s ease, color 0.1s ease;
    }

.submenu a:hover[b-thr2i2yuo5] {
    color: #FFF;
    font-weight: 700;
}

.submenu .highlight > a[b-thr2i2yuo5] {
    font-weight: bold;
    color: white;
    background-color: #444;
    padding-left: 8px;
    border-radius: 4px;
}

.submenu-item .chevron-right-icon[b-thr2i2yuo5]::before {
    background-color: #BEBEBE;
    font-weight: normal;
}

.submenu-item:hover .chevron-right-icon[b-thr2i2yuo5]::before {
    background-color: #FFF;
    font-weight: 700;
}

.chevron-right-icon[b-thr2i2yuo5] {
    background-color: #BEBEBE;
}


.submenu.level-2[b-thr2i2yuo5],
.submenu.level-3[b-thr2i2yuo5],
.submenu.level-4[b-thr2i2yuo5] {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    min-width: 200px;
    padding: 25px 0 0 15px;
    z-index: 9999;
    border-radius: 0 20px 20px 0;
    transition: border-radius 0.2s ease;
    background-color: #2d2d2de8;
}

@media (min-width: 1200px) {
    .has-submenu:hover > .submenu-wrapper-bg.level-1[b-thr2i2yuo5],
    .submenu-wrapper-bg.level-1:hover[b-thr2i2yuo5] {
        display: block !important;
    }

    .submenu-item:hover > .submenu[b-thr2i2yuo5],
    .submenu:hover[b-thr2i2yuo5] {
        display: block !important;
    }
    .has-submenu:hover > .submenu-wrapper-bg.level-1:has(.submenu-item.has-submenu:hover)[b-thr2i2yuo5] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .submenu-item:hover > .submenu.level-2[b-thr2i2yuo5] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .submenu-item:hover > .submenu.level-2:not(:has(.submenu-item.has-submenu:hover))[b-thr2i2yuo5] {
        border-radius: 0 20px 20px 0;
    }

    .submenu-item:hover > .submenu.level-3:not(:has(.submenu-item:hover))[b-thr2i2yuo5] {
        border-radius: 0 20px 20px 0;
    }
}

.submenu.level-1 > li[b-thr2i2yuo5] {
    padding: 6px 0 0 0;
}

    .submenu.level-1 > li > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-2 > li > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-3 > li > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-4 > li > .submenu-wrapper[b-thr2i2yuo5] 
    {
        border-bottom: 1px solid rgb(255 255 255 / 32%)!important;
        padding-bottom: 6px;
    }

    .submenu.level-1 > li:last-child > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-2 > li:last-child > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-3 > li:last-child > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-4 > li:last-child > .submenu-wrapper[b-thr2i2yuo5] {
        border-bottom: none !important;
        padding-bottom: 0;
    }

.main-ui[b-thr2i2yuo5],
.level-2[b-thr2i2yuo5],
.level-3[b-thr2i2yuo5],
.level-4[b-thr2i2yuo5] {
    height: auto;
}

span.icon.chevron-right-icon.arrow-right[b-thr2i2yuo5] {
    min-width: 16px;
}

.submenu.level-1 > li:last-child[b-thr2i2yuo5] {
    padding-bottom: 10px;
}

@media (max-width: 1199.98px) {
    ul#nav-links[b-thr2i2yuo5] {
        -webkit-tap-highlight-color: transparent!important;
    }
    .nav-links li[b-thr2i2yuo5] {
        height: auto !important;
    }
        
    .mega-menu-header[b-thr2i2yuo5] {
        display: block;
        height: auto !important;
    }

    .main-menu-wrapper[b-thr2i2yuo5]{
        padding: 7px 0 !important;
    }

    .mega-menu-header.submenu-open .main-menu-wrapper[b-thr2i2yuo5]{
        background: #2D2D2D99 !important;
    }

    /* Show mobile toggle arrows */
    .mobile-toggle[b-thr2i2yuo5] {
        display: block !important;
        padding: 8px;
        cursor: pointer;
        user-select: none;
    }

    .submenu-wrapper-bg.level-1[b-thr2i2yuo5] {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border-radius: 10px;
        background: transparent !important;
        backdrop-filter: unset;
        z-index: 1000;
        min-height: auto;
        padding: 0;
    }

    .submenu.level-1[b-thr2i2yuo5] {
        padding: 10px;
        font-size: 14px !important;
    }

    .submenu.level-1 > li[b-thr2i2yuo5] {
        width: 300px;
        margin: auto;
    }

    .main-menu-link[b-thr2i2yuo5] {
        width: auto;
        flex: unset;
    }

    .submenu.level-2[b-thr2i2yuo5],
    .submenu.level-3[b-thr2i2yuo5],
    .submenu.level-4[b-thr2i2yuo5] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: none;
        width: 100%;
        margin: 5px 0 0 0;
        padding: 10px 0 10px 20px;
        background: transparent !important;
        backdrop-filter: unset !important;
        border-radius: 8px;
        font-size: 14px !important;
        min-width: auto;
        min-height: auto;
    }

    .submenu.level-3[b-thr2i2yuo5] {
        padding-left: 0;
        margin-left: 20px;
        border-left: 2px solid #fff;
        border-radius: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .submenu.level-4[b-thr2i2yuo5] {
        padding-left: 40px;
    }

    .submenu a[b-thr2i2yuo5] {
        padding: 8px 10px !important;
        font-size: 14px !important;
        flex: unset;
    }

    .submenu a:last-child[b-thr2i2yuo5] {
        border-bottom: none;
    }

    span.icon.chevron-right-icon.arrow-right[b-thr2i2yuo5] {
        /*width: 9px;*/
        transform: rotate(90deg);
    }

    .submenu > li[b-thr2i2yuo5] {
        padding: 2px 0;
        border-bottom: none;
    }

    .has-submenu:hover > .submenu-wrapper-bg[b-thr2i2yuo5],
    .submenu-item:hover > .submenu[b-thr2i2yuo5] {
        display: none;
    }

    .submenu-wrapper[b-thr2i2yuo5] {
        justify-content: space-between;
    }

    .submenu.level-1 > .submenu-wrapper[b-thr2i2yuo5] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .submenu.level-2 > li > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-3 > li > .submenu-wrapper[b-thr2i2yuo5],
    .submenu.level-4 > li > .submenu-wrapper[b-thr2i2yuo5] {
        border-bottom: none!important;
        padding-bottom: 2px!important;
    }
  
}
/* _content/AffordableLuxuryTravel.Web/Pages/Components/TopHolidays/Default.cshtml.rz.scp.css */
.swiper-button[b-tzxb98qmdl] {
    background: var(--primary);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.swiper-button.prev[b-tzxb98qmdl] {
    left: -17px;
    filter: none;
    z-index: 26;
}

.swiper-button.next[b-tzxb98qmdl] {
    right: -17px;
    filter: none;
    z-index: 26;
}

.section-header[b-tzxb98qmdl] {
    display: flex;
    align-items: center;
    gap: 0 6px;
    font-size: 28px;
}

span.icon.top-holiday[b-tzxb98qmdl] {
    width: 45px;
}

#holiday-slider_box[b-tzxb98qmdl] {
    position: relative;
    --after-opacity: 1;
    --before-opacity: 1;
}

#holiday-slider_box[b-tzxb98qmdl]::after {
    background: rgb(248, 248, 248);
    background: -moz-linear-gradient(90deg, rgba(248, 248, 248, 0) 0%,  var(--web-white) 96%);
    background: -webkit-linear-gradient(90deg, rgba(248, 248, 248, 0) 0%,  var(--web-white) 96%);
    background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, var(--web-white) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: var(--after-opacity);
    pointer-events: none;
}

#holiday-slider_box[b-tzxb98qmdl]::before {
    background: rgb(248, 248, 248);
    background: -moz-linear-gradient(90deg, var(--web-white) 7%, rgba(248, 248, 248, 0) 100%);
    background: -webkit-linear-gradient(90deg, var(--web-white) 7%, rgba(248, 248, 248, 0) 100%); 
    background: linear-gradient(90deg, var(--web-white) 7%, rgba(248, 248, 248, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: var(--before-opacity);
    pointer-events: none;
}
@media (max-width: 800px){
    #holiday-slider_box[b-tzxb98qmdl] {
        --after-opacity: 0 !important;
        --before-opacity: 0 !important;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Components/TopHolidays/Partials/_HolidaySlide.cshtml.rz.scp.css */
a[b-h7fnjnad6a] {
    display: block;
    height: 396px;
    color: var(--web-white);
    border-radius: 1em;
    position: relative;
    overflow: hidden;
}

.swiper-slide[b-h7fnjnad6a] {
    width: 310px;
}

img[b-h7fnjnad6a] {
    display: block;
    position: absolute;
    height: 100%;
    border-radius: 1em;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.old-price[b-h7fnjnad6a] {
    color: #C8C9CA;
    display: block;
    text-align: right;
    padding-right: 27px;
    font-size: 12px;
    margin: 0 0 -5px 0;
}

.holiday-tile .bottom h3[b-h7fnjnad6a] {
    padding: 0px;
    border: 0px;
}

.dark-gradient img[b-h7fnjnad6a] {
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.discount[b-h7fnjnad6a] {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--secondary);
    padding: 5px 8px;
    align-items: center;
    gap: 4px;
    color: var(--primary-black);
    font-size: 12px;
    font-weight: 400;
}

.pricing[b-h7fnjnad6a] {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 19px;
    font-weight: 500;
}

.discount .price[b-h7fnjnad6a] {
    font-weight: 700;
}

.price-text[b-h7fnjnad6a] {
    font-size: 0.7em;
}

.bottom[b-h7fnjnad6a] {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: start;
    padding: 0 10px;
}

.span.clock-icon[b-h7fnjnad6a] {
    margin-right: 5px;
}

.nights[b-h7fnjnad6a] {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    gap: 0 5px;
    font-weight: 500;
    font-size: 14px;
    font-family: Poppins;
}

h3[b-h7fnjnad6a] {
    color: var(--web-white);
    border-bottom: 1px solid var(--web-white);
    padding-bottom: 3px;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.2em;
}

h2[b-h7fnjnad6a] {
    color: var(--web-white);
    font-size: 19px;
    font-weight: 400;
}

.button[b-h7fnjnad6a] {
    transition: 0.5s;
    color: #0f2131;
    background: var(--web-white);
    border: 1px solid var(--web-white);
    margin: 30px auto 0;
    width: fit-content;
}

    .button:hover[b-h7fnjnad6a] {
        background: rgba(0, 0, 0, 10%);
        color: var(--web-white);
    }

        .button:hover .icon.arrow-right-icon[b-h7fnjnad6a] {
            background-color: var(--web-white);
        }

.icon.arrow-right-icon[b-h7fnjnad6a] {
    transition: 0.5s;
}

#top-holidays .swiper-button[b-h7fnjnad6a] {
    background: var(--primary);
    height: 40px;
    width: 40px;
    border-radius: 500%;
}

@media screen and (min-width: 1025px){
    a:hover img[b-h7fnjnad6a]{
        scale: 1.2;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Components/TopTours/Default.cshtml.rz.scp.css */
h2.section-header[b-125qsxe08f] {
    border-top: 1px solid var(--grey-line);
    padding-top: 40px;
}

.swiper-button[b-125qsxe08f] {
    background: var(--primary);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    top: 155px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.swiper-button.prev[b-125qsxe08f] {
    left: -17px;
    filter: none;
    z-index: 26;
}

.swiper-button.next[b-125qsxe08f] {
    right: -17px;
    filter: none;
    z-index: 26;
}

main section[b-125qsxe08f] {
    padding-bottom: 0px;
    padding-top: 0px;
}

.section-header[b-125qsxe08f] {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

span.icon.top-tour[b-125qsxe08f] {
    width: 45px;
    height: 40px;
}

#tour-slider_box[b-125qsxe08f] {
    position: relative;
    --after-opacity: 1;
    --before-opacity: 1;
}

#tour-slider_box[b-125qsxe08f]::after {
    background: rgb(248, 248, 248);
    background: -moz-linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, var(--web-white) 96%);
    background: -webkit-linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, var(--web-white) 96%);
    background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, var(--web-white) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    content: "";
    width: 100px;
    height: 314px;
    right: -1px;
    top: 0;
    z-index: 10;
    opacity: var(--after-opacity);
    pointer-events: none;
}

#tour-slider_box[b-125qsxe08f]::before {
    background: rgb(248, 248, 248);
    background: -moz-linear-gradient(90deg, var(--web-white) 7%, rgba(248, 248, 248, 0) 100%);
    background: -webkit-linear-gradient(90deg, var(--web-white) 7%, rgba(248, 248, 248, 0) 100%);
    background: linear-gradient(90deg, var(--web-white) 7%, rgba(248, 248, 248, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    content: "";
    width: 100px;
    height: 313px;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: var(--before-opacity);
    pointer-events: none;
}

@media (max-width: 800px){
    #tour-slider_box[b-125qsxe08f] {
        --after-opacity: 0 !important;
        --before-opacity: 0 !important;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Components/TopTours/Partials/_TourSlide.cshtml.rz.scp.css */
a[b-t7k7vq4546] {
    display: block;
    box-shadow: 0 3px 8px rgba(15, 33, 49, 0.16);
}
img[b-t7k7vq4546] {
    display: block;
    height: 313px;
    width: 310px;
}
.swiper-slide[b-t7k7vq4546] {
    width: 310px !important;
}
.middle-text[b-t7k7vq4546] {
    color: var(--web-white);
    transform: translateY(-50%);
}
.slider-bottom-btn[b-t7k7vq4546] {
    text-align: center;
    padding: 0px 0 0 0;
}
.discount[b-t7k7vq4546] {
    position: absolute;
    top: 20px;
    display: inline-flex;
    background: var(--secondary);
    padding: 5px 8px;
    align-items: center;
    gap: 4px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    left: 20px;
    border-radius: 10px;
}
.pricing[b-t7k7vq4546] {
    font-size: 22px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-weight:500;
}
.price-text[b-t7k7vq4546] {
    font-size: 18px;
}
.bottom[b-t7k7vq4546] {
    padding: 10px 0px 10px 0px;
    text-align: left;
    bottom: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.nights[b-t7k7vq4546] {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.nights[b-t7k7vq4546]:after {
    display:none;
}
.icon.clock-icon[b-t7k7vq4546] {
    zoom: 75%;
    margin-right: 5px;
}
h3[b-t7k7vq4546] {
    font-size: 20px;
    font-weight: 500;
}
.button[b-t7k7vq4546] {
    margin-top: 20px;
}
.price:first-child[b-t7k7vq4546] {
    border-radius: 10px 10px 10px 10px;
}
.tour-tile[b-t7k7vq4546] {
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tour-tile img[b-t7k7vq4546] {
    transition: all 0.5s ease-in-out;
}

.tour-tile .image-container[b-t7k7vq4546] {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    min-height: 313px;
}

span.price[b-t7k7vq4546], span.price-text[b-t7k7vq4546] {
    font-weight: 700;
}
.cities[b-t7k7vq4546] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
    .cities li[b-t7k7vq4546] {
        position: relative !important;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        margin-right: 12px;
    }
        .cities li:not(:first-child)[b-t7k7vq4546]:before {
            position: absolute;
            left: -5px;
            content: '';
            width: 2px;
            height: 2px;
            background: #555;
            border-radius: 2px;
            top: 50%;
            transform: translateY(-50%);
        }

/* Leftmost element (first visible on the left) */
.swiper .swiper-slide.swiper-slide-prev[b-t7k7vq4546] {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}

/* Rightmost element (first visible on the right) */
.swiper .swiper-slide.swiper-slide-next[b-t7k7vq4546] {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}

.pp[b-t7k7vq4546]:after {
    font-weight: 400 !important;
}

@media screen and (min-width: 1025px){
    .tour-tile:hover img[b-t7k7vq4546] {
        scale: 1.2;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/contact-us/Partials/_ContactDetails.cshtml.rz.scp.css */
.contact-details[b-siqn6fbbyv] {
  padding: 60px 0 0 60px;
  display: flex;
  gap: 30px;
}

.card[b-siqn6fbbyv] {
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 40px 58px 24px 58px;
  position: relative;
  margin-bottom: 60px;
}

.card .card-title[b-siqn6fbbyv] {
  background: var(--primary);
  color: var(--web-white);
  position: absolute;
  top: -20px;
  font-size: 18px;
  font-weight: 500;
  left: 58px;
  text-transform: uppercase;
  width: 270px;
}

.card .card-title[b-siqn6fbbyv]:before,
.card .card-title[b-siqn6fbbyv]:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background: var(--web-white);
  top: 0;
}

.card .card-title[b-siqn6fbbyv]:before {
  left: -18px;
}

.card .card-title[b-siqn6fbbyv]:after {
  right: -18px;
}
.card .card-description[b-siqn6fbbyv] {
  text-align: left;
}
.card .card-description h4[b-siqn6fbbyv] {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-black);
}

.card-description > div[b-siqn6fbbyv] {
  display: flex;
  border-bottom: 1px solid var(--primary);
  padding: 15px 0;
}

.card-description > div:last-child[b-siqn6fbbyv] {
  border: 0;
}

.card-description a[b-siqn6fbbyv],
.card-description p[b-siqn6fbbyv] {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #0f2131;
}

.card-description > div p[b-siqn6fbbyv] {
  border-right: 1px solid var(--primary);
  padding: 0 24px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.card-description > div .icon[b-siqn6fbbyv] {
  width: 19.28px;
  height: 19.28px;
  background-color: var(--primary);
}


.card-description > div .mail-icon[b-siqn6fbbyv] {
  margin-right: 3px;
}

.card-description > div p:first-child[b-siqn6fbbyv] {
  padding-left: 0;
}

.card-description > div p:last-child[b-siqn6fbbyv] {
  padding-right: 0;
  border-right: 0;
}

.contacts[b-siqn6fbbyv] {
  flex: 2;
}
.social-media[b-siqn6fbbyv] {
  flex: 1;
}

.social-media .card-title[b-siqn6fbbyv]{
  left: 0;
  right: 0;
  margin: auto;
}

.follow-links[b-siqn6fbbyv] {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.social-link[b-siqn6fbbyv] {
  background: linear-gradient(95.48deg, #132a65 0.16%, #45b1e8 100%);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor:pointer;
}

.social-link .icon[b-siqn6fbbyv] {
  width: 40px !important;
  height: 40px !important;
  background-color: var(--web-white) !important;
}

@media screen and (max-width: 1024px) {
  .card .card-title[b-siqn6fbbyv],
  .card .card-description h4[b-siqn6fbbyv] ,
  .card-description a[b-siqn6fbbyv],
  .card-description p[b-siqn6fbbyv] {
    font-size: 15.07px;
    line-height: 22.61px;
  }

  .card-description > div .icon[b-siqn6fbbyv] {
    width: 16px;
    height: 16px;
  }

  .card[b-siqn6fbbyv] {
    padding: 20px 15px 5px 15px;
    margin-bottom: 55px;
  }

  .social-link[b-siqn6fbbyv] {
    width: 67px;
    height: 67px;
  }
  
  .card .card-title[b-siqn6fbbyv] {
    width: 240px;
  }

  .social-link .icon[b-siqn6fbbyv] {
    width: 33px !important;
    height: 33px !important;
  }
  
  .follow-links[b-siqn6fbbyv] {
    gap: 32px;
  }
}

@media screen and (max-width: 900px) {
  .contact-details[b-siqn6fbbyv] {
    flex-direction: column;
  }

  .card .card-title[b-siqn6fbbyv] {
    left: 0;
    right: 0;
    margin: auto;
  }
  .card[b-siqn6fbbyv] {
    padding: 15px 15px 5px 15px;
    margin-bottom: 70px;
  }
  
  .card:last-child[b-siqn6fbbyv] {
    margin-bottom: 45px;
  }

  .follow-links[b-siqn6fbbyv] {
    flex-direction: row;
    gap: 13px;
    justify-content: center;
  }

  .social-link[b-siqn6fbbyv] {
    width: 39px;
    height: 39px;
  }

  .social-link .icon[b-siqn6fbbyv] {
    width: 19px !important;
    height: 19px !important;
  }
  .social-media .card[b-siqn6fbbyv] {
    margin-bottom: 20px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/contact-us/Partials/_ContactForm.cshtml.rz.scp.css */
section[b-24f4xkl1y6] {
    padding-top: 0 !important;
}

.bg-blue[b-24f4xkl1y6] {
    background: var(--primary-50);
    padding: 24px 25px;
    border-radius: 18.83px;
}

.form[b-24f4xkl1y6] {
    margin-top: 36px;
    display: block;
}

.flex-section[b-24f4xkl1y6] {
    display: flex;
    row-gap: 36px;
    column-gap: 50px;
    flex-wrap: wrap;
    padding-top: 36px;
}

.section-title[b-24f4xkl1y6] {
    gap: 10px;
}

p[b-24f4xkl1y6] {
    text-align: left;
    font-size: 18.83px;
    font-weight: 400;
    line-height: 28.25px;
    color: var(--primary-black);
}

.field[b-24f4xkl1y6] {
    text-align: left;
    margin-top: 36px;
}

.flex-section .field[b-24f4xkl1y6] {
    flex: 1 1 calc(33.33% - 50px);
    margin-top: 0;
}

.submit-container[b-24f4xkl1y6] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.btn-submit[b-24f4xkl1y6] {
    border: 1px solid #404040;
    background: var(--web-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-dark);
    display: inline-flex;
    border-radius: 14px;
    overflow: hidden;
    min-width: 175px;
    justify-content: space-between;
}

.btn-submit > span[b-24f4xkl1y6] {
    line-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.btn-submit > span:first-child[b-24f4xkl1y6] {
    width: 100%;
    justify-content: center;
}

.btn-submit > span:last-child[b-24f4xkl1y6] {
    background: var(--primary-gradient);
}

.btn-submit .icon[b-24f4xkl1y6] {
    background: var(--primary-white);
}

#submitStatus[b-24f4xkl1y6] {
    display: flex;
    align-items: center;
}

#submitStatus span[b-24f4xkl1y6]{
    height: 24px;
    font-weight: 500;
}

.success[b-24f4xkl1y6] {
    display: block;
    background: rgba(0, 128, 0, 0.2);
    padding: 9px 14px;
    border-radius: 14px;
    #statusIcon, #statusText {
        color: green;
    }
}

.failure[b-24f4xkl1y6] {
    background: rgba(255, 0, 0, 0.2);
    padding: 9px 14px;
    border-radius: 14px;
    display: block;
    #statusIcon, #statusText {
        color: red;
    }
}
.media-section[b-24f4xkl1y6] {
    flex: 0 0 30.33%;
    max-width: 30.33%;
    padding: 0;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .section-title[b-24f4xkl1y6] {
        font-size: 23.49px;
        line-height: 35.23px;
    }
    .section-title .icon[b-24f4xkl1y6] {
        width: 27px;
        height: 27px;
    }
    p[b-24f4xkl1y6] {
        font-size: 15.8px;
        line-height: 23.7px;
    }
}
@media screen and (max-width: 991px) {
    .flex-section[b-24f4xkl1y6] {
        row-gap: 20px;
    }

    .field[b-24f4xkl1y6] {
        margin-top: 20px;
    }

    .flex-section .field[b-24f4xkl1y6] {
        flex: 1 1 calc(50% - 50px);
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .field[b-24f4xkl1y6] {
        margin-top: 20px;
    }

    .flex-section .field[b-24f4xkl1y6] {
        flex: 1 1 100%;
        margin-top: 0;
    }

    .flex-section[b-24f4xkl1y6] {
        row-gap: 16px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/contact-us/Partials/_ContactMap.cshtml.rz.scp.css */
#map-container[b-hgofjuh1e3] {
    text-align: left;
}

.g-map[b-hgofjuh1e3] {
    padding: 18px;
    border: 0.69px solid #ADD5D6
}
p[b-hgofjuh1e3] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .section-title[b-hgofjuh1e3], p[b-hgofjuh1e3] {
        padding-inline:  20px;
    }
}

@media screen and (max-width: 767px) {
    .section-title[b-hgofjuh1e3] {
        justify-content: center;
        font-size: 23.49px;
        line-height: 35.23px;
    }
    .section-title .icon[b-hgofjuh1e3] {
        width: 27px;
        height: 27px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/enquire/Partials/_Form.cshtml.rz.scp.css */
#enquiry-forms > .content[b-ub34dxn67k] {
    margin-top: 60px;
}
.step[b-ub34dxn67k] {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--primary);
}
h2[b-ub34dxn67k] {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
}

.flex-section[b-ub34dxn67k] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 25px;
}

.field[b-ub34dxn67k] {
    margin-bottom: 15px;
    text-align: left;
}

.field label span[b-ub34dxn67k]{
    color: #f00;
}

.flex-section .field[b-ub34dxn67k], .passenger-section[b-ub34dxn67k]{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    position: relative;
}

.passenger-section[b-ub34dxn67k] {
    padding: 0 !important;

    .field {
        max-width: unset;
    }
}

.date-section[b-ub34dxn67k] {
    flex: 1 1 66.66%;
    display: flex;

    .field {
        flex: 1 !important;
        max-width: unset;
    }
    .field:nth-child(2)[b-ub34dxn67k] {
        max-width: 130px;
        min-width: 130px;
        
        .c-input {
            padding: 0px;
            text-align: center;
            
            div:last-child {
                font-size: 14px;
                font-weight: 400;
                line-height: 21px;
            }
        }
    }
}

.subscribe-checkbox[b-ub34dxn67k] {
    padding: 60px 0;
    margin-bottom: 0;
}

.submit-container[b-ub34dxn67k] {
  text-align: left;

    .btn-submit {
        background: var(--primary-gradient);
        font-size: 19.81px;
        font-weight: 500;
        line-height: 29.72px;
        text-align: center;
        padding: 10px 30px;
        color: var(--web-white);
        border-radius: 18.22px;
    }
}

#roomsAndPassengersModalBtn[b-ub34dxn67k]{
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#passengerModal[b-ub34dxn67k] {
    display: none;
    width: 486px;
    background: var(--web-white);
    border: 1px solid #404040;
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 14.51px;
    padding: 24px 9px;

    .field {
        padding: 0 12px;
    }
    > div:first-child[b-ub34dxn67k] {
        flex: 1 !important;
    }

    > div:last-child[b-ub34dxn67k] {
        display: flex;
        .field {
            flex: 1 1 33.33%;
        }
    }
}

@media screen and (max-width: 991px) {
    .flex-section .field[b-ub34dxn67k], .passenger-section[b-ub34dxn67k]{
        flex: 0 0 50%;
        padding: 0 15px;
    }
    
    #passengerModal[b-ub34dxn67k] {
        right: unset;
        left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .flex-section .field[b-ub34dxn67k], .passenger-section[b-ub34dxn67k]{
        flex: 0 0 100%;
        padding: 0 15px;
        max-width: 100%;
    }

    .date-section[b-ub34dxn67k] {
        flex-wrap: wrap;

        .field {
            flex: 1 1 100% !important;
        }

        .field:nth-child(2)[b-ub34dxn67k] {
            max-width: 100%;
            min-width: 100%;
        }
    }

    #passengerModal[b-ub34dxn67k] {
        width: 90%;
        left: 15px;
        right: unset;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/FlightError/Index.cshtml.rz.scp.css */
.content[b-znf69uh3er] {
    display: block;
    grid-template-columns: 270px auto;
    column-gap: 4vw;
    text-align: left;
}
.content[b-znf69uh3er]::before {
    height: 500px;
    width: 100vw;
}
.header-top[b-znf69uh3er] {
    margin-bottom: 25px;
}
a[b-znf69uh3er] {
    text-decoration: underline; 
}

.title-header[b-znf69uh3er] {
    padding-top: 200px;
    text-align: center;
    color: var(--web-white);
    padding-bottom: 200px;
}
    .title-header h1[b-znf69uh3er] {
        color: var(--web-white);
        font-size:30px;
        font-weight:500;
        margin-bottom:20px;
    }
    .title-header p[b-znf69uh3er] {
        color: var(--web-white);
        text-align:center;
    }
    .title-header h2[b-znf69uh3er] {
        color: var(--web-white);
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 20px;
    }
/* _content/AffordableLuxuryTravel.Web/Pages/FlightWidget/ThankYou.cshtml.rz.scp.css */
.thank-you-message[b-asn9nwuzua] {
    height: 350px;
    background: linear-gradient(95.48deg, #58B776 0.16%, #ABDDBF 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
}

    .thank-you-message h1[b-asn9nwuzua] {
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        color: var(--web-white);
    }

    .thank-you-message p[b-asn9nwuzua] {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
        color: var(--web-white);
    }

.details[b-asn9nwuzua] {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .details h4[b-asn9nwuzua] {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 40px;
        text-align: left;
    }

    .details .info[b-asn9nwuzua] {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
    }

        .details .info div h5[b-asn9nwuzua] {
            font-size: 28px;
            font-weight: 600;
            line-height: 42px;
            text-align: left;
            margin-bottom: 10px;
        }

        .details .info div p[b-asn9nwuzua] {
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            text-align: left;
            margin-bottom: 10px;
        }

            .details .info div p span:first-child[b-asn9nwuzua] {
                font-weight: 600;
                padding-right: 20px;
            }

@media screen and (max-width: 767px) {
    .thank-you-message h1[b-asn9nwuzua] {
        font-size: 30px;
        line-height: 1.8;
    }

    .thank-you-message p[b-asn9nwuzua] {
        font-size: 18px;
        line-height: 1.5;
    }

    .details h4[b-asn9nwuzua] {
        font-size: 24px;
        line-height: 1.5;
    }

    .details p[b-asn9nwuzua] {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/make-payment/Decline/Index.cshtml.rz.scp.css */
.error-message[b-p15c1pmm5x] {
    background: linear-gradient(95.48deg, #FF5D5D 0.16%, #FF9F9F 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 30px;

    h1 {
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        color: var(--web-white);
    }

    p[b-p15c1pmm5x] {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
        color: var(--web-white);
    }

    .btn-retry[b-p15c1pmm5x] {
        background: var(--web-white);
        font-size: 24px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        border-radius: 20px;
        width: 300px;
        height: 60px;
        margin: 30px auto 0;
        cursor:pointer;
    }
}

.details[b-p15c1pmm5x] {
    padding-top: 50px;
    padding-bottom: 50px;

    h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 40px;
        text-align: left;
    }

    p[b-p15c1pmm5x] {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        margin-bottom: 25px;

        span:first-child {
            font-weight: 600;
            padding-right: 20px;
        }

        a[b-p15c1pmm5x] {
            color: var(--primary);
        }
    }
}

@media screen and (max-width: 1024px) {
    .error-message[b-p15c1pmm5x] {
        padding: 80px 30px;

        h1 {
            font-size: 32px;
            line-height: 1.5;
        }

        p[b-p15c1pmm5x] {
            font-size: 16px;
            line-height: 1.5;
        }

        .btn-retry[b-p15c1pmm5x] {
            width: 225px;
            height: 45px;
            font-size: 18px;
        }
    }

    .details[b-p15c1pmm5x] {
        h4 {
            font-size: 23.48px;
            line-height: 1.5;
        }


        p[b-p15c1pmm5x] {
            font-size: 16.75px;
            line-height: 1.5;
            margin-bottom: 5px;
        }
    }
}

@media screen and (max-width: 991px) {
    .error-message[b-p15c1pmm5x] {
        h1 {
            font-size: 32px;
            line-height: 1.5;
        }

        p[b-p15c1pmm5x] {
            font-size: 16px;
            line-height: 1.5;
        }

        .btn-retry[b-p15c1pmm5x] {
            width: 172.66px;
            height: 34.53px;
            font-size: 13.81px;
        }
    }

    .details[b-p15c1pmm5x] {
        h4 {
            font-size: 28px;
            line-height: 1.5;
        }

        p[b-p15c1pmm5x] {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 18px;
        }
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/make-payment/Firm/Index.cshtml.rz.scp.css */
.thank-you-message[b-ta806bur0d] {
    background: linear-gradient(95.48deg, #58B776 0.16%, #ABDDBF 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 30px;

    h1 {
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        color: var(--web-white);
    }

    p[b-ta806bur0d] {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
        color: var(--web-white);
    }
}
.details[b-ta806bur0d] {
    padding-top: 50px;
    padding-bottom: 50px;
    h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 40px;
        text-align: left;
    }

    .info[b-ta806bur0d] {
        display: grid;
        gap: 50px;
        grid-template-columns: repeat(3, auto);

        div {
            h5 {
                font-size: 28px;
                font-weight: 600;
                line-height: 42px;
                text-align: left;
                margin-bottom: 10px;
            }
            p[b-ta806bur0d] {
                font-size: 20px;
                font-weight: 500;
                line-height: 30px;
                text-align: left;
                margin-bottom: 10px;

                span:first-child{
                    font-weight: 600;
                    padding-right: 20px;
                }
            }
        }
    }
}
@media screen and (max-width: 1024px) {
    .thank-you-message[b-ta806bur0d] {
        padding: 80px 30px;
        h1 {
            font-size: 32px;
            line-height: 1.5;
        }
        p[b-ta806bur0d] {
            font-size: 16px;
            line-height: 1.5;
        }
    }
    .details[b-ta806bur0d] {
        h4 {
            font-size: 28.8px !important;
            line-height: 1.5 !important;
        }
        h5[b-ta806bur0d] {
            font-size: 23.45px !important;
            line-height: 1.5 !important;
        }
        p[b-ta806bur0d] {
            font-size: 16.75px !important;
            line-height: 1.5 !important;
            margin-bottom: 5px !important;
        }
    }
}

@media screen and (max-width: 991px) {
    .thank-you-message[b-ta806bur0d] {
        h1 {
            font-size: 30px !important;
            line-height: 1.8 !important;
        }
        p[b-ta806bur0d] {
            font-size: 18px !important;
            line-height: 1.5 !important;
        }
    }
    .details[b-ta806bur0d] {
        h4 {
            font-size: 24px !important;
            line-height: 1.5 !important;
        }
        p[b-ta806bur0d] {
            font-size: 16px !important;
            line-height: 1.5 !important;
            margin-bottom: 5px !important;
        }
        .info[b-ta806bur0d] {
            grid-template-columns: repeat(1, auto);
        }
    }
}

@media screen and (max-width: 567px) {
    .details[b-ta806bur0d] {
        .info {
            grid-template-columns: repeat(1, auto);
        }
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/make-payment/Partials/_PaymentForm.cshtml.rz.scp.css */
.content[payment-form] {
    text-align: left;
}
.payment-toggle[payment-form] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--web-white);
    color: var(--primary-black);
    gap: 4px;
    font-weight: 600;
    font-size: 17.6px;
    line-height: 26.4px;
    border: solid var(--primary-black) 1px;
    border-radius: 15px;

    &:first-child {
        gap: 9px;
    }   
    
    &.active[payment-form] {
        background: linear-gradient(95deg, #132A65 0.16%, #45B1E8 100%);
        color: var(--web-white);
    }
    .icon[payment-form] {
        background-color: var(--primary-black);
        width: 15px;
    }
    &.active .icon[payment-form] {
        background-color: var(--primary-white);
    }
    .img-wrapper[payment-form] {
        height: 20px;
        overflow: hidden;
        img {
            width: auto;
            height: 100%;
        }
    }
}
.grid[payment-form] {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 15px;
    margin: 15px 0 60px 0;
}

.grid.inner-section.payment-options[payment-form] {
    margin: 15px 0 24px 0 !important;
}
.field[payment-form] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 210px;
}
.placeholder[payment-form] {
    position: absolute;
    left: 17px;
    top: 50%;
    pointer-events: none;
    font-size: 12px;
    font-weight: 400;
    transform: translateY(-50%);
}
.placeholder[payment-form]::after{
    content: '*';
    color: red;
}

input.filled[payment-form],
input:is(:-webkit-autofill, :autofill, :-moz-autofill, :focus)[payment-form] {
    &+.placeholder {
        visibility: hidden !important;
    }
}
.flex[payment-form] {
    gap: 15px;
}
h3[payment-form] {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    margin-bottom: 16px;
}
p[payment-form] {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 35px;
    
    strong {
        font-weight: 600;
    }
}
.button[payment-form] {
    background: var(--primary-gradient);
    font-size: 20px;
    font-weight: 500;
    color: var(--web-white);
}
.input-area[payment-form] {
    position: relative;
}
div.submit[payment-form] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.digital-wallet-apay-only[payment-form] {
    display: none;
}
div.digital-wallet-gpay-only[payment-form] {
    display: none;
}
#apple-pay-error[payment-form] {
    display: none;
    padding: 20px;
    color: red;
    font-size: 0.875em;
}
#make-payment-error-message[payment-form] {
    background: var(--primary-gradient);
    p {
        margin: 0;
        color: red;
    }
}
#gpay[payment-form] {
    padding: 4px 0;
    
    > .img-wrapper {
        height: 100%;
        display: flex;
        align-items: center;
        > img {
            height: 34px;
            width: 63px;
            border: 1.5px solid #3b4043;
            border-radius: 999px;
        }
    }
}
@media screen and (max-width: 1024px) {
    .payment-toggle[payment-form]{
        font-size: 12.79px;
        line-height: 19.19px;
    }
    h3[payment-form] {
        font-size: 18px;
        line-height: 27px;
    }
    p[payment-form] {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width: 567px) {
    .grid[payment-form] {
        grid-template-columns: repeat(1, 1fr);
    }
    .payment-toggle[payment-form]{
        font-size: 18px;
        line-height: 27px;
    }
    h3[payment-form] {
        font-size: 24px;
        line-height: 36px;
    }
    p[payment-form] {
        font-size: 16px;
        line-height: 24px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/our-awards/Index.cshtml.rz.scp.css */
/* _content/AffordableLuxuryTravel.Web/Pages/our-awards/Partials/_Timeline.cshtml.rz.scp.css */
section[b-pd0bts8t7q] {
    --image-width: 227px;
    --image-height: 247px;
    --container-width: 1080px;
}

.year[b-pd0bts8t7q] {
    text-align: left;
}

.year-pin[b-pd0bts8t7q] {
    background: var(--primary);
    min-width: 92px;
    height: 95px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-top: 5px;
}

.content[b-pd0bts8t7q] {
    max-width: var(--container-width);
    padding: 0;
}

.year-pin .img[b-pd0bts8t7q] {
    width: 35px;
}

.title[b-pd0bts8t7q] {
    border-bottom: var(--primary) 2px solid;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 36px;
}

.image-row[b-pd0bts8t7q] {
    display: flex;
    max-width: var(--container-width);
    row-gap: 20px;
    margin: 0 auto;
}

.row-of-three[b-pd0bts8t7q] {
    flex-wrap: wrap;
    column-gap: calc((100% - (var(--image-width) * 3)) / 2);
    justify-content: center;
}

.row-of-four[b-pd0bts8t7q] {
    justify-content: space-between;
    .image-container {
        max-width: calc(var(--image-width) * 0.8);
    }
}

.image-container[b-pd0bts8t7q] {
    position: relative;
    max-width: var(--image-width);
    max-height: var(--image-height);
}

.year-pin img[b-pd0bts8t7q] {
    width: 70%;
}

.blueBackground[b-pd0bts8t7q] {
    drop-shadow(5px 5px 6px rgba(0,0,0,0.25));
    background: rgb(23,49,108);
    background: -moz-linear-gradient(90deg, rgba(23,49,108,1) 0%, rgba(66,169,225,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(23,49,108,1) 0%, rgba(66,169,225,1) 100%);
    background: linear-gradient(90deg, rgba(23,49,108,1) 0%, rgba(66,169,225,1) 100%);
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25), 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 2rem 0;
    img{
        webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.25));
        filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.25));
    }
}

#timeline > div + div[b-pd0bts8t7q] {
    margin-top: 50px;
}

p.description[b-pd0bts8t7q] {
    padding-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
}

h2.date.blue-text[b-pd0bts8t7q] {
    font-weight: 600;
    font-size: 36px;
}

span.icon.award-icon.white[b-pd0bts8t7q] {
    width: 60px;
}

@media (max-width: 1090px) {
    .content[b-pd0bts8t7q], .image-row[b-pd0bts8t7q] {
        padding: 0 10px;
    }
}

@media (max-width: 705px) {
    section[b-pd0bts8t7q] {
        --image-width: 151px;
        --image-height: 166px;
    }

    .year-pin[b-pd0bts8t7q] {
        min-width: 70px;
        height: 70px;
    }

    span.icon.award-icon.white[b-pd0bts8t7q] {
        width: 50px;
    }
}

@media (max-width: 570px) {
    .year-pin[b-pd0bts8t7q] {
        min-width: 60px;
        height: 60px;
    }

    span.icon.award-icon.white[b-pd0bts8t7q] {
        width: 35px;
    }
}

@media (max-width: 460px) {
    section[b-pd0bts8t7q] {
        --image-width: 100px;
        --image-height: 109px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/Overview/Default.cshtml.rz.scp.css */
p[b-z6sd14xhwz] {
    text-align: left;
}
#read-more-button[b-z6sd14xhwz], #read-less-button[b-z6sd14xhwz] {
    color: var(--primary);
    cursor: pointer;
}
#read-more-paragraphs[b-z6sd14xhwz] {
    display: block;
}

@media (max-width: 580px) {
    p[b-z6sd14xhwz] {
        text-align: center;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Default.cshtml.rz.scp.css */
.thumbnails img[b-zadd4mn1ij] {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    flex-shrink: 0;
    border: 2px solid transparent;
}

.thumbnails img:hover[b-zadd4mn1ij] {
    opacity: 0.8;
}

.thumbnails img.active[b-zadd4mn1ij] {
    opacity: 1;
    border-color: white;
}
@media (max-width: 702px) {
    div#superchat-widget-content-root[b-zadd4mn1ij] {
        margin-bottom: 124px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/InfoCards.cshtml.rz.scp.css */
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_AlternativeHotels.cshtml.rz.scp.css */
#alternativeHotels[b-x14oqgln8a] {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}
.alternativeHotels-card[b-x14oqgln8a] {
    display: flex;
    width: 322.94px;
    min-height: 310px;
    border: 0.66px solid var(--primary);
    overflow: hidden;
    flex-direction: column;
    margin-left: 20px;
    border-radius: 42.82px;
    .images
{
    width: 100%;
    img
{
    width: 322.94px;
    height: 178.42px;
}

}
.description-text[b-x14oqgln8a] {
    position: absolute;
    left: 48%;
    bottom: -18%;
    transform: translate(-50%, -50%);
    padding: 12px;
    z-index: 2;
    width: 100%;
    height: auto;
    display: inline-flex;
}
.hotel-view[b-x14oqgln8a] {
    background: var(--primary-50);
    font-weight: 400;
    font-size: 12.49px;
    border-radius: 15px;
    padding: 1px 7px;
}
.icon-div[b-x14oqgln8a] {
    background: var(--primary-50);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 1px 10px;
    border-radius: 15px;
    float: right;
    position: absolute;
    right: 0px;
    font-size: 12.49px;
    font-weight:400;
    .icon
{
    width: 14.12px;
    height: 12.55px
}
}
.description[b-x14oqgln8a] {
    text-align: left;
    flex: 1;
    padding: 7px;
    position: relative;
    h3
{
    font-size: 17.84px;
    font-weight: 600;
}
h2[b-x14oqgln8a] {
    font-size: 14.27px;
    font-weight: 500;
    padding-bottom: 12px;
}
h1[b-x14oqgln8a] {
    font-size: 14.27px;
    font-weight: 500;
    padding-bottom: 12px;
}
}
.rating-text[b-x14oqgln8a] {
    background: var(--primary-50);
}
.title-text[b-x14oqgln8a] {
    display: inline-flex;
}
.select-btn[b-x14oqgln8a] {
    border: 1.32px solid var(--primary);
    background: var(--primary-50);
    color: var(--primary);
    width: 224px;
    margin: auto;
    font-size: 19.75px;
    font-weight: 500;
    line-height: 29.62px;
    text-align: center;
    border-radius: 10.53px;
    padding: 4px 10px;
    cursor: pointer;
}
    
p[b-x14oqgln8a] {
    font-size: 14.53px;
    font-weight: 400;
    line-height: 21.8px;
    text-align: left;
    margin-bottom: 10px;
}

.read-more[b-x14oqgln8a] {
    color: var(--primary);
    font-size: 11.85px;
    line-height: 17.77px;
    font-weight: 500;
    line-height: 24.52px;
    text-decoration: none;
    display: flex;
    gap: 5px;
    .icon

{
    background-color: var(--primary);
}

}
}
}

/*@media screen and (max-width: 767.98px) {
  
}*/

/* swiper buttons*/
.swiper-slide-container[b-x14oqgln8a] {
    position: relative;
    height: 100%;
}

.swiper-section[b-x14oqgln8a] {
    position: relative;
    height: 100%;
}

.swiper[b-x14oqgln8a] {
    height: 100%;
}

    .swiper img[b-x14oqgln8a] {
        height: 100%;
    }

.swiper-button[b-x14oqgln8a] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--web-white);
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}

    .swiper-button .icon[b-x14oqgln8a] {
        background-color: var(--primary);
    }

    .swiper-button:hover[b-x14oqgln8a] {
        background-color: var(--primary-75);
    }

.alternativeHotels-swiper-next[b-x14oqgln8a] {
    right: 15px;
}

.alternativeHotels-swiper-prev[b-x14oqgln8a] {
    left: 15px;
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_Board.cshtml.rz.scp.css */
.board-card[b-cm5b9zuphz] {
    border: 0.66px solid #808080;
    border-radius: 19.75px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: auto;
    
    > div:first-child {
        flex: 1 0 auto;
    }
    
    h4[b-cm5b9zuphz] {
        font-size: 21.06px;
        font-weight: 600;
        line-height: 31.6px;
        margin-bottom: 16px;
    }
    
    ul[b-cm5b9zuphz] {
        padding-left: 0;
        margin-bottom: 16px;
        
        li {
            font-size: 14.48px;
            font-weight: 500;
            line-height: 21.72px;
            text-align: left;
            
            .icon {
                width: 11px;
                background-color: var(--primary);
            }
        }
    }
    .select-btn[b-cm5b9zuphz] {
        border: 1.32px solid var(--primary);
        background: var(--primary-50);
        color: var(--primary);
        width: 224px;
        margin: auto;
        font-size: 19.75px;
        font-weight: 500;
        line-height: 29.62px;
        text-align: center;
        border-radius: 10.53px;
        padding: 4px 10px;
        cursor: pointer;
    }
    
    .amount[b-cm5b9zuphz] {
        font-size: 26.33px;
        font-weight: 700;
        line-height: 39.5px;
        position: absolute;
        right: 15px;
        bottom: 77px;
        color: var(--primary);
    }
}

.board-card.active[b-cm5b9zuphz] {
    border: 2.63px solid #45B1E8;
    .select-btn {
        background: var(--primary) !important;
        color: var(--web-white) !important;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_EnquireNav.cshtml.rz.scp.css */
#enquire-nav[b-95nwzya3u3] {
    position: sticky;
    top: 0;
    background: var(--web-white);
    z-index: 2000;
    padding: 0;
}

.nav-container[b-95nwzya3u3] {
    display: flex;
    align-items: center;
    box-shadow: 0px 1.46px 4.38px 0px #00000029;
    padding: 5px 140px 5px;
}

.enquiry-container-section[b-95nwzya3u3] {
    display: flex;
    align-items: center;
}

.no-price[b-95nwzya3u3] {
    font-size: 16px !important;
}

.title[b-95nwzya3u3] {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
}

.price[b-95nwzya3u3]:before {
    font-size: 28px;
    font-weight: 400;
}

.price[b-95nwzya3u3]:after {
    font-size: 23px;
    font-weight: 400;
}

.enquiry[b-95nwzya3u3] {
    text-align: center;

    p {
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
    }

    h4[b-95nwzya3u3] {
        span {
            font-size: 39px;
            line-height: 55px;
            font-weight: 700;
        }
    }
}

#contactUsForPriceNav[b-95nwzya3u3] {
    font-weight: 500;
    font-size: 1.2rem;
    min-width: 279px;
    padding-bottom: 10px;
}

.buttons[b-95nwzya3u3] {
    display: flex;
    gap: 5px;
}

.btn[b-95nwzya3u3] {
    background: var(--primary-gradient);
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    color: var(--web-white);
    padding: 0 10px;
    text-align: center;
    border-radius: 10px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;

    .icon {
        width: 26px;
        height: 28px;
        background-color: var(--web-white);
    }

    .contact-number[b-95nwzya3u3] {
        display: none;
    }
}

.btn-enquire[b-95nwzya3u3] {
    min-width: 228px;
    cursor: pointer;
}


.enquiry-container-section[b-95nwzya3u3] {
    order: 2;
}

.navigation[b-95nwzya3u3] {
    order: 1;
    flex: 1;
    width: 100%;
}

.nav[b-95nwzya3u3] {
    margin-top: 20px;
}
li[b-95nwzya3u3] {
    width: auto;
}
.tabLinks[b-95nwzya3u3] {
    display: block;
    background: var(--primary-75);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--web-white);
    text-align: center;
    width: auto;
    padding: 12px 25px;
    border-radius: 10px;
}

.tabLinks.active[b-95nwzya3u3] {
    background-color: var(--primary) !important;
}

.d-xl-none[b-95nwzya3u3] {
    display: none !important;
}

.d-xl[b-95nwzya3u3] {
    display: flex !important;
}

html[b-95nwzya3u3] {
    scroll-behavior: smooth;
}

@media screen and (max-width: 1575px) {
    .d-xl-none[b-95nwzya3u3] {
        display: flex !important;
    }

    .d-xl[b-95nwzya3u3] {
        display: none !important;
    }

    .enquiry-container-section[b-95nwzya3u3] {
        order: 1;
    }

    .navigation[b-95nwzya3u3] {
        order: 2;
    }

    .nav-container[b-95nwzya3u3] {
        flex-direction: column;
        padding: 5px var(--spacing) 5px;
    }

    .nav[b-95nwzya3u3] {
        margin-top: 0px;
    }

    .enquiry-container-section[b-95nwzya3u3] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .enquiry-container[b-95nwzya3u3] {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .nav a[b-95nwzya3u3] {
        padding: 11px 25px;
        font-size: 13px;
        font-weight: 500;
        line-height: 19px;
    }

    .buttons[b-95nwzya3u3] {
        order: 2;
        margin-left: auto;

    }
}

@media screen and (max-width: 1200px) {
    .nav[b-95nwzya3u3] {
        margin-top: 20px;
    }

    .nav-container[b-95nwzya3u3] {
        padding: 20px var(--spacing) 10px;
    }
}

@media (max-width: 700px) {
    .nav-container[b-95nwzya3u3] {
        padding: 40px var(--spacing) 15px;
    }
    .title[b-95nwzya3u3] {
        font-size: 21px;
    }
    .enquiry[b-95nwzya3u3] {
        min-width: 25%;
        p {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        h4[b-95nwzya3u3] {
            font-size: 31px;
            font-weight: 400;
            line-height: 47px;

            span {
                font-size: 31px;
            }

        }
    }

    .buttons[b-95nwzya3u3] {
        width: 100%;
        cursor: pointer;

        .btn {
            font-size: 14px;
            font-weight: 600;
            line-height: 21px;
            flex: 1;

            .contact-number {
                display: block;
                margin-left: 5px;
            }
        }

        .btn-enquire[b-95nwzya3u3] {
            min-width: unset;
        }
    }

    .nav a[b-95nwzya3u3] {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    .enquiry-container-fixed[b-95nwzya3u3] {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        padding: 10px 15px;
    }

    .nav-container[b-95nwzya3u3] {
        padding: 0px var(--spacing) 15px;
    }

    #contactUsForPriceNav[b-95nwzya3u3] {
        min-width: unset;
    }
}

@media (max-width: 520px) {

    .title[b-95nwzya3u3] {
        font-size: 19px;
    }

    .enquiry[b-95nwzya3u3] {
        flex-shrink: 0;

        p {
            font-size: 12px;
        }

        h4[b-95nwzya3u3] {
            span {
                font-size: 20px;
            }
        }
    }

    .price[b-95nwzya3u3]:before {
        font-size: 21px;
    }

    .price[b-95nwzya3u3]:after {
        font-size: 19px;
    }

}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_Highlights.cshtml.rz.scp.css */
h2[b-ikoogxqfc1] {
    text-align: left;
}
h2[b-ikoogxqfc1]:after {
   content: "";
    width: 100%;
    border-top: 1px solid var(--text-blue);
}
.key-points[b-ikoogxqfc1] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    color: var(--dark-blue);
    padding-bottom: 40px;
    border-bottom: 1px dashed var(--dark-blue);
    font-size: 20px;
    border-bottom: 1px dashed var(--dark-blue);
}
.key-points .icon-box[b-ikoogxqfc1] {
    background-color: var(--primary);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    padding: 10px;
    margin: 0 auto 20px;
}

.key-points .icon[b-ikoogxqfc1] {
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    filter: invert(1);
}
.info-points[b-ikoogxqfc1] {
    display: grid;
    grid-template-columns: auto auto auto;
    padding-top: 40px;
    grid-gap: 30px;
    color: var(--dark-blue);
    text-align: left;
}
.info-points li[b-ikoogxqfc1] {
    padding: 20px;
    background-color: var(--web-white);
    box-shadow: 0 1px 2px 0 grey;
    border-radius: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    line-height: 22px;
    align-items: center;
}
.info-points li div[b-ikoogxqfc1] {
    border-radius: 100%;
    background-color: var(--primary);
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.info-points i[b-ikoogxqfc1] {
    height: 20px;
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_HotelInformation.cshtml.rz.scp.css */
.section-title[hotel-information] {
    justify-content: center;
}

/* Tab links swiper slider */
#tab-links-swiper[hotel-information] {
    .swiper-wrapper {
        justify-content: center;
    }

    .swiper-slide[hotel-information] {
        width: auto;
    }

    .tablinks[hotel-information] {
        padding: 11.53px 22.39px 11.53px 22.39px;
        gap: 6.78px;
        border-radius: 10.18px;
        font-size: 13.57px;
        font-weight: 500;
        line-height: 20.35px;
        background: var(--primary-75);
        color: var(--web-white);
        display: block;
        cursor: pointer;
    }

    .swiper-slide.active[hotel-information] {
        background: var(--primary) !important;
    }
}
table[hotel-information] {
    border: 1px solid var(--primary);
    border-radius: 1em;
    border-collapse: separate;
}
td[hotel-information], th[hotel-information] {
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    padding: 8px;
    text-align: left;
}

    th:last-child[hotel-information], td:last-child[hotel-information] {
        border-right: none !important;
    }
tr:last-child td[hotel-information] {
    border-bottom: none !important;
}
table p[hotel-information] {
    padding-bottom: 8px !important;
}
/* tab Content and cards*/
.tab-content[hotel-information] {
    background: var(--primary-50);
    padding: 17.64px;
}

.tab-card:not(:first-child)[hotel-information] {
    display: none;
}

.tab-card[hotel-information] {
    animation: fadeEffect-hotel-information 1s;
}
.main[hotel-information] {
    padding: 20px;
}
.child[hotel-information] {
    height: auto;
    height: 500px;
    overflow: auto;
}
@keyframes fadeEffect-hotel-information {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tab-card[hotel-information] {
    display: flex;
    gap: 26px;
    .left{
    width: 230px;
    height: 500px;
    overflow: auto;
    min-width: 87px;
    .swiper-wrapper {
            > h3 {
                background: var(--primary-75);
                font-size: 16px;
                font-weight: 500;
                line-height: 20px;
                text-align: center;
                color: var(--web-white);
                border-radius: 18px;
                padding: 17px 15px;
                text-decoration: none;
                cursor: pointer;
                width: auto;
            }

            > h3.active[hotel-information] {
                background: var(--primary);
            }
        }
    }

    .right[hotel-information] {
        flex: 1;
        display: flex;
        gap: 20px;

        > div {
            flex: 1;
        }

img[hotel-information] {
    height: 450px;
    border-radius: 15px;
}

        .custom-table[hotel-information] {
            border: 1px solid var(--primary);
            border-collapse: separate;
            border-radius: 15px;

            td {
                border-left: 1px solid var(--primary);
                border-top: 1px solid var(--primary);
                padding: 10px;
                text-align: left;
                font-weight: 400;
            }

            td:first-child[hotel-information] {
                border-left: none;
                vertical-align: middle;
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
            }

            tr:first-child td[hotel-information] {
                border-top: none;
            }
        }
    }
}


.card[hotel-information] {
    background: var(--web-white);
    border-radius: 15px;

    .amenities-header {
        margin-bottom: 2em;
        text-align: left;
        border-bottom: 1px solid var(--primary);
        width: fit-content;
        padding-right: 30px;
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
    }

    > h4[hotel-information] {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        text-align: left;
        margin-bottom: 5px;
    }

    > p[hotel-information] {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        padding-bottom: 20px;
    }
}


#tab1[hotel-information] {
    display: flex;
    gap: 27px;
    overflow-y: auto;
    > div:first-child, > div:last-child {
        flex: 1;
    }

    .times[hotel-information] {
        padding-bottom: 21px;
        margin-bottom: 14px;
        border-bottom: 1px solid var(--primary);

        > h4 {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            display: flex;
            align-items: center;
            gap: 5px;

            .icon {
                background-color: var(--primary);
                width: 22px;
            }
        }

        > h4:first-child[hotel-information] {
            padding-right: 22.73px;
            border-right: 0.68px solid var(--primary-black);
        }

        > h4:last-child[hotel-information] {
            padding-left: 22.73px;
        }
    }

}

.divider[hotel-information] {
    width: 1px;
    height: auto;
    background: var(--primary);
}

.amenities[hotel-information] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    text-align: left;

    li {
        display: flex;
        gap: 10px;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;

        .icon {
            width: 28px;
            background-color: var(--primary);
        }
    }
}

#tab2 .left[hotel-information] {
    width: 413px;
}


/* swiper buttons*/
.swiper-slide-container[hotel-information] {
    max-width: 450px;
    position: relative;
}

.swiper-section[hotel-information] {
    position: relative;
}

.swiper-button[hotel-information] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--web-white);
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}

.swiper-button .icon[hotel-information] {
    background-color: var(--primary);
}

.swiper-button:hover[hotel-information] {
    background-color: var(--primary-75);
}

.hotel-info-swiper-next[hotel-information] {
    right: 15px;
}

.hotel-info-swiper-prev[hotel-information] {
    left: 15px;
}

.description-text[hotel-information] {
    font-weight: 400;
    font-size: 15px;
    margin: 0 2px 0 2px;
    height: 500px;
    overflow: auto;
    line-height: 24px;
    text-align: left;
}

@media (max-width: 1199px) {
    .hotel-information .content[hotel-information] {
        max-width: 100%;
        padding: 0;
    }

    #tab1[hotel-information] {
        .times {
            div {
                font-size: 12px;
                line-height: 17px;

                .icon {
                    width: 18.71px;
                }
            }
        }

        p[hotel-information] {
            font-size: 11.23px;
            font-weight: 400;
            line-height: 16.84px;
        }
    }

    > h4[hotel-information] {
        font-size: 14.97px !important;
        font-weight: 500 !important;
        line-height: 22.45px !important;
        margin-bottom: 16px !important;
    }

    .amenities[hotel-information] {
        li {

            font-size: 12.47px;
            line-height: 18.71px;

            .icon {
                width: 18px;
            }
        }
    }
}

@media (max-width: 991px) {
    #tab-links-swiper[hotel-information] {
        .swiper-wrapper {
            justify-content: unset;
            padding: 0 20px
        }

    }

    #tab1[hotel-information] {
        flex-direction: column;
        gap: 15px;

        .times {
            > div {
                font-size: 18px;
                line-height: 27px;

                .icon {
                    width: 30px;
                }
            }
        }

        > p[hotel-information] {
            font-size: 16px;
            line-height: 24px;
            border-bottom: 1px solid var(--primary);
        }
    }

    > h4[hotel-information] {
        font-size: 18px !important;
        line-height: 27px !important;
    }

    .amenities[hotel-information] {
        gap: 15px;

        li {

            font-size: 15px;
            line-height: 22px;

            .icon {
                width: 21px;
            }
        }
    }

    .tab-card[hotel-information] {
        flex-direction: column;
        .left {
            width: 100% !important;
             height: auto;
        }

        .right[hotel-information] { 
            flex-direction: column;
        }
    }

    .swiper-slide-container[hotel-information] {
        max-width: unset;
    }
}

@media (max-width: 600px) {

    #tab1[hotel-information] {
        flex-direction: column;

        .times {
            flex-direction: column;
            align-items: center;
            gap: 15px;

            > div:first-child {
                padding-right: 0 !important;
                border-right: none !important;
            }
        }
    }

}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_Itineraries.cshtml.rz.scp.css */
section[b-mpidlinxzv] {
    padding-top: 60px;
}

.accordion-button[b-mpidlinxzv] {
    display: flex;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 0 0;
    cursor: pointer;
    border-top: 1px solid var(--primary);
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    .flex {
        > h3 {
            text-align: left;
            text-transform: uppercase;
            > span {
                color: var(--primary);
            }
        }
    }
}
.accordion-button > .flex[b-mpidlinxzv] {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .accordion-button > .flex .icon-div[b-mpidlinxzv] {
        width: 42px;
        height: 42px;
        background: var(--primary);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        min-width: 42px;
    }

.accordion-button > .flex .icon-div .icon[b-mpidlinxzv] {
    background-color: var(--web-white);
    width: 17px;
    height: 23px;
}

.accordion-content[b-mpidlinxzv] {
    text-align: left;
    margin: 0 20px 30px 20px;
    border-left: 2px solid var(--primary);
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.icon.accordion-icon[b-mpidlinxzv] {
    zoom: 200%;
}

.expand-icon-container[b-mpidlinxzv] {
    min-width: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    .icon {
        background-color: var(--web-white);
        width: 6px;
    }
}

.accordion-item[b-mpidlinxzv] {
    .section-title {
        > h4 {
            font-size: 21.8px;
            line-height: 32.7px;
        }
        .icon[b-mpidlinxzv] {
            width: 38px;
        }
    }
}
.expand-button[b-mpidlinxzv] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    color: var(--primary);
    cursor: pointer;
    font-weight: 500;
    font-size: 15.98px;
    padding-top: 12px;
}

@media (max-width: 1024px) {
    .accordion-button[b-mpidlinxzv] {
        font-size: 23.44px;
        font-weight: 600;
        line-height: 35.16px;
    }
    .accordion-content[b-mpidlinxzv] {
        font-size: 13.39px;
        font-weight: 400;
        line-height: 20.09px;
        
        .section-title {
            padding: 35px 0 15px;
        }
        
        > p[b-mpidlinxzv] {
            margin-bottom: 15px;
        }
    }
    .accordion-button > .flex .icon-div[b-mpidlinxzv] {
        
    }
}
@media (max-width: 768px) {
    .accordion-button[b-mpidlinxzv] {
        font-family: Poppins;
        font-size: 20.09px;
        font-weight: 600;
        line-height: 30.13px;
    }
    .accordion-content[b-mpidlinxzv] {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .icon.accordion-icon[b-mpidlinxzv] {
        zoom: 150%;
    }
    > button[b-mpidlinxzv] {
        font-size: 1.1rem;
    }
    .accordion-button > .flex .icon-div[b-mpidlinxzv] {
        
    }
}



/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_Nights.cshtml.rz.scp.css */
.night-card[b-5h8lkco0rn] {
    width: 119.82px !important;
    height: 66.57px !important;
    border-radius: 13.31px;
    border: 0.67px solid #808080;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    
    p {
        font-size: 15.98px;
        font-weight: 400;
        line-height: 23.96px;
        text-align: center;
    }
    
    h5[b-5h8lkco0rn] {
        font-size: 18.64px;
        font-weight: 700;
        line-height: 27.96px;
        text-align: center;
    }

}

.night-card.active[b-5h8lkco0rn] {
    background: var(--primary);
    border-color: var(--primary);
    font-size: 15.98px;
    font-weight: 700;
    line-height: 23.96px;
    text-align: center;
    color: var(--web-white);
    
    h5 {
        display: none;
    }
}

.swiper-button[b-5h8lkco0rn] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--primary);
    width: 39px;
    height: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}
.swiper-button .icon[b-5h8lkco0rn] {
    background-color: var(--primary-white);
}
.swiper-button:hover[b-5h8lkco0rn] {
    background-color: var(--primary-75);
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_Overview.cshtml.rz.scp.css */
#overview .overview-text[package-overview] {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Show only 4 lines initially */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.read-more[package-overview] {
    color: var(--primary);
    font-size: 11.85px;
    font-weight: 500;
    line-height: 17.77px;
    text-decoration: none;
    display: flex;
    gap: 5px;
    cursor:pointer;
    .icon
    {
        background-color: var(--primary);
    }

}

.arrow-right-icon[package-overview] {
    margin-left: 10px;
}

.description[package-overview] {
    text-align: left;
    flex: 1;
    /*padding: 15px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}
p[package-overview]{
    text-align: left;
}
p+p[package-overview] {
    margin-top: 10px;
}
.more-text[package-overview] {
    display: none; /* Hide the rest of the text initially */
}
@media screen and (max-width: 767px) {
    text-align: justify;[package-overview]
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_PackageHeroBanners.cshtml.rz.scp.css */
#page-swiper[b-ggny7ddrqp] {
    height: 100svh;
}
#page-swiper-prev[b-ggny7ddrqp] {
    left: 20px;
    z-index: 2;
    cursor: pointer;
    background-color: var(--web-white);
    border-radius: 50%;
    height: 49px;
    width:49px;
    filter: none;
}

#page-swiper-next[b-ggny7ddrqp] {
    right: 20px;
    z-index: 2;
    cursor: pointer;
    background-color: var(--web-white);
    border-radius: 50%;
    height: 49px;
    width: 49px;
    filter: none;
}
.no-price[b-ggny7ddrqp] {
    font-weight:500!important;
}
span.icon.pin-icon.white[b-ggny7ddrqp] {
    width: 35px;
    height: 35px;
}

section#package-hero-banners .swiper-slide[b-ggny7ddrqp]::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 80%);
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    content:"";
    width:100%;
    height:100%;
}

img[b-ggny7ddrqp] {
    position: absolute;
    height: 100svh;
    object-fit: cover;
    width: 100%;
 }

.swiper-slide[b-ggny7ddrqp] {
    height: initial;
}

.icon.chevron-right-icon[b-ggny7ddrqp], .icon.chevron-left-icon[b-ggny7ddrqp] {
    background: var(--primary);
}

#package-info-overlay[b-ggny7ddrqp]{
    height: 100svh;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--web-white);
    flex-direction: column;
    top: 20%;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

#package-info-overlay .location[b-ggny7ddrqp]{
    margin-bottom: 20px;
}

#package-info-overlay .location .icon[b-ggny7ddrqp]{
    width: 20px;
    height: 26px;
}

#package-info-overlay .destinations-text[b-ggny7ddrqp]{
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
}

.special-offer[b-ggny7ddrqp] {
    width: 100%;
    text-align: center;
    
    span {
        background-color: var(--secondary);
        color: var(--primary-black);
        border-radius: 20px;
        font-weight: 600;
        font-size: 24px;
        padding: 5px 25px;
    }
}

.info-text[b-ggny7ddrqp] {
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
h1[b-ggny7ddrqp] {
    color: var(--web-white);
    font-family: Poppins;
    font-size: 64px;
    font-weight: 600 !important;
    text-align: center;
}
.button-container[b-ggny7ddrqp] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
    pointer-events: all;
}
.button-like[b-ggny7ddrqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: var(--web-white);
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width:300px;
}
.button-text[b-ggny7ddrqp] {
    font-weight: 400;
    font-size: 24px;
    color: black;
    padding-left: 10px;
}
select[b-ggny7ddrqp] {
    cursor: pointer;
    -webkit-appearance: button;
    pointer-events: all;
}
    select.sort-option option[b-ggny7ddrqp] {
        color: black; 
    }
        select.sort-option option:hover[b-ggny7ddrqp] {
            background-color: #ddd; 
        }
span.icon.phone-icon.black[b-ggny7ddrqp] {
    width: 24.58px;
    Height: 23.38px;
}
span.icon.envelope-icon.black[b-ggny7ddrqp]{
    width: 24.58px;
    Height: 18.38px;
}
.middle-border[b-ggny7ddrqp] {
    margin: 0 25px;
    border-left: 2px solid var(--grey-line);
    height: 50px;
    content: "";
}
.prices[b-ggny7ddrqp] {
    display: grid;
}
.price[b-ggny7ddrqp] {
    font-size: 24px;
    font-weight: 500; 
}
.duration[b-ggny7ddrqp] {
    display: grid;
    #nightSpan {
        font-size: 24px;
        font-weight: 500; 
    }
    #nightSpan[b-ggny7ddrqp]::after {
        content: " Nights";
    }
}
.destinations-text[b-ggny7ddrqp] {
    font-size: 36px;
    font-weight: 400;
}
@media (max-width: 1200px) {
    h1[b-ggny7ddrqp] {
        font-size: 48px;
    }
}
@media (max-width: 900px) {
    h1[b-ggny7ddrqp] {
        font-size: 40px;
    }
}
@media (max-width: 780px) {
    .swiper-button[b-ggny7ddrqp] {
        display: flex;
    }
    h1[b-ggny7ddrqp] {
        font-size: 36px;
    }
}
@media(max-width: 610px) {
    #package-info-overlay .location .icon[b-ggny7ddrqp] {
        width: 16px;
        height: 20px;
    }
    #package-info-overlay h1[b-ggny7ddrqp] {
        padding-left: 16px;
        padding-right: 16px;
    }
    #package-info-overlay .destinations-text[b-ggny7ddrqp] {
        font-size: 22px;
    }
    #page-swiper-prev[b-ggny7ddrqp] {
        left: 3px;
    }

    #page-swiper-next[b-ggny7ddrqp] {
        right: 3px;
    }
    .info-text[b-ggny7ddrqp] {
        font-size: 16px;
    }
    .special-offer[b-ggny7ddrqp]
    {
        span
        {
            font-weight: 500;
            font-size: 20px;
        }
      }

    .right-circle-icon[b-ggny7ddrqp], .left-circle-icon[b-ggny7ddrqp] {
        height: 10px
    }
    .header-fancy[b-ggny7ddrqp] {
        font-size: 24px;
    }
    .right-text[b-ggny7ddrqp]{
        font-size: 24px;
    }
    .button-like[b-ggny7ddrqp] {
        width: 200px;
    }
    .right-border[b-ggny7ddrqp] {
        margin-right: -91px;
    }
    select[b-ggny7ddrqp]{
        -webkit-appearance: auto;
        font-size: 15px;
    }
    .button-text[b-ggny7ddrqp], .price[b-ggny7ddrqp], .duration[b-ggny7ddrqp], .duration-text[b-ggny7ddrqp], #nightSpan[b-ggny7ddrqp], .destinations-text[b-ggny7ddrqp] {
        font-size: 15px;
    }
    .nights[b-ggny7ddrqp] {
        width: 55%;
        padding-left: 17px;
    }
    .prices[b-ggny7ddrqp]{
        padding-right: 30px;
    }
    .banner[b-ggny7ddrqp] {
        padding-top: 30px;
    }
    #banner-swiper-prev[b-ggny7ddrqp] {
        left: 5px;
        .icon
            {
            height: 10px;
        }
    }

    #banner-swiper-next[b-ggny7ddrqp] {
        right: 5px;
        .icon {
            height: 10px;
        }
    }

.duration[b-ggny7ddrqp]{
    #nightSpan
    {
        font-size: 15px;
    }
}
    h1[b-ggny7ddrqp] {
        font-size: 28px;
    }
}
@media(max-width: 410px) {
    .button-container[b-ggny7ddrqp] {
        margin-top: 0px;
    }
    .button-like[b-ggny7ddrqp]{
        width: 167px;
    }
    #package-info-overlay[b-ggny7ddrqp] {
        top: 14%;
    }
    
    h1[b-ggny7ddrqp] {
        font-size: 28px;
    }
  
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_PhotoGallery.cshtml.rz.scp.css */
/* 
**********************************************************************************
 Please import newexperience/gallery.css file to the page for the gallery to work 
 Do not import styles here, as it will not work as expected.
**********************************************************************************
*/
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_Prices.cshtml.rz.scp.css */
#prices[b-24jrb6l6ii] {
    background: var(--primary-50);
}

#EnquireNavigation[b-24jrb6l6ii] {
    display: none;
}

.nav-container[b-24jrb6l6ii] {
    display: none;
}

.enquiry-container[b-24jrb6l6ii] {
    background: var(--web-white);
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
select[b-24jrb6l6ii] {
    width: 100%;
    border-radius: 9.88px;
    color: var(--primary-black);
    padding: 6px 14px;
    text-align: left;
    background: white;
    font-weight: 500;
    font-size: 13.18px;
    line-height: 19.77px;
    cursor: pointer;
}
.prices-header[b-24jrb6l6ii] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;

    .filters {
        display: flex;
        gap: 16px;

        > label {
            font-size: 11.86px;
            font-weight: 500;
            line-height: 17.79px;
        }

        .dropdown[b-24jrb6l6ii] {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.76562%200.565129L4.14193%204.36621L0.518228%200.565129%22%20stroke%3D%22%230C0C0C%22%20stroke-width%3D%220.988281%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position-x: calc(100% - 15px);
            background-position-y: 14px;
        }
    }
}

#contactUsSectionNoPrices[b-24jrb6l6ii] {
    display: none;
}

#contactUsForPriceYears[b-24jrb6l6ii] {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
}

.data-row[b-24jrb6l6ii] {
    margin-bottom: 30px !important;

    .swiper-section {
        position: relative;
    }

    .white-shadow[b-24jrb6l6ii] {
        position: absolute;
        right: 0;
        width: 100px;
        background: linear-gradient(
                90deg,
                rgba(2, 0, 36, 1) 0%,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 1) 100%
        );
        z-index: 2;
        margin: auto;
        top: 0;
        bottom: 0;
    }


    > h3[b-24jrb6l6ii] {
        font-size: 18.45px;
        font-weight: 700;
        line-height: 31.63px;
        text-align: left;
    }

    .price-div[b-24jrb6l6ii] {
        background: var(--web-white);
        width: 97.29px !important;
        height: 97.29px !important;
        border-radius: 14.59px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        cursor: pointer;

        > p {
            font-size: 13.18px;
            font-weight: 500;
            line-height: 19.77px;
        }

        .month-name[b-24jrb6l6ii] {
            font-size: 15.81px;
            font-weight: 700;
            line-height: 23.72px;
        }

        .price-text[b-24jrb6l6ii] {
            font-size: 18.45px;
            font-weight: 700;
            line-height: 27.67px;
            text-align: center;
        }
    }

    .price-div.lowest[b-24jrb6l6ii] {
        > p {
            color: var(--secondary);
        }
    }

    .price-div.active[b-24jrb6l6ii] {
        background: var(--primary);

        > p {
            color: var(--web-white);
        }
    }
}

.data-row:has(.next.swiper-button-disabled) .white-shadow[b-24jrb6l6ii] {
    display: none !important;
}

.price-disclaimer[b-24jrb6l6ii] {
    font-weight: 400;
    font-style: italic;
    font-size: 13.18px;
}

.request-h4[b-24jrb6l6ii] {
    font-size: 13.18px !important;
}

.swiper-button[b-24jrb6l6ii] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--primary);
    width: 39px;
    height: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}

.swiper-button .icon[b-24jrb6l6ii] {
    background-color: var(--primary-white);
}

.swiper-button:hover[b-24jrb6l6ii] {
    background-color: var(--primary-75);
}

span.icon.info-icon[b-24jrb6l6ii] {
    margin-right: 6px;
    margin-bottom: -2px;
}

.enquiry[b-24jrb6l6ii] {
    text-align: center;

    > p {
        font-size: 20.45px;
        font-weight: 400;
        line-height: 25px;
    }

    .price-text[b-24jrb6l6ii] {
        font-size: 39.43px;
        font-weight: 400;
        line-height: 55px;

        > span {
            font-weight: 700;
        }
    }
}

.buttons[b-24jrb6l6ii] {
    display: flex;
    gap: 5px;
}

.buttons-centered[b-24jrb6l6ii] {
    justify-content: center;
}

.btn[b-24jrb6l6ii] {
    background: var(--primary-gradient);
    font-size: 17.53px;
    font-weight: 600;
    line-height: 26.29px;
    color: var(--web-white);
    padding: 0 10px;
    text-align: center;
    border-radius: 10.95px;
    height: 46.73px;
    display: flex;
    align-items: center;
    justify-content: center;

    .icon {
        width: 26px;
        height: 28px;
        background-color: var(--web-white);
    }

    .contact-number[b-24jrb6l6ii] {
        display: none;
    }

}

.btn-enquire[b-24jrb6l6ii] {
    min-width: 228px;
    cursor: pointer;
}

.navigation[b-24jrb6l6ii] {
    order: 1;
    flex: 1;
    width: 100%;
}

.nav[b-24jrb6l6ii] {
    margin-top: 20px;
}

@media screen and (max-width: 1400px) {
    .package-data-swiper-next[b-24jrb6l6ii] {
        right: 10px;
    }
}

@media screen and (max-width: 600px) {
    .nav-container[b-24jrb6l6ii] {
        display: flex;
        flex-direction: column;
    }

    .btn-enquire[b-24jrb6l6ii] {
        min-width: unset;
    }

    .buttons[b-24jrb6l6ii] {
        order: 2;
        margin-left: auto;
        width: 100%;

        .btn {
            font-size: 14.2px;
            font-weight: 600;
            line-height: 21.29px;
            flex: 1;

            .contact-number {
                display: block;
                margin-left: 5px;
            }
        }

        .btn-enquire[b-24jrb6l6ii] {
            min-width: unset;
        }
    }

    .d-xl-none[b-24jrb6l6ii] {
        display: flex !important;
    }

    .enquiry-container[b-24jrb6l6ii] {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .title[b-24jrb6l6ii] {
        font-size: 16.78px;
        font-weight: 400;
        line-height: 25.17px;
        display: flex;
        flex-direction: column;

        > span {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        > span:first-child[b-24jrb6l6ii] {
            font-size: 25.92px;
            font-weight: 600;
            line-height: 38.88px;
        }

        .icon[b-24jrb6l6ii] {
            display: block;
            width: 11px;
            height: 15px;
        }
    }

    .enquiry[b-24jrb6l6ii] {
        > p {
            font-size: 16.56px;
            font-weight: 400;
            line-height: 24.84px;
        }

        .price-text[b-24jrb6l6ii] {
            font-size: 31.94px;
            font-weight: 400;
            line-height: 47.91px;

            > span {
                font-weight: 700;
            }
        }
    }

    .nav a[b-24jrb6l6ii] {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    #enquire-nav[b-24jrb6l6ii] {
        top: -60px;
    }

    .prices-header[b-24jrb6l6ii] {
        flex-direction: column;
        padding-bottom: 30px;

        .section-title {
            padding-bottom: 10px;
        }

        .filters[b-24jrb6l6ii] {
            justify-content: center;
        }
    }

    .data-row .white-shadow[b-24jrb6l6ii] {
        display: none !important;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_RelatedHolidays.cshtml.rz.scp.css */
#related-holidays[b-3bolyip3z4] {
    padding: 60px 0;
}

.swiper.related-holidays-swiper .swiper-slide[b-3bolyip3z4] {
    padding: 15px;
}

.swiper-slide[b-3bolyip3z4] {
    width: 414px;
    padding: 15px 10px;
}
span.swiper-button.next.related-holidays-swiper-prev[b-3bolyip3z4] {
    top: 35%;
}
.swiper-button[b-3bolyip3z4] {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--primary);
    width: 39px;
    height: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}
.swiper-button .icon[b-3bolyip3z4] {
    background-color: var(--primary-white);
}
.swiper-button:hover[b-3bolyip3z4] {
    background-color: var(--primary-75);
}
.img-icon[b-3bolyip3z4] {
    width: 48.18px;
    height: 48.18px;
   margin-right:5px;
}
@media screen and (min-width: 1400px) {

    .swiper.related-holidays-swiper .next[b-3bolyip3z4] {
        right: 3px;
    }   
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_ReviewCard.cshtml.rz.scp.css */
.review-card[b-vjd6a96j2u] {
    display: flex;
    min-height: 310px;
    margin-bottom: 40px;
    border: 4px solid var(--primary)!important;
    border-radius: 32.25px;
    overflow: hidden;
    height: 300px;
    .images {
        position: relative;
        width: 350px;
    }

    .description[b-vjd6a96j2u] {
        text-align: left;
        flex: 1;
        padding: 22px;
        position: relative;



        > p {
            font-size: 14.53px;
            font-weight: 400;
            line-height: 21.8px;
            text-align: left;
            margin-bottom: 10px;
        }
        .hotel-name[b-vjd6a96j2u] {
            font-size: 18.17px;
            font-weight: 600;
            line-height: 27.25px;
            margin-bottom: 49px;
        }
    }

}

@media screen and (max-width: 767.98px) {
    .review-card[b-vjd6a96j2u] {
        flex-direction: column;
        border-radius: 32px;
        height: auto;

        .images {
            width: 100%;
            height: 270px;
            
            img {
                border-radius: 0 0 32px 32px;
            }
        }

        .description[b-vjd6a96j2u] {
            h3 {
                margin-bottom: 10px;
            }
        }
    }
}

@media screen and (max-width: 567px) {
    .review-card .images[b-vjd6a96j2u]{
        height: 209px;
    }
}

/* swiper buttons*/
.swiper-slide-container[b-vjd6a96j2u] {
    position: relative;
    height: 100%;
}

.swiper-section[b-vjd6a96j2u] {
    position: relative;
    height: 100%;
}

.swiper[b-vjd6a96j2u] {
    height: 100%;
}

.swiper img[b-vjd6a96j2u] {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.swiper-button[b-vjd6a96j2u] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--web-white);
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}

.swiper-button .icon[b-vjd6a96j2u] {
    background-color: var(--primary);
}

.swiper-button:hover[b-vjd6a96j2u] {
    background-color: var(--primary-75);
}

.review-swiper-next[b-vjd6a96j2u] {
    right: 15px;
}

.review-swiper-prev[b-vjd6a96j2u] {
    left: 15px;
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_Rooms.cshtml.rz.scp.css */
.room-card[b-j8a7tyrtbr] {
    min-height: 250.89px;
    margin-bottom: 40px;
    border: 0.66px solid #808080;
    border-radius: 32.25px;
    overflow: hidden;
    .image
        {
            position: relative;
            float: left;
            width: 40%;
            img
{
    height: 100%;
    position: relative;
    float: left;
    min-height: 300px;
    max-height: 300px;
}

.icon-image[b-j8a7tyrtbr] {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    background-color: var(--web-white);
    bottom: 15px;
    left: 15px;
    justify-content: center;
    border-radius: 50%;
    .icon

{
    background-color: var(--primary);
    width: 27px;
    height: 27px;
}

}
}

.description[b-j8a7tyrtbr] {
    text-align: left;
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    h3

{
    font-size: 21.06px;
    font-weight: 600;
    line-height: 31.59px;
    margin-bottom: 10px;
}

p[b-j8a7tyrtbr] {
    font-size: 14.48px;
    font-weight: 400;
    line-height: 21.72px;
    color: #404040;
    margin-bottom: 8px;
}

h6[b-j8a7tyrtbr] {
    font-size: 14.48px;
    font-weight: 500;
    line-height: 21.72px;
    margin-bottom: 8px;
    span

{
    font-size: 13.16px;
    font-weight: 400;
    line-height: 19.74px;
}

}

.read-more[b-j8a7tyrtbr] {
    color: var(--primary);
    font-size: 11.85px;
    font-weight: 500;
    line-height: 17.77px;
    text-decoration: none;
    display: flex;
    gap: 5px;
    .icon
{
    background-color: var(--primary);
}

}

.select-btn[b-j8a7tyrtbr] {
    position: absolute;
    right: 0;
    bottom: 30px;
    border: 1.32px solid var(--primary);
    background: var(--primary-50);
    color: var(--primary);
    width: 164px;
    text-align: center;
    border-radius: 10.53px 0 0 10.53px;
    font-size: 19.74px;
    font-weight: 500;
    line-height: 29.62px;
    padding: 4px 10px;
    cursor: pointer;
}

.amount[b-j8a7tyrtbr] {
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--primary);
    font-size: 26.33px;
    font-weight: 700;
    line-height: 39.49px;
}

}
}

.room-card.active[b-j8a7tyrtbr] {
    border: 2.63px solid var(--primary);
    .select-btn

{
    background: var(--primary) !important;
    color: var(--web-white) !important;
}

}
.title-text[b-j8a7tyrtbr]{
   font-size:22px;
   font-weight:600;
}
/* swiper buttons*/
.swiper-slide-container[b-j8a7tyrtbr] {
    position: relative;
    height: 100%;
}

.swiper-section[b-j8a7tyrtbr] {
    position: relative;
    height: 100%;
}

.swiper[b-j8a7tyrtbr] {
    height: 100%;
}

    .swiper img[b-j8a7tyrtbr] {
        height: 100%;
    }

.swiper-button[b-j8a7tyrtbr] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--web-white);
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}

    .swiper-button .icon[b-j8a7tyrtbr] {
        background-color: var(--primary);
    }

    .swiper-button:hover[b-j8a7tyrtbr] {
        background-color: var(--primary-75);
    }

.room-swiper-next[b-j8a7tyrtbr] {
    right: 30px;
}

.room-swiper-prev[b-j8a7tyrtbr] {
    left: 30px;
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_SearchPageBanner.cshtml.rz.scp.css */
#page-swiper[b-tvv0ai24cv] {
    height: 80dvh;
}
#page-swiper-prev[b-tvv0ai24cv] {
    left: 20px;
    z-index: 2;
    cursor: pointer;
    background-color: var(--web-white);
    border-radius: 50%;
    height: 49px;
    width:49px;
    filter: none;
}
#page-swiper-next[b-tvv0ai24cv] {
    right: 20px;
    z-index: 2;
    cursor: pointer;
    background-color: var(--web-white);
    border-radius: 50%;
    height: 49px;
    width: 49px;
    filter: none;
}
span.icon.pin-icon.white[b-tvv0ai24cv] {
    width: 35px;
    height: 35px;
}

section#search-hero-banners .swiper-slide[b-tvv0ai24cv]::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 80%);
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    content:"";
}

/*img {
    position: absolute;
    height: 100vh;
    object-fit: cover;
    width: 100%;
 }*/
img[b-tvv0ai24cv] {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}
.swiper-slide[b-tvv0ai24cv] {
    height: initial;
}

.icon.chevron-right-icon[b-tvv0ai24cv], .icon.chevron-left-icon[b-tvv0ai24cv] {
    background: var(--primary);
}
.image-replacement[b-tvv0ai24cv] {
    height: 600px;
    width: 100%;
    background: linear-gradient(95deg, #132A65 0.16%, #45B1E8 100%);
}
#search-info-overlay[b-tvv0ai24cv] {
    width: 100%;
    height: 60dvh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--web-white);
    flex-direction: column;
    top: 20%;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

    #search-info-overlay .location[b-tvv0ai24cv] {
        margin-bottom: 20px;
    }

#search-info-overlay .location .icon[b-tvv0ai24cv] {
    width: 20px;
    height: 26px;
}

#search-info-overlay .destinations-text[b-tvv0ai24cv] {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
}

.special-offer[b-tvv0ai24cv] {
    width: 100%;
    text-align: center;
    
    > h1 {
       color:white;
       font-size: 40px;
       line-height: 1.2;
       font-weight:600;
    }
}


@media (max-width: 780px) {
    .swiper-button[b-tvv0ai24cv] {
        display: flex;
    }

    .special-offer[b-tvv0ai24cv] {
        > span{
              font-size: 30px;
            }
    }
}
@media(max-width: 610px) {
    #banner-swiper-prev[b-tvv0ai24cv] {
        left: 5px;
        .icon
            {
            height: 10px;
        }
    }

    #banner-swiper-next[b-tvv0ai24cv] {
        right: 5px;
        .icon {
            height: 10px;
        }
    }

}
@media(max-width: 410px) {
    .special-offer[b-tvv0ai24cv] {
        > span{
    font-size: 32px;
   }
}
    #search-info-overlay[b-tvv0ai24cv] {
        top: 12%;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_SimilarHotels.cshtml.rz.scp.css */
#similar-hotels[b-ypqcrxjyj4] {
    padding: 60px 0;
}

#similar-hotels-swiper .swiper-slide[b-ypqcrxjyj4] {
    padding: 15px;
}

.swiper-slide[b-ypqcrxjyj4] {
    width: 414px;
    padding: 15px 10px;
}

.swiper-button[b-ypqcrxjyj4] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--primary);
    width: 39px;
    height: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}
.swiper-button .icon[b-ypqcrxjyj4] {
    background-color: var(--primary-white);
}
.swiper-button:hover[b-ypqcrxjyj4] {
    background-color: var(--primary-75);
}

@media screen and (min-width: 1400px) {
    #similar-hotels-swiper .prev[b-ypqcrxjyj4] {
        left: -15px;
    }

    #similar-hotels-swiper .next[b-ypqcrxjyj4] {
        right: -15px;
    }   
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/PackagePage/Partials/_WhatIsIncluded.cshtml.rz.scp.css */
.included-options[b-uumhmjptik] {
    .header {
        background: var(--primary-50);
        border-radius: 20px 20px 0px 0px;
        display: flex;
        padding: 27px;
        
        > div{
            flex: 1;
        }

        .image[b-uumhmjptik] {
            background: var(--primary);
            width: 50.87px;
            height: 50.87px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: auto;

            .icon {
                width: 30px;
                height: 30px;
                background-color: var(--web-white);
            }
        }

        .label[b-uumhmjptik] {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
        }
    }
    
    .body[b-uumhmjptik] {
        > ul {
            padding-left: 0;
            list-style: none;
            
            > li {
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                padding: 10px 15px;
                border: 1px solid var(--primary-75);
                display: flex;
                align-items: center;
                gap: 15px;
                text-align: left;
                
                .icon {
                    background-color: var(--primary);
                    width: 16px;
                    height: 16px;
                }
            }
        }
        .more-button[b-uumhmjptik] {
            color: var(--primary);
            font-weight: 500;
            cursor: pointer;
            margin-top: 15px;
        }
    }
}

@media screen and (max-width: 1199.98px) {
    .included-options[b-uumhmjptik] {
        .header {
            .image {
                width: 42.58px;
                height: 42.58px;

                .icon {
                    width: 24px;
                    height: 24px;
                }
            }
            
            .label[b-uumhmjptik] {
                font-size: 13.39px;
                font-weight: 500;
                line-height: 20.09px;
            }
        }
        
        .body[b-uumhmjptik] {
            > ul {
                > li {
                    font-size: 13.39px;
                    line-height: 20.09px;
                }
            }
        }
    }
}

@media screen and (max-width: 991.98px) {
    .included-options[b-uumhmjptik] {
        .header {
            flex-wrap: wrap;
            row-gap: 20px;
            
            > div {
                flex: 1 1 33.33%;
            }
        }

        .body[b-uumhmjptik] {
            > ul {
                > li {
                    font-size: 16px;
                    line-height: 24px;
                }
            }
        }
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/SearchArea/Default.cshtml.rz.scp.css */
.slider[b-kkm2gkb6bv] {
  position: relative;
  padding-bottom: 40px;
}

.filter-category h4[b-kkm2gkb6bv] {
  margin-bottom: 8px;
}

.swiper-section[b-kkm2gkb6bv] {
  position: relative;
}

.sort-section-lg[b-kkm2gkb6bv] {
  display: flex;
}

.package-count[b-kkm2gkb6bv] {
  background: var(--primary-gradient);
  height: 77px;
  padding: 0 30px;
  font-size: 19.83px;
  font-weight: 600;
  line-height: 29.74px;
  color: var(--web-white);
  border-radius: 16.52px 0 0 16.52px;
  display: flex;
  align-items: center;
}

.sort-div[b-kkm2gkb6bv] {
  display: flex;
  align-items: center;
  background: var(--primary-50);
  padding: 0 20px;
  gap: 35px;
}

.sort-text[b-kkm2gkb6bv] {
  font-size: 18.17px;
  font-weight: 400;
  line-height: 27.26px;
  color: var(--primary-black);
}

.sort-option[b-kkm2gkb6bv] {
  background: var(--primary-75);
  padding: 6.61px 0px;
  border-radius: 12.39px;
  color: var(--web-white);
  gap: 5px;
  font-size: 18.17px;
  font-weight: 600;
  line-height: 27.26px;
  width: 180px;
  cursor: pointer;
  text-align: center;
}

.dropdown[b-kkm2gkb6bv] {
  background-image: url("data:image/svg+xml;utf8,<svg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.1074 1.76121L5.56394 6.5271L1.02046 1.76121' stroke='white' stroke-width='1.65217' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: 16px;
}

.sort-option.active[b-kkm2gkb6bv] {
  background-color: var(--primary);
}

.input[b-kkm2gkb6bv] {
  border: 1px solid #ccc;
  border-radius: 9px;
  text-align: center;
  width: 170px;
}

.search-input-area[b-kkm2gkb6bv] {
  background: var(--primary-50);
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  border-radius: 0 16.52px 16.52px 0;
}

input.search[b-kkm2gkb6bv] {
  background-color: var(--web-white);
  background-position: 95%;
  background-repeat: no-repeat;
  flex-grow: 1;
  margin: 0 20px;
  text-align: left;
  border: 1px solid var(--primary);
  height: 40px;
}

input.search[b-kkm2gkb6bv]::placeholder {
  color: var(--primary);
  font-weight: 600;
}

input.search[b-kkm2gkb6bv]::-ms-input-placeholder {
  color: var(--primary);
  font-weight: 600;
}

.search-input-area button[b-kkm2gkb6bv] {
  cursor: pointer;
  position: absolute;
  height: 35px;
  right: 21px;
  padding: 0px 10px;
}

.search-input-area .search-icon-2[b-kkm2gkb6bv] {
  background-color: var(--primary);
}
.search-input-area .cross-icon[b-kkm2gkb6bv] {
    background-color: var(--primary);
}

.content-area[b-kkm2gkb6bv] {
    display: flex;
    gap: 15px;
}

.sidebar[b-kkm2gkb6bv] {
  width: 236px;
  min-width: 236px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar h4[b-kkm2gkb6bv] {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: var(--primary-black);
  display: flex;
  align-items: center;
}

.sidebar h4 .icon[b-kkm2gkb6bv] {
  width: 24px;
  margin-right: 5px;
  margin-left: -5px;
}

.text-input[b-kkm2gkb6bv] {
  border-radius: 12px;
  border: 2px solid #c8c9ca;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #404040;
  padding: 2px 10px;
  margin: 15px auto;
}

.results[b-kkm2gkb6bv] {
  flex: 1;
  width: calc(100% - 251px);
}

.white-shadow[b-kkm2gkb6bv] {
    position: absolute;
    right: 0;
    width: 100px;
    height: calc(100% - 20px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--web-white) 96%);
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
}
.white-shadow-left[b-kkm2gkb6bv] {
    position: absolute;
    left: 0;
    width: 125px;
    height: calc(100% - 20px);
    background: linear-gradient(90deg, var(--web-white) 7%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
}
.slider:has(.package-data-swiper-next.swiper-button-disabled) .white-shadow[b-kkm2gkb6bv]{
  display: none;
}
.slider:has(.package-data-swiper-prev.swiper-button-disabled) .white-shadow-left[b-kkm2gkb6bv] {
    display: none;
}

.package-data-swiper .swiper-slide[b-kkm2gkb6bv] {
  width: 434px;
  padding: 15px 10px;
}

.package-data-swiper-next[b-kkm2gkb6bv] {
  right: -15px;
}

.input-container:has(> .flex > .parent-checkbox:checked) .child-checkboxes[b-kkm2gkb6bv] {
  display: block;
}
.section-header .icon[b-kkm2gkb6bv] {
  width: 40px;
  height: 36px;
}

.swiper-button[b-kkm2gkb6bv] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: var(--primary);
  width: 39px;
  height: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter: contrast(1);
}
.swiper-button .icon[b-kkm2gkb6bv] {
  background-color: var(--primary-white);
}
.swiper-button:hover[b-kkm2gkb6bv] {
  background-color: var(--primary-75);
}

.prev[b-kkm2gkb6bv] {
  left: -12px !important;
}

.next[b-kkm2gkb6bv] {
  right: -20px !important;
}
.btn-enquire[b-kkm2gkb6bv]{
    min-width: 200px;
    cursor: pointer;
}

.btn[b-kkm2gkb6bv]{
    background: var(--primary-gradient);
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    color: var(--web-white);
    padding: 0px 10px;
    text-align: center;
    border-radius: 10px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons[b-kkm2gkb6bv] {
    display: flex;
    gap: 5px;
}
span.icon.phone-fill-icon[b-kkm2gkb6bv] {
    width: 30px;
    height: 30px;
    margin: 5px;
}
.buttons-centered[b-kkm2gkb6bv] {
    justify-content: center;
    margin-top: 10px;
}
@media screen and (min-width: 1400px) {
  .card-section[b-kkm2gkb6bv] {
    margin-left: -25px;
    margin-right: 25px;
  }
}

@media screen and (min-width: 1600px) {
  .card-section[b-kkm2gkb6bv] {
    margin-left: -125px;
    margin-right: 125px;
  }
}

@media screen and (max-width: 1400px) {
  .package-data-swiper-next[b-kkm2gkb6bv] {
    right: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .filter-btn-mobile[b-kkm2gkb6bv],
  .sorting-mobile[b-kkm2gkb6bv],
  .sorting-options-mobile[b-kkm2gkb6bv] {
    display: none;
  }

  .results .slider:first-child .section-title[b-kkm2gkb6bv] {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  #countries-input[b-kkm2gkb6bv] {
    display: none;
  }

  .sort-section-lg[b-kkm2gkb6bv] {
    display: none;
  }

  .filter-btn-mobile[b-kkm2gkb6bv] {
    display: block;
    background: var(--primary);
    border-radius: 20px;
    width: 54px;
    height: 54px;
    cursor: pointer;
  }

  input.search[b-kkm2gkb6bv] {
    border: 1px solid #c8c9ca;
  }

  .filter-btn-mobile .settings-icon[b-kkm2gkb6bv] {
    width: 34px;
    height: 34px;
    background-color: var(--web-white);
  }

  .sorting-options-mobile[b-kkm2gkb6bv] {
    display: block;
  }

  .search-input-area[b-kkm2gkb6bv] {
    background: none;
  }

  input.search[b-kkm2gkb6bv] {
    height: 54px;
    border-radius: 20px !important;
    margin-right: 0;
  }

  .search-input-area button[b-kkm2gkb6bv] {
    height: 52px;
    right: 0;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;

    .search-icon {
      width: 20px;
      height: 20px;
    }
  }

  .sidebar[b-kkm2gkb6bv] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--web-white);
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 100;
    gap: 0;
  }

  .sidebar > div[b-kkm2gkb6bv] {
    padding: 20px 25px;
  }

  .sorting-mobile[b-kkm2gkb6bv] {
    display: block;
    position: fixed;
    width: 100%;
    padding: 0 !important;
    top: 0;
    z-index: 1;
  }

  .popup-header[b-kkm2gkb6bv] {
    padding: 15px;
    background: var(--primary-gradient);
    text-align: center;
    position: relative;

    h4 {
      font-size: 24px;
      font-weight: 600;
      line-height: 36px;
      color: var(--web-white);
      justify-content: center;
    }

    p[b-kkm2gkb6bv] {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: var(--web-white);
    }

    .close[b-kkm2gkb6bv] {
      color: var(--web-white);
      font-size: 30px;
      position: absolute;
      left: 20px;
      bottom: 0;
      top: 0;
      cursor: pointer;
    }
  }

  .popup-footer[b-kkm2gkb6bv] {
    background: var(--web-white);
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 15px;
    box-shadow: 0px -8px 16px 0px #42424226;

    button {
      background: var(--primary-gradient);
      top: 848px;
      border-radius: 18px;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      color: var(--web-white);
      padding: 15px 30px;
      gap: 10px;
      cursor: pointer;
    }
  }

  .package-data-swiper-next[b-kkm2gkb6bv] {
    display: none;
  } 
}
@media (max-width: 800px){
  .white-shadow[b-kkm2gkb6bv], .white-shadow-left[b-kkm2gkb6bv] {
    display: none !important;
  }
    .package-data-swiper-next[b-kkm2gkb6bv] {
        display: flex;
    } 
}
@media (max-width: 425px) {
    .btn-enquire[b-kkm2gkb6bv] {
        min-width: 120px;
    }

    .btn[b-kkm2gkb6bv] {
        font-size: 14px;
    }
    span.icon.phone-fill-icon[b-kkm2gkb6bv] {
        width: 20px;
        height: 20px;
        margin: 5px;
    }
}

/* _content/AffordableLuxuryTravel.Web/Pages/PackageOrSearch/Components/TitleBar/Default.cshtml.rz.scp.css */
section[b-jk7hq7gwes] {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: var(--web-white);
    box-shadow: 0 0 20px 0 var(--dark-blue);
    margin-bottom: 25px;
}
.content[b-jk7hq7gwes] {
    display: flex;
    flex-direction: row;
    color: var(--dark-blue);
    padding-top: 20px;
    padding-bottom: 20px;
}
.title[b-jk7hq7gwes] {
    flex-grow: 1;
    font-size: 14px;
    text-align: left;
    h1 {
        font-size: 28px;
    }
}
.expiry[b-jk7hq7gwes] {
    width: 33%;
    text-align: center;
    font-size: 14px;
    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .countdown[b-jk7hq7gwes] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .number[b-jk7hq7gwes] {
        width: 40px;
        height: 35px;
        background-color: var(--primary);
        border-radius: 10%;
        margin: auto;
        margin-bottom: 5px;
        color: var(--web-white);
        line-height: 35px;
        text-align: center;
        font-size: 16px;
    }
}
.details[b-jk7hq7gwes] {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.enquire i[b-jk7hq7gwes], .call i[b-jk7hq7gwes] {
    height: 25px;
}
.details span[b-jk7hq7gwes] {
    padding: 15px;
}
.details span:not(:last-child)[b-jk7hq7gwes]{
    border-right: 1px dotted black;
}
.details span > *:first-child[b-jk7hq7gwes] {
    margin-bottom: 5px;
}
/* _content/AffordableLuxuryTravel.Web/Pages/Partials/_Explore.cshtml.rz.scp.css */
img[b-jvxth355zw] {
    width: 310px;
    height: 380px;
    margin: auto;
    transition: transform var(--animation-speed) ease-in-out;
}
#explore-swiper[b-jvxth355zw] {
    max-width: 1079px;
}
.swiper-slide[b-jvxth355zw] {
    width: 245px;
}
.image-box[b-jvxth355zw] {
    overflow: hidden;
    display: block;
    margin: auto;
    position: relative;
}

.image-box img[b-jvxth355zw] {
    display: block;
}

h2.section-header[b-jvxth355zw] {
    border-top: 1px solid var(--grey-line);
    padding-top: 40px;
}


.swiper-button[b-jvxth355zw] {
    background: var(--primary);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    top: 65%;
}

.swiper-button.prev[b-jvxth355zw], .swiper-button.next[b-jvxth355zw] {
    filter: none;
    z-index: 26;
}

.section-header[b-jvxth355zw] {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

a[b-jvxth355zw] {
    display: block;
    color: var(--web-white);
    border-radius: 1em;
}

.slider-bottom-btn[b-jvxth355zw] {
    text-align: center;
    padding: 0 0 0 0;
}

h3.glass-background[b-jvxth355zw] {
    color: var(--web-white);
    font-weight: 400;
    width: 100%; 
    font-size: 1.75rem;
    transition: var(--animation-speed) ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 25px;
    font-family: 'Arbutus Slab', sans-serif;
    background-color: rgba(0, 0, 0, 0.15);
}

span.icon.explore-world[b-jvxth355zw] {
    width: 45px;
}


.text-overlay[b-jvxth355zw] {
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--dark-blue);
    font-weight: 500;
    width: 95%;
    margin-bottom: 0;
    font-size: 1.75rem;
    transition: var(--animation-speed) ease-in-out;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1025px) {
    .swiper-slide:hover[b-jvxth355zw] {
        img {
            transform: scale(1.1);
        }
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Partials/_HomeBanners.cshtml.rz.scp.css */
#banner-swiper[b-y6kwbmnu8b] {
    height: 100svh;
}
#banner-swiper-prev[b-y6kwbmnu8b] {
    left: 20px;
    z-index:2;
    cursor:pointer;
}
#banner-swiper-next[b-y6kwbmnu8b] {
    right: 20px;
    z-index:2;
    cursor: pointer;
}
.icon.chevron-right-icon[b-y6kwbmnu8b], .icon.chevron-left-icon[b-y6kwbmnu8b] {
    background: var(--primary);
}
.swiper-button[b-y6kwbmnu8b] {
    background: var(--web-white);
    height: 35px;
    width: 35px;
    border-radius: 500%;
}
.video[b-y6kwbmnu8b] {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100svh;
    width: 100dvw;
}
.banner[b-y6kwbmnu8b] {
    height: 100svh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--web-white);
    flex-direction: column;
    text-align: center;
}
img[b-y6kwbmnu8b] {
    position: absolute;
    height: 100svh;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.6);
}
.header-fancy[b-y6kwbmnu8b] {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 300 !important;
}

.header-name[b-y6kwbmnu8b] {
    font-size: 64px;
    text-transform: uppercase;
}

.info[b-y6kwbmnu8b] {
    display: flex;
    width: 100vw;
    margin-bottom: 20px;
}
.info[b-y6kwbmnu8b]:before {
    content: "|";
    position: absolute;
    left: 50%;
}
.nights[b-y6kwbmnu8b] {
    width: 50%;
    text-align: end;
    padding-right: 30px;
}
.prices[b-y6kwbmnu8b] {
    width: 50%;
    text-align: left;
    padding-left: 30px;
    display: block;
}
.icon.clock-icon[b-y6kwbmnu8b] {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 5px; /*TODO: Check if we can replace this with p:has(i): gap*/
}
.icon.tag-icon[b-y6kwbmnu8b] {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 5px;  /*TODO: Check if we can replace this with p:has(i): gap*/
}
.button[b-y6kwbmnu8b] {
    background-color: var(--web-white);
    transition: 0.5s;
    border: 1px solid var(--primary-black);
    align-items: center;
    color: var(--primary-black);
    margin-bottom: 2px;
    font-weight: 300;
    overflow: hidden;
}

.button:hover[b-y6kwbmnu8b] {
    transform: scale(1.05);
}

.button[b-y6kwbmnu8b]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-gradient);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1;
}

.button:hover[b-y6kwbmnu8b]::before {
    opacity: 0.15;
}

.button:hover span[b-y6kwbmnu8b]{
    animation: bounceIcon-b-y6kwbmnu8b 0.5s ease-in-out infinite alternate;
}

@keyframes bounceIcon-b-y6kwbmnu8b {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px);
    }
}

.arrow-right-icon[b-y6kwbmnu8b] {
    transition: 0.5s;
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
.search-area[b-y6kwbmnu8b] {
    bottom: 11svh;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 20;
    text-align: center
}
.ratings[b-y6kwbmnu8b] {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.8svh;
    margin-left: auto;
    z-index: 2;
    margin-right: auto;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .header-fancy[b-y6kwbmnu8b] {
        font-size: 30px;
    }
    .header-name[b-y6kwbmnu8b] {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 480px) {
    .header-fancy[b-y6kwbmnu8b] {
        font-size: 22px;
    }
    .header-name[b-y6kwbmnu8b] {
        font-size: 32px;
        line-height: 42px;
    }
    #banner-swiper-prev[b-y6kwbmnu8b] {
        left: 5px;
        .icon {
            height: 10px;
        }
    }
    #banner-swiper-next[b-y6kwbmnu8b] {
        right: 5px;
        .icon {
            height: 10px;
        }
    }
}
@media only screen and (max-width: 480px) {
    input[type=text][b-y6kwbmnu8b] {
        width: 270px;
        padding: 2px 10px;
        font-size: 13px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Partials/_HomeTrustPilotRow.cshtml.rz.scp.css */
h2[b-ynwg3psml7] {
  margin: 0 0 20px 0;
  padding: 0;
  color: #0f2131;
  justify-content: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}
h2[b-ynwg3psml7]:before {
  content: none;
}
h2[b-ynwg3psml7]:after {
  content: none;
}

@media screen and (max-width: 1024px) {
  h2[b-ynwg3psml7] {
    font-size: 26.88px;
    line-height: 40.31px;
  }
}

@media screen and (max-width: 767px) {
  h2[b-ynwg3psml7] {
    font-size: 28px;
    line-height: 42px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Partials/_TrendingDestinations.cshtml.rz.scp.css */
.row[b-y6ecd7sk5t] {
    gap: 30px;
    height: 300px;
    padding-bottom:10px;
}

.header-button[b-y6ecd7sk5t] {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.button[b-y6ecd7sk5t] {
    color: var(--web-white);
    background: var(--primary);
    border: none;
    font-weight:500;
    display: flex;
    max-width: 260px;
    align-items: center;
    justify-content: center;
}

.header-button .button:hover[b-y6ecd7sk5t] {
    background-color: var(--primary);
    color: var(--web-white);
}

a[b-y6ecd7sk5t] {
    position: relative;
    width: 100%;
    overflow: hidden;
    
}

img[b-y6ecd7sk5t] {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

span.price[b-y6ecd7sk5t] {
    font-weight: 700;
}
span.button-box[b-y6ecd7sk5t] {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.title[b-y6ecd7sk5t] {
    background: var(--secondary);
    font-size: 18px;
    color: var(--dark-blue);
    width: max-content;
    text-align: center;
    font-weight: 700;
}

.pricing[b-y6ecd7sk5t] {
    font-size: 18px;
    color: var(--web-white);
    width: max-content;
    text-align: center;
    left: auto !important;
    background-color: var(--primary);
    font-weight: 300;
}

.section-header[b-y6ecd7sk5t] {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

h2.section-header[b-y6ecd7sk5t] {
    border-top: 1px solid var(--grey-line);
    padding-top: 40px;
    font-size:28px;
    font-weight:600;
}

span.icon.trending-destination[b-y6ecd7sk5t] {
    width: 30px;
    height: 50px;
}

.active[b-y6ecd7sk5t] {
    background: var(--primary-75);
}

@media screen and (min-width: 1025px){
    a:hover img[b-y6ecd7sk5t] {
        scale: 1.2;
    }
}

@media (max-width: 800px) {
    .row[b-y6ecd7sk5t] {
        flex-direction: column;
        height: auto;
        margin-right: 10px;
        margin-left: 10px;
    }

    .destination[b-y6ecd7sk5t] {
        height: 250px;
    }
}

@media (max-width: 600px) {
    .button[b-y6ecd7sk5t] {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    span[b-y6ecd7sk5t], h3[b-y6ecd7sk5t] {
        font-size: 12px !important;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Partials/_WelcomeText.cshtml.rz.scp.css */
.established[b-chj84lwzt3] {
    font-size: 18px;
    color: var(--dark-blue)
}
h1[b-chj84lwzt3] {
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 58px;
    text-wrap: balance;
}
.content > *:not(:last-child)[b-chj84lwzt3] {
     margin-bottom: 10px!important; 
}
@media (max-width: 900px){
    h1[b-chj84lwzt3] {
        font-size: 50px
    }
}
@media (max-width: 700px) {
    h1[b-chj84lwzt3] {
        font-size: 40px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Partials/_WhyBook.cshtml.rz.scp.css */
#why-book[b-t6znybs6m0] {
    background-size: cover;
}
h2[b-t6znybs6m0] {
    color: var(--web-white);
}
h2[b-t6znybs6m0]:before , h2[b-t6znybs6m0]:after{
    border-color: var(--web-white)
}
span[b-t6znybs6m0] {
    display: flex;
    gap: 30px;
}
img.top[b-t6znybs6m0] {
    height: 50%;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.card[b-t6znybs6m0] {
    background-color: var(--web-white);
    color: var(--dark-blue);
    border-radius: 10px;
    height: 600px;
    position: relative;
}
.middle-icon[b-t6znybs6m0] {
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 30px);
    border: 1px solid transparent;
    border-radius: 50%;
    /* padding: 14px 19px; */
    /* object-fit: contain; */
    background: white url(newexperience/images/icons/badge-icon.png) no-repeat center;
    background-size: 53%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.bottom[b-t6znybs6m0] {
    padding: 60px 20px 15px 20px;
}
h3[b-t6znybs6m0] {
    font-size: 26px;
    padding-bottom: 12px;
}
ul[b-t6znybs6m0] {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
li[b-t6znybs6m0] {
    padding: 5px 10px;
    border-bottom: 1px dashed var(--primary);
    text-align: center;
    font-size: 16px;
}

@media (max-width: 1024px) {
    span[b-t6znybs6m0] {
        flex-direction: column;
        margin-right: auto;
        margin-left: auto;
        max-width: 550px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/payment-decline/index.cshtml.rz.scp.css */
.error-message[b-o5evhn0zx0] {
    background: linear-gradient(95.48deg, #FF5D5D 0.16%, #FF9F9F 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 30px;

    h1 {
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        color: var(--web-white);
    }

    p[b-o5evhn0zx0] {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
        color: var(--web-white);
    }

    .btn-retry[b-o5evhn0zx0] {
        background: var(--web-white);
        font-size: 24px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        border-radius: 20px;
        width: 300px;
        height: 60px;
        margin: 30px auto 0;
    }
}

.details[b-o5evhn0zx0] {
    padding-top: 50px;
    padding-bottom: 50px;

    h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 40px;
        text-align: left;
    }

    p[b-o5evhn0zx0] {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        margin-bottom: 25px;

        span:first-child {
            font-weight: 600;
            padding-right: 20px;
        }
        
        a[b-o5evhn0zx0] {
            color: var(--primary);
        }
    }
}

@media screen and (max-width: 1024px) {
    .error-message[b-o5evhn0zx0] {
        padding: 80px 30px;

        h1 {
            font-size: 32px;
            line-height: 1.5;
        }

        p[b-o5evhn0zx0] {
            font-size: 16px;
            line-height: 1.5;
        }
        
        .btn-retry[b-o5evhn0zx0] {
            width: 225px;
            height: 45px;
            font-size: 18px;
        }
    }

    .details[b-o5evhn0zx0] {
        h4 {
            font-size: 23.48px;
            line-height: 1.5;
        }
        

        p[b-o5evhn0zx0] {
            font-size: 16.75px;
            line-height: 1.5;
            margin-bottom: 5px;
        }
    }
}

@media screen and (max-width: 991px) {
    .error-message[b-o5evhn0zx0] {
        h1 {
            font-size: 32px;
            line-height: 1.5;
        }

        p[b-o5evhn0zx0] {
            font-size: 16px;
            line-height: 1.5;
        }

        .btn-retry[b-o5evhn0zx0] {
            width: 172.66px;
            height: 34.53px;
            font-size: 13.81px;
        }
    }

    .details[b-o5evhn0zx0] {
        h4 {
            font-size: 28px;
            line-height: 1.5;
        }

        p[b-o5evhn0zx0] {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 18px;
        }
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/payment-success/index.cshtml.rz.scp.css */
.thank-you-message[b-ggc77p1y3p] {
    background: linear-gradient(95.48deg, #58B776 0.16%, #ABDDBF 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 30px;

    h1 {
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        color: var(--web-white);
    }

    p[b-ggc77p1y3p] {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
        color: var(--web-white);
    }
}
.details[b-ggc77p1y3p] {
    padding-top: 50px;
    padding-bottom: 50px;
    h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 40px;
        text-align: left;
    }

    .info[b-ggc77p1y3p] {
        display: grid;
        gap: 50px;
        grid-template-columns: repeat(3, auto);

        div {
            h5 {
                font-size: 28px;
                font-weight: 600;
                line-height: 42px;
                text-align: left;
                margin-bottom: 10px;
            }
            p[b-ggc77p1y3p] {
                font-size: 20px;
                font-weight: 500;
                line-height: 30px;
                text-align: left;
                margin-bottom: 10px;

                span:first-child{
                    font-weight: 600;
                    padding-right: 20px;
                }
            }
        }
    }
}
@media screen and (max-width: 1024px) {
    .thank-you-message[b-ggc77p1y3p] {
        padding: 80px 30px;
        h1 {
            font-size: 32px;
            line-height: 1.5;
        }
        p[b-ggc77p1y3p] {
            font-size: 16px;
            line-height: 1.5;
        }
    }
    .details[b-ggc77p1y3p] {
        h4 {
            font-size: 28.8px !important;
            line-height: 1.5 !important;
        }
        h5[b-ggc77p1y3p] {
            font-size: 23.45px !important;
            line-height: 1.5 !important;
        }
        p[b-ggc77p1y3p] {
            font-size: 16.75px !important;
            line-height: 1.5 !important;
            margin-bottom: 5px !important;
        }
    }
}

@media screen and (max-width: 991px) {
    .thank-you-message[b-ggc77p1y3p] {
        h1 {
            font-size: 30px !important;
            line-height: 1.8 !important;
        }
        p[b-ggc77p1y3p] {
            font-size: 18px !important;
            line-height: 1.5 !important;
        }
    }
    .details[b-ggc77p1y3p] {
        h4 {
            font-size: 24px !important;
            line-height: 1.5 !important;
        }
        p[b-ggc77p1y3p] {
            font-size: 16px !important;
            line-height: 1.5 !important;
            margin-bottom: 5px !important;
        }
        .info[b-ggc77p1y3p] {
            grid-template-columns: repeat(1, auto);
        }
    }
}

@media screen and (max-width: 567px) {
    .details[b-ggc77p1y3p] {
        .info {
            grid-template-columns: repeat(1, auto);
        }
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/privacy/Partials/_PrivacyContent.cshtml.rz.scp.css */
.privacy-header[privacy-content] {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    margin-bottom: 1rem;
    align-items: center;
    gap: 30px;
}
.privacy-header[privacy-content]::after {
    content: "";
    border-bottom: 1px solid var(--dark-blue);
    flex: 1;
}
ol[privacy-content] {
    counter-reset: item;
}
li[privacy-content] {
    display: block;
}
ol > li[privacy-content]:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    color: var(--web-white);
    background-color: var(--primary);
    border-radius: 2em;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: none;
    margin-right: 0.3rem;
}

.subsection > li[privacy-content] {
    margin-top: 1rem !important;
}
.subsection > li[privacy-content]:before {
    background-color: var(--web-white);
    color: var(--dark-blue);

}
h3[privacy-content], h4[privacy-content] {
    display: inline;
    font-family: "Arbutus Slab", sans-serif;
}
.content[privacy-content] {
    display: grid;
    grid-template-columns: 270px auto;
    column-gap: 4vw;
    text-align: left;
}

#contact-us[privacy-content] {
    border: 2px solid var(--primary);
    padding: 1rem;
    height: min-content;
    border-radius: 11px;
    width: 600px;
    position: relative;
    margin: 30px 0 30px 30px!important;
    padding-left: 45px;
}
.contact-address[privacy-content] {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    color: var(--web-white);
    background: var(--primary);
    text-align: center;
    border-radius: 0.4rem;
    margin: -30px 40px;
    min-width: 35%;
    left: 0;
}
.contact-title[privacy-content]{ font-size:16px !important; font-weight:600 !important;}

.contact[privacy-content] {
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
}
.contact.panel[privacy-content] {
    border-bottom: 2px solid var(--primary);
    padding-bottom: 1rem;
    height: min-content;
    
}
    .contact p + p[privacy-content] {
        border-left: 1px solid var(--primary); margin: 0 0 0 20px !important; padding-left:20px;
    }

.jump-link[privacy-content] {
    margin-top: 30px !important;
}
.jump-link a span[privacy-content] {
    color: rgb(5 168 251) !important;
}
span.icon[privacy-content] {
    margin-bottom: -3px !important;
    background-color: var(--primary) !important;
}
span.icon.destination-icon[privacy-content] {
    height: 20px;
}
#navigation[privacy-content] {
    border: 2px solid var(--primary);
    padding: 1rem;
    height: min-content;
    border-radius: 11px;
    font-weight: 400;
    h3 {
        font-weight: bold;
        border-bottom: 1px solid var(--primary);
        display: block;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        color: var(--primary);
    }
    ol li[privacy-content] {
        display: flex;
        align-items: baseline;
        margin-bottom: 1rem;
        font-size: 14px;
    }
}
#sections[privacy-content] {
    *+* {margin-top: 1rem;}
    h3[privacy-content] {
        font-weight: bolder;
        font-size: 1.5rem;
    }
p[privacy-content] {
    font-weight: bolder;
}
li[privacy-content]:before {
    font-size: 1.5rem;
    padding: 1.0rem;
}
li[privacy-content] {
    margin-top: 6px;
}
ul[privacy-content]:before {
    margin-top: 1rem;
}
ul[privacy-content] {
    padding-left: 31px;
    li {
            position: relative;
        }
li[privacy-content]::before {
    content: "";
    margin-top: 6px;
    position: absolute;
    transform: translateX(-30px);
    mask:url(/newexperience/images/icons/checkbox-click.svg) no-repeat;
    background-color:var(--primary);
}
    }
    ul li p[privacy-content] {
        display: inline-block;
    }
    ol  ol >li[privacy-content]:before {
        padding: 0;
    }
}
tbody[privacy-content] {
    text-align: center;
    p {
        margin-top: 0 !important;
        line-height: 1.4em;
        min-height: 1em;
    }
    a[privacy-content] {
        color: var(--primary);
        border-bottom: 1px solid var(--primary);
        margin-bottom:2px;
    }
    tr[privacy-content] {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    td[privacy-content] {
        margin-top: 0 !important;
        padding: 20px;
        border: 1px solid var(--dark-blue);
        flex: 1 1 0;
        min-width: 300px;
        max-width: 33%;
        aspect-ratio: 1;
    }
    h4[privacy-content] {
        font-family: "Arbutus Slab", sans-serif;
        font-size: 28px;
        color: var(--primary);
        border-bottom: 2px solid var(--dark-blue);
        display: inline-block;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .content[privacy-content] {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width: 767px) {
    .contact[privacy-content] {
        flex-wrap: wrap;
    }
    .contact p[privacy-content]{ width:100%;}
    .contact p + p[privacy-content]{ border:0px;margin:1rem 0 0 0 !important; padding:0px;
    }
    .contact-title[privacy-content]{ text-align:center;}
    .contact-address[privacy-content] {
        margin: -30px auto;
        left: 0;
        right: 0;
        max-width: 200px;
        box-shadow: 0 0 0px 12px var(--web-white);
    }
        #contact-us[privacy-content] {
        padding: 1rem;
        width: 100%;
        margin:30px 0 !important;
    }
}
@media(max-width: 500px) {
    .contact-address[privacy-content] {
        min-width: 45%;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/rebrand/Partials/_RebrandContent.cshtml.rz.scp.css */
.content[b-yttupkyxc1] {
    text-align: justify;
    --spacing: 20px;
}
h3[b-yttupkyxc1] {
    font-size: 1.2em;
    font-weight: 400;
}
ul[b-yttupkyxc1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
li[b-yttupkyxc1] {
    display: flex;
}
.color-icon[b-yttupkyxc1] {
    margin-right: 10px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sparkle[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/sparkles.png");
}
.island[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/island.png");
}
.hand-raise[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/hand-raise.png");
}
.lock[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/lock.png");
}
.mail[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/mail.png");
}
.person[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/person.png");
}
.earth[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/earth.png");
}
.plane[b-yttupkyxc1] {
    background-image: url("/newexperience/images/rebrand/plane.png");
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/BlogPosts/Default.cshtml.rz.scp.css */
.content[b-pcyncz3lbx] {
    color: var(--dark-blue);
}
h3.section-header[b-pcyncz3lbx] {
    font-size: 28px;
}
#travel-inspiration .content > *:not(:last-child)[b-pcyncz3lbx] {
    margin-bottom: 0;
}
#posts[b-pcyncz3lbx] {
    display: flex;
    flex-wrap: wrap;
}

    #posts a[b-pcyncz3lbx] {
        position: relative;
        width: calc(50% - 40px);
        padding: 30px 0;
        border-top: 1px solid var(--primary);
        margin-right: 20px;
    }

        #posts a:first-child[b-pcyncz3lbx], #posts a:nth-child(2)[b-pcyncz3lbx] {
            border-top: 0px;
        }

        #posts a:nth-child(even)[b-pcyncz3lbx] {
            margin: 0 0 0 20px;
        }

            #posts a:nth-child(even)[b-pcyncz3lbx]:before {
                position: absolute;
                content: '';
                width: 1px;
                height: calc(100% - 29px);
                border-left: 1px solid var(--primary);
                left: -20px;
                top: 0;
            }

        #posts a:nth-child(2)[b-pcyncz3lbx]:before {
            top: 30px;
        }

.blog-content[b-pcyncz3lbx] {
    display: flex;
}

    .blog-content img[b-pcyncz3lbx] {
        width: 40%;
        object-fit: cover;
        margin: auto;
        transition: transform var(--animation-speed) ease-in-out;
        border-radius: 1rem;
    }

.blog-title[b-pcyncz3lbx] {
    font-size: 20px;
}

.text[b-pcyncz3lbx] {
    padding: 0 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

ul li[b-pcyncz3lbx] {
    color: #969BA1;
    padding: 10px;
    display: inline flow-root list-item;
    list-style-type: disc;
}

    ul li:first-child[b-pcyncz3lbx] {
        list-style-type: none;
        padding-left: 0;
        margin-right: 17px;
    }

span.icon.blog_black[b-pcyncz3lbx] {
    height: 35px;
    width: 35px;
    margin: 0px 5px -5px 0px;
}

.slider-bottom-btn[b-pcyncz3lbx] {
    text-align: center;
}
    .slider-bottom-btn a[b-pcyncz3lbx] {
        border-radius: 13px 13px 13px 13px;
        border: 2px solid var(--primary-black);
        font-size: 16px;
        font-weight: 500;
        box-shadow: 0px 4.43px 17.71px 0px rgba(158, 158, 158, 0.25);
    }
    .slider-bottom-btn span.iconbox[b-pcyncz3lbx] {
        background: rgb(23,49,108);
        background: -moz-linear-gradient(90deg, rgba(23,49,108,1) 0%, rgba(66,169,225,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(23,49,108,1) 0%, rgba(66,169,225,1) 100%);
        background: linear-gradient(90deg, rgba(23,49,108,1) 0%, rgba(66,169,225,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17316c",endColorstr="#42a9e1",GradientType=1);
        padding: 12px;
        display: inline-flex;
        align-items: center;
    }

@media (max-width: 1200px) {
    .blog-title[b-pcyncz3lbx] {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .blog-content[b-pcyncz3lbx] {
        flex-wrap: wrap;
    }
    .blog-content img[b-pcyncz3lbx] {
        width: 100%;
        margin:0 0 15px 0;
    }
    #posts a[b-pcyncz3lbx] {
        width: auto;
        border-top: 0;
        min-width: 250px;
        margin: 0 0px;
    }
    #posts[b-pcyncz3lbx] {
        flex-wrap: nowrap;
        align-items: flex-start;
        overflow: auto;
        gap:0 15px;
        padding:0 15px;
    }
     #posts a:nth-child(even)[b-pcyncz3lbx] {
       margin: 0px 0px;
     }  
     #posts a:nth-child(even)[b-pcyncz3lbx]:before {
       display: none;
     }
    #travel-inspiration .content[b-pcyncz3lbx] {
        padding:0;
    }
}

@media (max-width: 550px) {
    .blog-content[b-pcyncz3lbx] {
        flex-direction: column;
        flex-basis: 100%;
    }

        .blog-content img[b-pcyncz3lbx] {
            width: 100%;
        }

    .blog-title[b-pcyncz3lbx] {
        font-size: 20px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/Certificates/Default.cshtml.rz.scp.css */
.swiper[b-ckbbyneh5s]{
    width:100%;
}
.swiper-wrapper[b-ckbbyneh5s] {
    transition-timing-function: linear !important;
}
.content[b-ckbbyneh5s] {
    display: flex;
    align-items: center;
}
#certificates span:last-child[b-ckbbyneh5s] {
    margin-right: 0 !important;
}
.divider[b-ckbbyneh5s] {
    content: "";
    border-right: 1px solid var(--primary);
    height: 150px;
    display: inline-block;
    margin-right: 15px;
}
span.left-certificates[b-ckbbyneh5s] {
    width: 42%;
}
    span.left-certificates img[b-ckbbyneh5s] {
        max-height: 53px;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        vertical-align: middle;
    }
.swiper-slide img[b-ckbbyneh5s] {
    max-height: 140px;
    max-width: 146px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
    min-height: 70px;
    min-width: 98px;
}
.swiper-slide[b-ckbbyneh5s] {
    margin-top: auto;
    margin-bottom: auto;
    width: fit-content;
}
.content > *:not(:last-child)[b-ckbbyneh5s] {
    margin-bottom: 0px;
}

@media (max-width: 1230px) {
    span.left-certificates[b-ckbbyneh5s] {
        width: 50%;
    }

        span.left-certificates img[b-ckbbyneh5s] {
            margin-right: 4px;
        }
}
@media (max-width: 990px) {
    span.left-certificates[b-ckbbyneh5s] {
        width: 100%;
    }
}
@media (max-width: 700px) {
    main section[b-ckbbyneh5s] {
        padding-top:0px;
    }
    .content[b-ckbbyneh5s] {
        flex-direction: column;
        width: 100%;
        padding: 0px;
        overflow: hidden;
        display: block;
    }

    .divider[b-ckbbyneh5s] {
        display: none;
    }

    .content span:first-child[b-ckbbyneh5s] {
        margin-bottom: 10px;
    }
    swiper-slide img[b-ckbbyneh5s], span.left-certificates img[b-ckbbyneh5s] {
        margin-bottom: 5px;
        margin-right: 2px;
        max-height: 70px;
        max-width: 100px;
    }
    .content span~span[b-ckbbyneh5s] {
        padding-top: 10px
    }
    .swiper-slide img[b-ckbbyneh5s] {
        max-height: 120px;
        max-width: 126px;
        margin-right: 5px;
        vertical-align: middle;
        min-height: 70px;
        min-width: 98px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/DestinationNav/Default.cshtml.rz.scp.css */
#destination-navigation[b-7hmot2fi9k] {
  background: var(--primary-50);
  position: sticky;
  top: -1px;
  z-index: 99;
  justify-content: center;

  .swiper-wrapper {
    width: fit-content;  
    margin: auto;
  }
  
  a[b-7hmot2fi9k] {
    display: block;
    padding: 7.84px 27.45px;
    background-color: var(--primary);
    color: var(--primary-white);
    font-size: 21.57px;
    font-weight: 600;
    line-height: 32.36px;
    border-radius: 14.71px;

    @media screen and (max-width: 1024px) {
      font-size: 15.73px;
      line-height: 23.6px;[b-7hmot2fi9k]
    }
    @media screen and (max-width: 767.98px) {
      font-size: 12px;
      line-height: 18px;[b-7hmot2fi9k]
    }
  }
}

.swiper-slide[b-7hmot2fi9k] {
  width: auto;
}

@media screen and (min-width: 1025px) {
  #destination-navigation[b-7hmot2fi9k] {
    padding: 42px 15px;
  }
}

@media screen and (max-width: 1024px) {
  #destination-navigation .content[b-7hmot2fi9k] {
   padding: 0 !important;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/DubaiHolidaysByType/Default.cshtml.rz.scp.css */
.holiday-by-type[b-q638vj0tro] {
  background: var(--primary-50);
  padding: 60px 0;
}

#package-data-swiper .swiper-slide[b-q638vj0tro] {
  padding: 15px;
  width: 434px;
}

button[b-q638vj0tro] {
  padding: 6.31px 22.1px;
  border-radius: 12px;
  color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 17.36px;
  font-weight: 600;
  width: 100%;
}

.swiper-slide.active button[b-q638vj0tro] {
  background: var(--primary);
  color: var(--web-white);
}

.types-swiper-section[b-q638vj0tro] {
  max-width: 910px;
  margin: auto;
  position: relative;
}

.types-swiper-section .prev[b-q638vj0tro] {
  left: -45px;
}

.types-swiper-section .next[b-q638vj0tro] {
  right: -45px;
}

.swiper-button[b-q638vj0tro] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: var(--primary);
  width: 39px;
  height: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter: contrast(1);
}
.swiper-button .icon[b-q638vj0tro] {
  background-color: var(--primary-white);
}
.swiper-button:hover[b-q638vj0tro] {
  background-color: var(--primary-75);
}

@media screen and (max-width: 1024px) {
  #package-data-swiper .swiper-slide[b-q638vj0tro] {
    width: 327.53px;
  }
}

@media screen and (max-width: 991.98px) {
  .types-swiper-section .prev[b-q638vj0tro] {
    left: -30px;
  }

  .types-swiper-section .next[b-q638vj0tro] {
    right: -30px;
  }
}


@media screen and (max-width: 767.98px) {
  .types-swiper-section .prev[b-q638vj0tro] {
    left: -10px;
  }

  .types-swiper-section .next[b-q638vj0tro] {
    right: -10px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/DubaiHolidaysFromUkDestinations/Default.cshtml.rz.scp.css */
.dubai-holidays-section[b-hwkrg59hur] {
  padding: 60px 0;
}

button[b-hwkrg59hur] {
  background: var(--primary-gradient);
  border-radius: 22.32px;
  font-size: 17.86px;
  font-weight: 500;
  line-height: 26.78px;
  color: var(--web-white);
  height: 50px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

button .icon[b-hwkrg59hur] {
  background: var(--primary-white);
}

.swiper-slide[b-hwkrg59hur] {
  width: auto;
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/EssentialInformation/Default.cshtml.rz.scp.css */
.essential-information-section[b-g3w83por6g] {
  background: var(--primary-gradient);
  padding: 30px 0 60px;
}

.section-title[b-g3w83por6g] {
  justify-content: center;
}

.section-title h1[b-g3w83por6g] {
  color: var(--web-white);
}

.section-title .icon[b-g3w83por6g] {
  background-color: var(--web-white);
  margin-right: 5px;
}

.cards[b-g3w83por6g] {
  display: flex;
  gap: 18px;
  
  .card {
    padding: 25px 10px;
    min-width: 205px;
    max-width: 205px;
    
    .card-title {
      font-size: 17px;
      line-height: 17px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: auto;
    }
    
    .card-icon[b-g3w83por6g] {
      width: 45px; 
    }
    
    .card-value[b-g3w83por6g] {
      font-size: 17px;
      line-height: 17px;
      font-weight: 500;
    }
  }
}

.section-1[b-g3w83por6g] {
  display: flex;
  gap: 15px;
}

.section-1 > div[b-g3w83por6g] {
  flex: 1;
}

.card[b-g3w83por6g] {
  background: var(--web-white);
  color: var(--primary-black);
  margin-bottom: 15px;
  border-radius: 15px;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 0 0;
}

.card h4[b-g3w83por6g] {
  font-size: 15.72px;
  font-weight: 600;
  line-height: 23.58px;
}

.card h4 span[b-g3w83por6g] {
  color: var(--primary); 
  font-size: 22px
}

.card p[b-g3w83por6g] {
  font-size: 14.15px;
  font-weight: 400;
  line-height: 21.22px;
}

.card .icon[b-g3w83por6g] {
  background-color: var(--primary);
  width: 32px;
}

.swiper[b-g3w83por6g] {
  width: 100%;
}

.swiper-wrapper[b-g3w83por6g] {
  width: 100%;
}

.swiper-slide[b-g3w83por6g] {
  width: auto;
}

.tablinks[b-g3w83por6g] {
  font-size: 13.57px;
  font-weight: 500;
  line-height: 20.35px;
  background: var(--primary-75);
  padding: 11.53px 22.39px;
  border-radius: 10.18px;
  color: var(--web-white);
  cursor: pointer;
}

.tablinks.active[b-g3w83por6g] {
  background: var(--primary);
  color: var(--web-white);
}

.content-area[b-g3w83por6g] {
  padding: 40px 30px;
}

.description[b-g3w83por6g] {
  margin-top: 40px;
  display: flex;
  gap: 25px;
}

.description .image[b-g3w83por6g] {
  flex: 1;
}
.description .paragraph[b-g3w83por6g] {
  flex: 3;
  text-align: left;

  p {
    margin-bottom: 15px;
  }
}

/* tab content and cards start */
.tab-content[b-g3w83por6g] {
  padding: 30px 0;
  width: 100%;
}

.tab-card:not(:first-child)[b-g3w83por6g] {
  display: none;
}

.tab-card[b-g3w83por6g] {
  animation: fadeEffect-b-g3w83por6g 1s;
}

@keyframes fadeEffect-b-g3w83por6g {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* tab content and cards end */

.tab-card[b-g3w83por6g] {
  > div {
    width: 100%;
  }
  
  .card-tiles[b-g3w83por6g] {
    display: flex;
    
    > div {
      flex: 1;
      
      .tile {
        display: flex;
        border-bottom: 0.73px solid var(--primary-50);
        padding-bottom: 20px;
        margin-bottom: 20px;
        
        img {
          width: 135px;
          border-radius: 10px;
        }
        
        div[b-g3w83por6g] {
          padding: 15px;
          
          h4 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            text-align: left;
          }
          
          p[b-g3w83por6g] {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
          }
          
          h6[b-g3w83por6g] {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
            
            span {
              font-weight: 500;
            }
          }
        }
      }
    }
    
    .separator[b-g3w83por6g] {
      max-width: 0.73px;
      background-color: var(--primary-50);
      height: auto;
      margin: 0 35px 40px;
    }
  }
  
  .card-tiles:first-child[b-g3w83por6g] {
    .separator {
      margin-top: 0;
    }
  }
  
  .view-more-btn[b-g3w83por6g] {
    width: 120.68px;
    height: 39px;
    border-radius: 15px;
    border:  1px solid var(--primary);
    color:  var(--primary);
    font-size: 16.1px;
    font-weight: 500;
    line-height: 24.14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    gap: 8px;
    
    .icon {
      width: 22px;
    }
  }
}

#tab5[b-g3w83por6g] {
  
  button {
    display: flex;
    width: 100%;
    border: none;
    background: var(--web-white);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    align-items: center;
    gap: 30px;
    border-radius: 16px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  button .icon[b-g3w83por6g] {
    width: 16px;
  }
  span.icon.faq_black[b-g3w83por6g] {
    height: 35px;
    width: 35px;
    margin: 0px 5px -5px 0px;
  }
  h4[b-g3w83por6g] {
    font-family: "Arbutus Slab", sans-serif;
  }
  button:hover[b-g3w83por6g] {
    background-color: var(--primary);
    h4 {
      color: var(--web-white);
    }
    .icon.accordion-icon[b-g3w83por6g] {
      background-color: var(--web-white);
    }
  }
  .accordion-content[b-g3w83por6g] {
    text-align: left;
    font-size: 18px;
    margin: 0 20px 30px 20px;
    border-left: 2px solid var(--primary);
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .icon.accordion-icon[b-g3w83por6g] {
    zoom: 200%;
  }
  @media (max-width: 768px){
    .icon.accordion-icon[b-g3w83por6g] {
      zoom: 150%;
    }
    button[b-g3w83por6g] {
      font-size: 1.1rem;
    }
  }
}
 
@media screen and (max-width: 800px) {
  .tab-card[b-g3w83por6g] {
    .card-tiles {
      flex-direction: column;
    }
    .separator[b-g3w83por6g] {
      display: none;  
    }
  }  
}

@media screen and (max-width: 767px) {
  .description .image[b-g3w83por6g] {
    flex: 2;
  }
  .description[b-g3w83por6g] {
    flex-direction: column;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/GlobalSearch/Default.cshtml.rz.scp.css */
#GlobalSearch[global-search] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    padding-top: 60px;
    background: rgba(0, 0, 0, 0.6); /* semi-transparent background */
    align-items: center;
    text-align: center;

    --search-width: clamp(240px, 70vw, 450px);
}
.search-close[global-search] {
    color: var(--web-white);
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    width: 30px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
}

#GlobalSearchInput[global-search] {
    background-image: url(/newexperience/images/icons/search.svg);
    width: var(--search-width);
    background-position: 95%;
    background-repeat: no-repeat;
    height: 42px;
    background-color: var(--web-white);
    color: var(--dark-blue);
    text-align: left;
    padding: 0 34px 0 20px;
    border-radius: 16px;
    caret-color: var(--secondary);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:200;
    text-overflow: ellipsis;
}


#GlobalSearchResults[global-search] {
    color: var(--primary-black);
    background-color: var(--web-white);
    z-index: 2;
    width: var(--search-width);
    justify-content: center;
    border-radius: 15px;
    max-height: 400px;
    overflow: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}


#GlobalSearchList * + *[global-search] {
    margin-top: 10px;
}
#GlobalSearchList .search-item:hover[global-search] {
    background-color: var(--primary-75);
}
#GlobalSearchList .search-item[global-search] {
    display: flex !important;
    justify-content: space-between !important;
    left: 0;
    text-align: left;
}

.popup-overlay[global-search] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* semi-transparent background */
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.search-popup input[global-search] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#GlobalSearchResults[global-search] {
    max-height: 400px;
    overflow-y: auto;
}
#GlobalSearchList span[global-search] {
    text-align: right;
    border-radius: 8em;
    font-weight: 400;
    color: var(--primary-black);
}

#GlobalSearchList .search-item[global-search] {
    align-items: flex-start;
    padding: 1em;
    font-weight:300;
}

#GlobalSearchList .package-box[global-search], #GlobalSearchList .holiday-box[global-search], #GlobalSearchList .destination-box[global-search] {
    padding: 2px 5px 2px 5px !important;
    min-width: 100px;
    text-align: center;
    font-size: 12px !important;
    background: var(--primary-white) !important;
    box-shadow: inset 0 0 16px -5px var(--primary-light) !important;
}

.search-indicator-item[global-search] {
    align-items: center;
    padding: 1em;
    font-weight:300;
    background-image: var(--primary-gradient);
    color: transparent;
    background-clip: text;
}
.searchInputWrapper[global-search] {
    padding: 20px;
}
.loader[global-search] {
    animation: l1-global-search 1s linear infinite alternate;
}
.loader[global-search]:before {
    content:"Loading..."
}
@keyframes l1-global-search {to{opacity: 0}}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/HolidaysByMonth/Default.cshtml.rz.scp.css */
.holiday-by-moth-section[b-y4m34mqm66] {
  background: var(--primary-50);
  width: 100%;
  padding: 20px 0 60px 0;
}

.holiday-by-moth-section .description h3[b-y4m34mqm66] {
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
}

.holiday-by-moth-section .description p[b-y4m34mqm66] {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.months[b-y4m34mqm66] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  list-style: none;
  padding: 0;
}

.months li[b-y4m34mqm66] {
  background-color: var(--primary);
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  color: var(--web-white);
  font-size: 19px;
  font-weight: 500;
  line-height: 28.5px;
  border-radius: 50px;
  cursor: pointer;
}

.months li .icon[b-y4m34mqm66] {
  background-color: var(--web-white);
  margin-right: 5px;
}

@media screen and (max-width: 991.98px) {
  .months[b-y4m34mqm66] {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767.98px) {
  .months[b-y4m34mqm66] {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-title[b-y4m34mqm66] {
    justify-content: center;
  }
}

@media screen and (max-width: 567.98px) {
  .months[b-y4m34mqm66] {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/HolidayTypes/Default.cshtml.rz.scp.css */
a[b-zuqftvmmtg] {
    height: 364px !important;
    position: relative;
    overflow: hidden;
}
#holiday-type-swiper[b-zuqftvmmtg] {
    max-width: 1079px;
}
.swiper-slide[b-zuqftvmmtg] {
    width: 245px;
}
img[b-zuqftvmmtg] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}


.bottom[b-zuqftvmmtg] {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

h3[b-zuqftvmmtg] {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: var(--web-white);
    padding: 0 15px;
    line-height: 1.3;
}
.price[b-zuqftvmmtg] {
    font-size: 18px;
    margin: auto;
}

.price-text[b-zuqftvmmtg] {
    font-weight: 500;
}

.price[b-zuqftvmmtg]:before {
    content: "";
}

h2.section-header[b-zuqftvmmtg] {
    border-top: 1px solid var(--grey-line);
    padding-top: 40px;
}

.slider_box[b-zuqftvmmtg] {
    position: relative;
}

.swiper-button[b-zuqftvmmtg] {
    background: var(--primary);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    top: 65%;
}

    .swiper-button.prev[b-zuqftvmmtg] {
        filter: none;
    }

    .swiper-button.next[b-zuqftvmmtg] {
        filter: none;
    }

.section-header[b-zuqftvmmtg] {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.slider-bottom-btn[b-zuqftvmmtg] {
    text-align: center;
    padding: 0px 0 0 0;
}

span.icon.holiday-types[b-zuqftvmmtg] {
    width: 45px;
}

@media screen and (min-width: 1025px) {
    a:hover img[b-zuqftvmmtg] {
        transform: scale(1.2);
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/Partners/Default.cshtml.rz.scp.css */
h2[b-hv4703s9z1] {
    margin-bottom: 30px;
}
h3[b-hv4703s9z1] {
    font-weight: 600;
    font-size: 28px;
    font-family: Poppins;
}
.swiper:first-of-type[b-hv4703s9z1] {
    margin-bottom: 50px;
}
.swiper-slide[b-hv4703s9z1] {
    margin-top: auto;
    margin-bottom: auto;
}
span.icon.airplane_black[b-hv4703s9z1] {
    height: 40px;
    width: 40px;
    margin: 0px 5px -5px 0px;
}
#airline-swiper img[b-hv4703s9z1] {
    min-height: 40px; width:auto;
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Components/TrendingDestinationSlider/Default.cshtml.rz.scp.css */
.swiper-container[b-hlx0qh02f7] {
  position: relative;
  padding-bottom: 40px;
}
.prev[b-hlx0qh02f7] {
  left: -50px;
}
.next[b-hlx0qh02f7] {
  right: -50px;
}

.swiper-button[b-hlx0qh02f7] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: var(--primary);
  width: 39px;
  height: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter: contrast(1);
}
.swiper-button .icon[b-hlx0qh02f7] {
  background-color: var(--primary-white);
}
.swiper-button:hover[b-hlx0qh02f7] {
  background-color: var(--primary-75);
}

@media (max-width: 1400px) {
  .prev[b-hlx0qh02f7] {
    left: -36px;
  }
  .next[b-hlx0qh02f7] {
    right: -36px;
  }
}

@media (max-width: 767.98px) {
  .prev[b-hlx0qh02f7] {
    left: -10px;
  }
  .next[b-hlx0qh02f7] {
    right: -10px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_BackToTop.cshtml.rz.scp.css */
div.back-to-top[b-pi3mxkeotu] {
    position: fixed;
    bottom: 25px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 95;
    display: none;
    margin-right:25px;
}
@Media (max-width: 426px) {
    div.back-to-top[b-pi3mxkeotu] {
        display: none !important;
        visibility: hidden;

    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_BottomNavbar.cshtml.rz.scp.css */
@media (min-width: 426px) {
    #bottom-navbar[b-edja9nr9ua] {
        display: none;
    }
}
#bottom-navbar[b-edja9nr9ua] {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: var(--web-white);
    z-index: 4;
    padding: 10px;
    color: var(--dark-blue);
    font-size:12px;
    box-shadow: 0 0 5px 0 black;
    overflow: hidden;
}
ul[b-edja9nr9ua] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height:inherit;
}
li[b-edja9nr9ua] {
    display: flex;
    flex-direction: column;
    height:inherit;
    align-items: center;
    width: 63px;
}
li a[b-edja9nr9ua] {
    background-color: var(--primary);
    border-radius: 50%;
    padding:2px;
    width: 33px;
    height: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
}
li i[b-edja9nr9ua] {
    height: 21px;
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_Breadcrumb.cshtml.rz.scp.css */
.lux-breadcrumb[b-sedm02hcjh] {
    /*--desktop-top: 160px;*/
    /*--desktop-left-right: 135px;*/
    /*--laptop-top: 130px;*/
    /*--laptop-left-right: 80px;*/
    /*--tablet-top: 125px;*/
    /*--tablet-left-right: 60px;*/
    /*--mobile-left-right: 40px;*/
    --desktop-top: 250px;
    --desktop-left-right: 135px;
    --laptop-top: 250px;
    --laptop-left-right: 80px;
    --tablet-top: 215px;
    --tablet-left-right: 60px;
    --mobile-top: 190px;
    --mobile-left-right: 15px;
}
.lux-breadcrumb[b-sedm02hcjh] {
    position: absolute;
    top: var(--desktop-top);
    left: var(--desktop-left-right);
    right: var(--desktop-left-right);
    z-index: 50; /* must be lower than the z-index of the nav bar which is 100 at the moment, and higher than everything else */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
}
.breadcrumb-item-list[b-sedm02hcjh] {
    line-height: 1.5;
}
.breadcrumb-ellipsis[b-sedm02hcjh] {
    cursor: pointer;
}
a[b-sedm02hcjh],
li > span[b-sedm02hcjh] {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--web-white);
}
li[b-sedm02hcjh] {
    display: inline-block;
}
a[b-sedm02hcjh] {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
li:hover:not(:last-child) > a > span[b-sedm02hcjh] {
    text-decoration: underline;
}
li:last-child > a[b-sedm02hcjh] {
    pointer-events: none;
    cursor: default;
}
/* Laptop */
@media (max-width: 1000px) {
    .lux-breadcrumb[b-sedm02hcjh] {
        top: var(--laptop-top);
        left: var(--laptop-left-right);
        right: var(--laptop-left-right);
    }
}
/* Tablet */
@media (max-width: 800px) {
    .lux-breadcrumb[b-sedm02hcjh] {
        top: var(--tablet-top);
        left: var(--tablet-left-right);
        right: var(--tablet-left-right);
    }
}
/* Mobile */
@media (max-width: 450px) {
    .lux-breadcrumb[b-sedm02hcjh] {
        top: var(--mobile-top);
        left: var(--mobile-left-right);
        right: var(--mobile-left-right);
    }
    a[b-sedm02hcjh] {
        font-size: 14px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_DestinationCard.cshtml.rz.scp.css */
.swiper-slide[b-6zp2sgxdj9] {
  position: relative;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.dark-overlay[b-6zp2sgxdj9] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 51.9%,
    var(--primary-black) 100%
  );
}

.swiper-slide .slider-content[b-6zp2sgxdj9] {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.swiper-slide .slider-content h3[b-6zp2sgxdj9] {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: var(--web-white);
  margin-bottom: 6px;
}

.swiper-slide .slider-content .price-button[b-6zp2sgxdj9] {
  padding: 8.04px 13.6px;
  border-radius: 10px;
  background: var(--primary);
  font-size: 11.13px;
  font-weight: 500;
  line-height: 16.69px;
  color: var(--web-white);
}

    .swiper-slide .slider-content .price-button span[b-6zp2sgxdj9]{
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
    }
img[b-6zp2sgxdj9] {
    width: 100%;
    height: 260px;
}
@media screen and (max-width: 1024px) {
  .swiper-slide[b-6zp2sgxdj9] {
    width: 169px !important;
  }
}

/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_EnquiryPopup.cshtml.rz.scp.css */
#enquiry-popup-background[b-08sodu8l70] {
    z-index: 2001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.pp[b-08sodu8l70]:after {
    font-size: 28px;
}
.price[b-08sodu8l70]:before {
    font-size: 48px;
}
#loading-spinner[b-08sodu8l70] {
    width: 40px;
    height: 9px;
}

    .enquiry-popup-section[b-08sodu8l70] {
    z-index: 2002;
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0;
    overflow: auto;
    padding-top: 24px;
}

.enquiry-popup[b-08sodu8l70] {
    display: block;
    font-size: 11px;
    max-width: 630px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    border-radius: 3.125em;
    top: 50%;
    background: var(--web-white);
    right: 0;
    left: 0;
    transition: all var(--animation-speed) ease-in-out;
    opacity: 1;
    margin: 30px auto auto;
}

.select2-container[b-08sodu8l70] {
    z-index: 9999 !important;
}

.no-price[b-08sodu8l70] {
    font-size: 13px;
}

.error-icon[b-08sodu8l70], #form-errors[b-08sodu8l70] {
    font-size: 11px;
    color: red;
    font-weight: 300;
}
.select-fields:focus[b-08sodu8l70] {
    outline: 2px solid #007BFF;
    outline-offset: 2px;
}

.select2-container--default .select2-selection--single:focus-visible[b-08sodu8l70] {
    outline: 2px solid #007BFF;
}

.popup-header .package-title[b-08sodu8l70] {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: left;
    color: var(--web-white);
}

.popup-header div:first-child[b-08sodu8l70] {
    gap: 1.25em;
    max-width: 387px;
}

.popup-header .enquiry-night[b-08sodu8l70] {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    color: var(--web-white);
}


.popup-header .enquiry-price[b-08sodu8l70] {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    color: var(--web-white);
}

    .popup-header .enquiry-price[b-08sodu8l70]:before, .enquiry-price[b-08sodu8l70]:after {
        font-weight: 400;
    }

.enquiry-modal-close[b-08sodu8l70] {
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: 500;
    background: var(--web-white);
    color: var(--primary);
    border-radius: 50%;
    position: absolute;
    right: 0.25em;
    top: 0.25em;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;

    &:hover {
        background: var(--grey-blue);
    }
}

.popup-header[b-08sodu8l70] {
    background: var(--primary-gradient);
    padding: 1.5em;
    display: flex;
    gap: 1.25em;
    border-radius: 3.125em 3.125em 0 0;
    position: relative;
    justify-content: space-between;

    .image img {
        width: 6.25em;
        height: 6.25em;
        border: 1px solid #FFFFFF;
        border-radius: 1.4em;
    }

    .package-options[b-08sodu8l70] {
        display: flex;
        gap: 12px;
        margin-top: 14px;

        .icon {
            background-color: var(--web-white);
            width: 40px;
        }
    }
}

.popup-body[b-08sodu8l70] {
    padding: 1.5em;

    .flex-section {
        display: flex;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
    }

    .field[b-08sodu8l70] {
        margin-bottom: 1em;
        text-align: left;
    }

    .flex-section .field[b-08sodu8l70] {
        flex: 0 0 50%;
        padding: 0 5px;
        max-width: 100%;
    }

    .date-section[b-08sodu8l70] {
        flex: 1 1 66.66%;
        display: flex;

        .field {
            flex: 1 !important;
        }

        .field:nth-child(2)[b-08sodu8l70] {
            max-width: 10em;
            min-width: 10em;
            text-align: center;
        }
    }

    .travellers-container[b-08sodu8l70] {
        position: relative;

        .travellers {
            display: flex;

            > div {
                flex: 1;
                border: 1px solid #404040;
                border-right: 0;
                border-radius: 1.65em 0 0 1.65em;
                padding: 0 1.25em;
                display: flex;
                flex-direction: column;
                justify-content: center;
                height: 4.6em;

                > h5 {
                    font-size: 0.875em;
                    font-weight: 400;
                    line-height: 0.875;
                    text-align: left;
                }

                > h3[b-08sodu8l70] {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 1.25;
                    text-align: left;
                    padding-left: 35px;
                }
            }

            > button[b-08sodu8l70] {
                background: var(--primary-gradient);
                color: var(--web-white);
                font-size: 29px;
                width: 61px;
                border-radius: 0 20px 20px 0;
                text-align: center;
                cursor: pointer;
            }
        }

        .guest-popup[b-08sodu8l70] {
            position: absolute;
            top: 3.875em;
            background: var(--web-white);
            padding: 0.9375em;
            box-shadow: 0px 10px 20px 0px #00000026;
            width: 22.875em;
            z-index: 10;
            border-radius: 1.25em;

            > h6 {
                font-size: 18px;
                font-weight: 700;
                line-height: 1.3125;
                text-align: left;
            }

            .row[b-08sodu8l70] {
                display: flex;
                margin-top: 1.25em;

                > div:first-child {
                    flex: 1;
                }

                  h4[b-08sodu8l70] {
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 1.5em;
                    text-align: left;
                    color: #45B1E8;
                }

                > p[b-08sodu8l70] {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1em;
                    text-align: left;
                }

                 .count[b-08sodu8l70] {
                    color: #45B1E8!important;
                    font-size: 18.67px;
                    font-weight: 500;
                    line-height: 1.5em;
                    text-align: center;
                    display: inline-block;
                    width: 1.125em;
                }

                > button[b-08sodu8l70], .plus-btn[b-08sodu8l70], .minus-btn[b-08sodu8l70] {
                    background: #45B1E8;
                    color: var(--web-white);
                    width: 28px;
                    height: 28px;
                    text-align: center;
                    font-size: 18px;
                    font-weight: 600;
                    border-radius: 0.3em;
                    cursor: pointer;
                }
            }

            #btn-done[b-08sodu8l70] {
                background: #45B1E8;
                color: var(--web-white);
                width: 100%;
                font-size: 18px;
                font-weight: 600;
                line-height: 1.6875em;
                cursor: pointer;
                margin-top: 1.25em;
                text-align: center;
                border-radius: 0.625em;
                height: 2.5em;
            }
        }
    }


    .submit-container[b-08sodu8l70] {
        .btn-submit {
            background: var(--primary-gradient);
            font-size: 24px;
            font-weight: 600;
            line-height: 1.5;
            text-align: center;
            padding: 0.710em 1.875em;
            color: var(--web-white);
            border-radius: 1.25em;
            width: 100%;
        }

        #popupSubmit[aria-disabled=true][b-08sodu8l70] {
            pointer-events: none;
            cursor: not-allowed;
            filter: brightness(90%);
        }
    }

    .error-message[b-08sodu8l70] {
        font-weight: 600;
        color: red;
    }
}

.input-wrapper[b-08sodu8l70] {
    position: relative;
    display: inline-block;
    width: 100%; /* Or fixed width if needed */
}

.input-wrapper .icon[b-08sodu8l70] {
    position: absolute;
    top: 50%;
    left: 10px; /* Adjust depending on spacing */
    transform: translateY(-50%);
    pointer-events: none; /* Let clicks pass through to the input */
    z-index: 2;
}

.input-wrapper input.c-input[b-08sodu8l70] {
    width: 100%;
    padding-left: 35px; /* Add space to the left for the icon */
    box-sizing: border-box;
}

span.icon.enquiry-name[b-08sodu8l70] {
    width: 20px;
    height: 21.622px;
    margin-left: 5px;
}

span.icon.enquiry-email[b-08sodu8l70] {
    width: 20px;
    height: 13.499px;
    margin-left: 5px;
}

span.icon.enquiry-phone[b-08sodu8l70] {
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

span.icon.enquiry-traveller[b-08sodu8l70] {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    width: 22px;
    height: 22px;
}

#enquiry-popup-background.hide[b-08sodu8l70] {
    opacity: 0;
    pointer-events: none;
}

#enquiryPopup.hide[b-08sodu8l70] {
    opacity: 0;
    transform: translateY(-50px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Visible state */
#enquiryPopup[b-08sodu8l70] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Optional fade-in for priceDivEnq */
#priceDivEnq[b-08sodu8l70] {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#priceDivEnq.visible[b-08sodu8l70] {
    display: block;
    opacity: 1;
    min-width: 150px;
}
#priceNotExistsEnq[b-08sodu8l70] {
    display: none;
    max-width: 220px;
}
.price-request[b-08sodu8l70] {
    font-size: 24px;
    font-weight: 700;
    color: var(--web-white);
}
@media (max-width: 1024px) or (max-height: 712px) {
    .enquiry-popup[b-08sodu8l70] {
        margin: 0 auto auto;
    }

    #package-image[b-08sodu8l70] {
        display: none;
    }

    .popup-header[b-08sodu8l70] {
        padding: 1em;
    }

        .popup-header .enquiry-night[b-08sodu8l70] {
            font-size: 1.3em;
        }

    /*.form-field-icon-airplane::after {
        display: none;
    }*/

    .enquiry-popup-section[b-08sodu8l70] {
        font-size: 11px;

        .form-field-icon::after {
            width: 21px;
            height: 21px;
        }
    }
}

@media screen and (max-width: 667px) {
    .popup-body[b-08sodu8l70] {
        .travellers-container {
            .guest-popup {
                width: 100% !important;
            }
        }

        .date-section[b-08sodu8l70] {
            flex-wrap: wrap;

            .field {
                flex: 1 1 100% !important;
            }

            .field:nth-child(2)[b-08sodu8l70] {
                max-width: 100%;
                min-width: 100%;
            }
        }
    }
}

@media (max-width: 600px) {
    .enquiry-popup[b-08sodu8l70] {
        display: flex;
        flex-direction: column;
        margin: 0 10px 10px 10px;
    }

    .popup-header[b-08sodu8l70] {
        display: flex;
    }

        .popup-header .package-title[b-08sodu8l70] {
            font-size: 14.743px;
        }

    .popup-body[b-08sodu8l70] {
        width: 100%;
    }
    #priceNotExistsEnq[b-08sodu8l70] {
        max-width: 120px;
    }
    .flex-section[b-08sodu8l70] {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

   .flex-section .field[b-08sodu8l70] {
        flex: 0 0 50% !important;
        padding: 0 5px !important;
        max-width: calc(50% - 2px) !important;
    }

    .flex-section .field:nth-child(1)[b-08sodu8l70],
    .flex-section .field:nth-child(6)[b-08sodu8l70] {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
       

    /* .travellers-container {
        width: 100%;
    }

    .submit-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
*/
    .popup-header div:first-child[b-08sodu8l70] {
        gap: 1.25em;
    }

    .popup-header .enquiry-price[b-08sodu8l70] {
        font-size: 29.486px !important;
    }

    .checkbox-label-text[b-08sodu8l70] {
        margin-top: -3px !important;
    }
    .package-options .icon[b-08sodu8l70] {
        width: 24.571px !important;
    }

    h3#travellerCount[b-08sodu8l70] {
        font-size: 16px !important;
    }
    .submit-container .btn-submit[b-08sodu8l70] {
        font-size: 14.743px !important;
    }
    .pp[b-08sodu8l70]:after {
        font-size: 17.2px;
    }

    .price[b-08sodu8l70]:before {
        font-size: 29.486px;
    }
    #loading-spinner[b-08sodu8l70] {
        margin-top: 4px;
    }
    .placeholder[b-08sodu8l70] {
        font-size: 16px;
    }
    .price-request[b-08sodu8l70] {
        font-size: 14px;
    }

}


@media (max-width: 400px) {
    #priceDivEnq.visible[b-08sodu8l70] {
        min-width: auto;
    }
}
.hidden[b-08sodu8l70] {
    display: none !important;
}
.placeholder[b-08sodu8l70] {
    position: absolute;
    left: 50px;
    top: 50%;
    pointer-events: none;
    font-size: 18px;
    font-weight: 400;
    transform: translateY(-50%);
}
/*.placeholder::after{*/
/*    content: '*';*/
/*    color: red;*/
/*}*/

input.filled[b-08sodu8l70],
input:is(:-webkit-autofill, :autofill, :-moz-autofill, :focus)[b-08sodu8l70] {
    &+.placeholder {
        visibility: hidden !important;
    }
}

@media (max-width: 600px) {
    .popup-header .enquiry-price[b-08sodu8l70]
     {
         white-space: nowrap;
     }
}
.recaptcha-notice[b-08sodu8l70] {
    font-size: 0.75rem;       
    color: #555;
    margin: 1em 0;           
}

.recaptcha-notice a[b-08sodu8l70] {
    color: #007bff;          
    text-decoration: none;
}

.recaptcha-notice a:hover[b-08sodu8l70] {
    text-decoration: underline;
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_Faq.cshtml.rz.scp.css */
#faq[b-5hxmyp5nkp] {
  color: var(--dark-blue) back;
  background: var(--primary-50);
  padding: 60px 0;
}

.section-header[b-5hxmyp5nkp] {
  display: flex;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

button[b-5hxmyp5nkp] {
  display: flex;
  width: 100%;
  border: none;
  background: var(--web-white);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  align-items: center;
  gap: 30px;
  border-radius: 16px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
button .icon[b-5hxmyp5nkp] {
  width: 16px;
}
span.icon.faq_black[b-5hxmyp5nkp] {
    height: 30px;
    width: 30px;
}

button:hover[b-5hxmyp5nkp] {
  background-color: var(--primary);
  h3 {
    color: var(--web-white);
  }
  .icon.accordion-icon[b-5hxmyp5nkp] {
    background-color: var(--web-white);
  }
}
.accordion-content[b-5hxmyp5nkp] {
    text-align: left;
    margin: 0 20px 30px 30px;
    border-left: 2px solid var(--primary);
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.icon.accordion-icon[b-5hxmyp5nkp] {
    zoom: 150%;
}
span.icon.accordion-icon.primary[b-5hxmyp5nkp] {
    width: 12px;
    height: 12px;
}
@media (max-width: 768px){
    > h3[b-5hxmyp5nkp] {
        font-size:14px;
    }
    .icon.accordion-icon[b-5hxmyp5nkp] {
        zoom: 150%;
    }
    > button[b-5hxmyp5nkp] {
        font-size: 1.1rem;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_FlightSearchForm.cshtml.rz.scp.css */
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_Footer.cshtml.rz.scp.css */
#newsletter-subscribe[b-9zlq8su4kg] {
    background-color: var(--web-white);
    padding: 20px 20px;
    line-height: 24px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
}

#newsletter-subscribe .subscribe-text[b-9zlq8su4kg] {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

#newsletter-subscribe .form-container[b-9zlq8su4kg] {
    display: flex;
    justify-content: space-between;
    gap: 12px 20px;
}

#newsletter-subscribe .content[b-9zlq8su4kg] {
    height: 70px;
    justify-content: space-around;
}

#newsletter-subscribe .left[b-9zlq8su4kg] {
    text-align: justify;
    gap: 30px;
    height: fit-content;
    width: 100%;
}

#newsletter-subscribe .form[b-9zlq8su4kg] {
    width: 100%;
    position: relative;
}

#newsletter-subscribe input[b-9zlq8su4kg] {
    background-color: #cfcfcf7d;
    color: var(--dark-blue);
    outline: none;
    width: 100%;
}

#newsletter-subscribe button[b-9zlq8su4kg] {
    background: var(--blue-gradient);
    color: var(--web-white);
    font-weight: 400;
    line-height: normal;
}

#newsletter-subscribe .right[b-9zlq8su4kg] {
    display: flex;
    flex: auto;
    justify-content: space-around;
    max-width: 710px;
}

#newsletter-subscribe .right i[b-9zlq8su4kg] {
    height: 100%;
}

.social-media-container[b-9zlq8su4kg] {
    margin-top: 25px;
}

#feedbackIcon[b-9zlq8su4kg] {
    font-size: 24px;
    margin-right: 8px;
}

#subscriptionFeedback[b-9zlq8su4kg] {
    display: none;
    margin-top: 10px;
}

.success-icon[b-9zlq8su4kg] {
    color: green;
}

.form-element[b-9zlq8su4kg] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}

.form-element-button[b-9zlq8su4kg] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.error-icon[b-9zlq8su4kg] {
    color: red;
    height: 1em;
}

#footer-top[b-9zlq8su4kg] {
    padding: 60px 0 0 0;
    box-shadow: 0px 5px 4px 0px #A0BECD inset;
}

#footer-top h4[b-9zlq8su4kg] {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
}

#footer-top a[b-9zlq8su4kg] {
    font-size: 18px;
    font-weight: 400;
}

.links[b-9zlq8su4kg] {
    width: 30%;

    a {
        line-height: 1.5;
    }
}


.contact[b-9zlq8su4kg] {
    width: 40%;
    text-align: start;
}

.contact img[b-9zlq8su4kg] {
    width: 40%;
}

ul[b-9zlq8su4kg] {
    padding-right: 30%;
    text-align: left;
}

li[b-9zlq8su4kg] {
    border-bottom: 1px solid #253B4E;
    padding: 10px 0;
    font-size: 13px;
}

/*Filter hack to convert to var(--text-blue)*/
.icon.arrow-right-icon[b-9zlq8su4kg] {
    padding-right: 8px;
    width: 16px;
    height: 13px;
    background-color: var(--primary-black);
    margin-right: 4px;
}

span.icon.destination-fill-icon.white[b-9zlq8su4kg] {
    height: 28px;
    width: 20px;
}

span.icon.mail-fill-icon.white[b-9zlq8su4kg] {
    height: 17px;
    width: 26px;
}

span.icon.phone-sound-fill-icon.white[b-9zlq8su4kg] {
    height: 25px;
    width: 25px;
}

span.icon[b-9zlq8su4kg] {
    padding-right: 8px;
    width: 25px;
    height: 25px;
    background-color: white;
}

.social_media_icon[b-9zlq8su4kg] {
    background: var(--blue-gradient);
    border-radius: 5rem;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-top ul:first-child[b-9zlq8su4kg] {
    padding-top: 0;
}

.contact-address[b-9zlq8su4kg] {
    margin-top: 22px;
    display: flex;
    flex-direction: row;
}

.contact-address h4[b-9zlq8su4kg] {
    font-size: 16px !important;
}

.contact-address .icon-box[b-9zlq8su4kg] {
    background: var(--blue-gradient);
    border-radius: 50%;
    min-width: 47px;
    height: 47px;
    margin-right: 15px;
    position: relative;

    .icon {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

.contact-address i[b-9zlq8su4kg] {
    height: 100%;
}

.contact-address .info[b-9zlq8su4kg] {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.contact-address .info[b-9zlq8su4kg] {
    a, span {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
}


.info p[b-9zlq8su4kg], a[b-9zlq8su4kg], span[b-9zlq8su4kg] {
    line-height: 0.9;
}

.email-content[b-9zlq8su4kg] {
    margin-bottom: 10px;
}

.info p[b-9zlq8su4kg] {
    font-weight: 400;
    font-size: 16px;
}

.info h4[b-9zlq8su4kg] {
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.5;
}

.info h4 span[b-9zlq8su4kg] {
    font-weight: 400;
    font-size: 14px;
}

#footer-bottom[b-9zlq8su4kg] {
    box-shadow: 1px -1px 0px 0px #A0BECD inset;
    padding-bottom: 30px;
    padding-top: 30px;
}

#footer-bottom .content[b-9zlq8su4kg] {
    border-top: 1px solid #8f8d8d;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
}

#footer-bottom .links[b-9zlq8su4kg] {
    float: left;
    margin-bottom: 0;
    font-size: 16px;
}

#footer-bottom .links a:not(:last-child)[b-9zlq8su4kg] {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--primary-black);
}

#footer-bottom .copyright[b-9zlq8su4kg] {
    float: right;
    width: 40%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.info[b-9zlq8su4kg] {
    width: 100%;
}

.bottom-flex[b-9zlq8su4kg] {
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 1200px) {
    #newsletter-subscribe .content[b-9zlq8su4kg] {
        flex-direction: column;
        height: auto;
    }

    #newsletter-subscribe .left[b-9zlq8su4kg] {
        width: 100%;
        flex-direction: column;
        align-items: center;
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    #newsletter-subscribe input[b-9zlq8su4kg] {
        height: 50px;
        font-size: 16px;
    }

    #newsletter-subscribe .right[b-9zlq8su4kg] {
        margin: 0 auto;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    #newsletter-subscribe .form[b-9zlq8su4kg] {
        width: 75%;
    }

    .contact img[b-9zlq8su4kg] {
        width: 100%;
        max-width: 270px;
        margin: 0 auto 45px;
        display: flex;
    }

    .contact[b-9zlq8su4kg] {
        width: 40%;
        text-align: start;
    }

    .bottom-flex[b-9zlq8su4kg] {
        display: block;
        width: 40%;
    }
}

@media (max-width: 767px) {
    #newsletter-subscribe .form-container[b-9zlq8su4kg] {
        flex-wrap: wrap;
    }

    #newsletter-subscribe button[b-9zlq8su4kg] {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 580px) {
    #newsletter-subscribe .subscribe-text[b-9zlq8su4kg] {
        text-align: center;
    }

    #footer-top .content[b-9zlq8su4kg] {
        flex-direction: column;
        gap: 25px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .bottom-flex[b-9zlq8su4kg] {
        display: flex;
        justify-content: center;
    }

    #footer-top .content > div[b-9zlq8su4kg] {
        width: 100% !important;
    }

    #footer-bottom .content[b-9zlq8su4kg] {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #footer-bottom .content > *[b-9zlq8su4kg] {
        width: 100%;
    }

    #newsletter-subscribe .form[b-9zlq8su4kg] {
        width: 100%;
    }

    #footer-top a[b-9zlq8su4kg] {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    #newsletter-subscribe .right[b-9zlq8su4kg] {
        margin: 0px;
    }

    #newsletter-subscribe .subscribe-text[b-9zlq8su4kg] {
        font-size: 20px;
    }

    #footer-bottom .copyright > p:first-child[b-9zlq8su4kg] {
        display: flex;
        flex-direction: column;
        justify-content: center;

        span {
            line-height: 1.5;
        }
    }
}

.recaptcha-notice[b-9zlq8su4kg] {
    max-width: 1360px;
    padding:1rem var(--spacing);
    margin:auto;
    font-size: 0.95rem;
    color: #555;
}

.recaptcha-notice a[b-9zlq8su4kg] {
    color: #007bff;
    text-decoration: none;
}

.recaptcha-notice a:hover[b-9zlq8su4kg] {
    text-decoration: underline;
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_PageHeader.cshtml.rz.scp.css */
#page-header[b-8jmuw8bs6h] {
    position: relative;
}
img[b-8jmuw8bs6h] {
    height: 600px;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.8);
}
.image-replacement[b-8jmuw8bs6h] {
    height: 600px;
    width: 100%;
    background: linear-gradient(95deg, #132A65 0.16%, #45B1E8 100%);
}
.content[b-8jmuw8bs6h] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.titles[b-8jmuw8bs6h] {
    padding: 2em 0;
}
.titles.dark[b-8jmuw8bs6h] {
    color: var(--web-white);
    background-color: rgba(0, 0, 0, 0.5);
}
h1[b-8jmuw8bs6h] {
    color: white;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.5;
}
h2[b-8jmuw8bs6h]{
    font-family: 'Poppins', sans-serif;
    color: var(--web-white);
    font-size: 22px;
    font-weight: 400;
}
input[b-8jmuw8bs6h] {
    background-image: url(/newexperience/images/icons/search.svg);
    width: 450px;
    background-position: 95%;
    background-repeat: no-repeat;
    height: 42px;
    background-color: var(--web-white);
    border-radius: 17px;
    color: var(--dark-blue);
    font-weight: lighter;
    text-align: left;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

/* Tablet */
@media (max-width: 1000px) {
    h1[b-8jmuw8bs6h] {
        font-size: 40px;
        line-height: 1.2;
    }
    h2[b-8jmuw8bs6h]{
        font-size: 20px;
    }
}
/* Mobile */
@media (max-width: 400px) {
    h1[b-8jmuw8bs6h] {
        font-size: 32px;
        line-height: 1.1;
    }
    h2[b-8jmuw8bs6h]{
        font-size: 16px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_PageIntro.cshtml.rz.scp.css */
.search-description[b-bnod1uka36] {
  .content {
    border-bottom: 1px solid var(--primary);
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .icon-image[b-bnod1uka36] {
    text-align: center;
    margin-bottom: 20px;
  }

img[b-bnod1uka36] {
    width: 80px;
    height: 80px;
}

  .title[b-bnod1uka36] {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    color: #000000;
    text-align: center;
    position: relative;
    display: inline-block;
    background: var(--web-white);
    padding: 0 20px;
  }

  .title-section[b-bnod1uka36] {
    text-align: center;
    position: relative;
    /*width: calc(100% - 112px);*/
    margin: auto;
    overflow: hidden;
  }

  .title-section[b-bnod1uka36]:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--primary);
    top: 50%;
    position: absolute;
  }

.paragraph[b-bnod1uka36] 
{
    padding-top: 40px;
    .read-more-text
        {
           p
            {
              font-weight: 300;
              font-size: 18px;
            }
         }
}
  
  .paragraph p:not(:last-child)[b-bnod1uka36] {
    margin-bottom: 30px;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_ReadMore.cshtml.rz.scp.css */
p[b-rtqdzm3q4b] {
    text-align: left;
    color: var(--dark-blue);
    &+p {
        margin-top: var(--spacing);
    }
}
#read-more-button[b-rtqdzm3q4b], #read-less-button[b-rtqdzm3q4b] {
    color: var(--primary);
    cursor: pointer;
}
#read-more-paragraphs[b-rtqdzm3q4b] {
    display: block
}
#read-more-paragraphs > p:first-child[b-rtqdzm3q4b] {
    margin-top: var(--spacing);
}

@media (max-width: 580px) {
    p[b-rtqdzm3q4b] {
        text-align: center;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_RelatedSearchPage.cshtml.rz.scp.css */
.swiper-container[b-7g72ozlijd] {
    position: relative;
    padding-bottom: 40px;
}

.section-title[b-7g72ozlijd] {
    justify-content: center;
}

    .section-title h1[b-7g72ozlijd] {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
    }

.prev[b-7g72ozlijd] {
    left: -50px;
}

.next[b-7g72ozlijd] {
    right: -50px;
}

.swiper-button[b-7g72ozlijd] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--primary);
    width: 39px;
    height: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}

    .swiper-button .icon[b-7g72ozlijd] {
        background-color: var(--primary-white);
    }

    .swiper-button:hover[b-7g72ozlijd] {
        background-color: var(--primary-75);
    }

@media (max-width: 1400px) {
    .prev[b-7g72ozlijd] {
        left: -36px;
    }

    .next[b-7g72ozlijd] {
        right: -36px;
    }
}

@media (max-width: 767.98px) {
    .prev[b-7g72ozlijd] {
        left: -10px;
    }

    .next[b-7g72ozlijd] {
        right: -10px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_SearchBox.cshtml.rz.scp.css */
input[search-box] {
    background-image: url(/newexperience/images/icons/search.svg);
    max-width: 450px;
    width: 95%;
    background-position: 95%;
    background-repeat: no-repeat;
    height: 42px;
    background-color: var(--web-white);
    color: var(--dark-blue);
    text-align: left;
    padding-left: 20px;
    caret-color: var(--secondary);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:200;
}
#SearchResults .button-close[search-box] {
    display: none;
}
#SearchResults[search-box] {
    color: var(--primary-black);
    background-color: var(--web-white);
    z-index: 2;
    position: absolute;
    width: 40vw;
    margin-left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 40px;
    max-height: 400px;
    overflow: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.semi-rounded[search-box] {
    border-radius: 0.8em;
}
#SearchList * + *[search-box] {
    margin-top: 10px;
}
#SearchList a:hover[search-box] {
    background-color: var(--primary-75);
}
#SearchList a[search-box] {
    display: flex !important;
    justify-content: space-between !important;
    left: 0;
    text-align: left;
}

#SearchList span[search-box] {
    text-align: right;
    border-radius: 8em;
    font-weight: 400;
    color: var(--primary-black);
}

#SearchList .search-item[search-box] {
    align-items: flex-start;
    padding: 1em;
    font-weight:300;
}

#SearchList .package-box[search-box], #SearchList .holiday-box[search-box], #SearchList .destination-box[search-box] {
    padding: 2px 5px 2px 5px !important;
    min-width: 100px;
    text-align: center;
    font-size: 12px !important;
    background: var(--primary-white) !important;
    box-shadow: inset 0 0 16px -5px var(--primary-light) !important;
}

@media(max-width: 991px) {
    #SearchResults[search-box] {
        width: 68vw;
    }
}

@media(max-width: 769px) {
    #SearchResults[search-box] {
        width: 75vw;
    }
}
@media(max-width: 700px) {
    #SearchResults .button-close[search-box] {
        display: flex;
        justify-content: flex-end;
        margin-top: 12px;
        margin-right: 8px;
    }
}
@media(max-width: 500px) {
    #SearchResults[search-box] {
        width: 85vw;
        overflow: auto;
        height: 220px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_SearchCard.cshtml.rz.scp.css */
.search-card[b-rwto4qvqes] {
  border-radius: 18px;
  box-shadow: 0 4px 17px 0 #9e9e9e40;
  padding: 18px;
  text-align: left;
  background: var(--web-white);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* swiper buttons*/
.swiper-slide-container[b-rwto4qvqes] {
    position: relative;
    height: 100%;
}

.swiper-section[b-rwto4qvqes] {
    position: relative;
    height: 100%;
}

.swiper[b-rwto4qvqes] {
    height: 100%;
}

.swiper-button[b-rwto4qvqes] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: var(--web-white);
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: contrast(1);
}

    .swiper-button .icon[b-rwto4qvqes] {
        background-color: var(--primary);
    }

    .swiper-button:hover[b-rwto4qvqes] {
        background-color: var(--primary-75);
    }

.searchCard-swiper-next[b-rwto4qvqes] {
    right: 30px;
}

.searchCard-swiper-prev[b-rwto4qvqes] {
    left: 30px;
}
.package-image[b-rwto4qvqes] {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.package-image a[b-rwto4qvqes]{
  display: flex;
}

.package-image a img[b-rwto4qvqes] {
    scale: 1;
    width: 100%;
    height: 226px;
    transition: all 0.5s ease-in-out;
}

.package-location[b-rwto4qvqes] {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 5px;
}

.package-location .icon[b-rwto4qvqes] {
  background-color: var(--primary);
  width: 12px;
  height: 16px;
}

.package-location p[b-rwto4qvqes] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #404040;
}

.package-title[b-rwto4qvqes] {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: auto;
  justify-content: space-between;
}

    .package-title h3[b-rwto4qvqes] {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        color: var(--primary-black);
        margin-right: 10px;
    }

.package-title .ratings[b-rwto4qvqes] {
  display: flex;
  align-items: center;
  flex: none;
  gap: 7px;
}

.package-title .ratings .icon[b-rwto4qvqes] {
  background-color: var(--primary-black);
  width: 17px;
}

.package-title .ratings span:last-child[b-rwto4qvqes] {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary-black);
}

.package-includes[b-rwto4qvqes] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 10px;
  gap: 15px;
}

.package-includes div[b-rwto4qvqes] {
  text-align: center;
}

.package-includes div .icon[b-rwto4qvqes]{
  width: 32px;
  background-color: #808080;
}

.package-includes div p[b-rwto4qvqes] {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #808080;
}

.package-info[b-rwto4qvqes] {
  min-height: 116px;
  max-height: 116px;
  
  ul {
    list-style: disc;
    padding-left: 20px;
    color: #808080;

    li{
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      text-align: left;
      margin-top: 8px;
      span {
        display: block;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }
  }
}

.package-price[b-rwto4qvqes] {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 10px;
}

.package-price .price-data[b-rwto4qvqes] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.package-price .price[b-rwto4qvqes] {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: var(--primary-black);
}

.package-price .price[b-rwto4qvqes]:before {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.package-price .price span[b-rwto4qvqes] {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.package-price .price .old-price[b-rwto4qvqes] {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #808080;
}

.package-price .discount[b-rwto4qvqes] {
  background: #faaf3e;
  border-radius: 9px;
  color: var(--web-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  height: 27px;
  padding-inline: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.package-price .discount .icon[b-rwto4qvqes] {
  width: 13px;
  background-color: var(--web-white);
}

.package-price .discount span[b-rwto4qvqes] {
  font-weight: 700;
}

.action-buttons[b-rwto4qvqes] {
  display: flex;
  gap: 5px;
}

.action-buttons .call-button[b-rwto4qvqes] {
  display: block;
  width: 50px;
}

.view-deal[b-rwto4qvqes] {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 12px;
  background: var(--primary-gradient);
  color: var(--web-white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.view-deal:hover[b-rwto4qvqes] {
  background: var(--reverse-primary-gradient);
}

.view-deal[b-rwto4qvqes] {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 12px;
  background: var(--primary-gradient);
  color: var(--web-white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  position: relative; /* For pseudo-element positioning */
  overflow: hidden; /* To hide the pseudo-element outside the button */
}

.view-deal[b-rwto4qvqes]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--reverse-primary-gradient);
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}

.view-deal:hover[b-rwto4qvqes]::before {
  opacity: 1;
}

.view-deal span[b-rwto4qvqes] {
  position: relative; /* To ensure text stays on top of pseudo-element */
  z-index: 1;
}

/* ribbon */
.ribbon[b-rwto4qvqes]::before,
.ribbon[b-rwto4qvqes]::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid var(--secondary);
}
.ribbon span[b-rwto4qvqes] {
  position: absolute;
  display: block;
  width: 165px;
  background-color: var(--secondary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: var(--primary-black);
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* ribbon top left*/
.ribbon-top-left[b-rwto4qvqes]::before,
.ribbon-top-left[b-rwto4qvqes]::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left[b-rwto4qvqes]::before {
  top: 0;
  right: 0;
}
.ribbon-top-left[b-rwto4qvqes]::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span[b-rwto4qvqes] {
  left: -23px;
  top: 16px;
  transform: rotate(-25deg);
}

@media screen and (min-width: 1025px){
  .package-image a:hover img[b-rwto4qvqes] {
    scale: 1.2;
  }
}

@media screen and (max-width: 1024px) {
  .ribbon span[b-rwto4qvqes] {
    font-size: 9px;
    line-height: 14px;
  }
  .package-location h4[b-rwto4qvqes] {
    font-size: 12px;
    line-height: 18px;
  }
  .package-location .icon[b-rwto4qvqes] {
    width: 8px;
    height: 12px;
  }
  .package-title h3[b-rwto4qvqes] {
    font-size: 14px;
    line-height: 21px;
  }
  .package-title .ratings .icon[b-rwto4qvqes] {
    width: 13px;
  }
  .package-title .ratings span:last-child[b-rwto4qvqes] {
    font-size: 15px;
    line-height: 23px;
  }
  .package-includes div .icon[b-rwto4qvqes]{
    width: 23px;
  }
  .package-includes div p[b-rwto4qvqes] {
    font-size: 11px;
    line-height: 16px;
  }
  .package-info ul[b-rwto4qvqes] {
    li{
      font-size: 11px;
      line-height: 16px;
    }
  }
  .package-price[b-rwto4qvqes] {
    font-size: 14px;
    line-height: 21px;
  }
  .package-price .price[b-rwto4qvqes],
  .package-price .price[b-rwto4qvqes]:before{
    font-size: 23px;
    line-height: 35px;
  }
  .package-price .price span[b-rwto4qvqes] {
    font-size: 12px;
    line-height: 18px;
  }
  .package-price .price .old-price[b-rwto4qvqes] {
    font-size: 12px;
    line-height: 18px;
  }
  .package-price .discount[b-rwto4qvqes] {
    border-radius: 7px;
    font-size: 11px;
    line-height: 16px;
    height: 20px;
    padding-inline: 9px;
  }
  .action-buttons .call-button[b-rwto4qvqes] {
    width: 36px;
  }
  .view-deal[b-rwto4qvqes] {
    height: 31px;
    line-height: 31px;
    border-radius: 9px;
    font-size: 12px;
  }
}
@media (max-width: 450px){
  .search-card .package-includes div:nth-child(4)[b-rwto4qvqes] {
    display: none;
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_SearchNotFound.cshtml.rz.scp.css */
#search-not-found[b-8o6q2qkrxo] {
    background-size: cover;
    background-image: url('newexperience/images/Background/search-not-found.png');
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content[b-8o6q2qkrxo] {
   width:100%;
   text-align:left;
}
.content-list[b-8o6q2qkrxo] {
    width: 100%;
    max-width: 737px;
}
.button-container[b-8o6q2qkrxo], content-container[b-8o6q2qkrxo] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.middle-icon-large[b-8o6q2qkrxo] {
    font-weight: 700;
    color: var(--web-white);
    font-size: 60px;
}

/*    h2:before, h2:after {
        border-color: var(--web-white)
    }*/

span[b-8o6q2qkrxo] {
    display: flex;
    gap: 30px;
    color: var(--web-white);
}

h3[b-8o6q2qkrxo] {
    font-size: 26px;
    padding-bottom: 12px;
    color: var(--web-white);
    font-weight: 500;
}
.button-like[b-8o6q2qkrxo] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: var(--web-white);
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.icon[b-8o6q2qkrxo] {
    background-color: var(--primary-black);
    width: 48px;
    height: 48px;
    margin-right: 10px; /* Adds space between image and text */
}
.text[b-8o6q2qkrxo] {
    font-weight: 400;
    font-size: 18px;
    color: black;
    margin-right: 10px;
}
span.middle-icon[b-8o6q2qkrxo], span.middle-icon-small[b-8o6q2qkrxo] {
    font-size: 32px;
    font-weight: 300;
}
.description[b-8o6q2qkrxo] {
    font-weight: 500;
    font-size: 30px;
    color: black;
}

@media (max-width: 768px) {
    span.middle-icon[b-8o6q2qkrxo], span.middle-icon-small[b-8o6q2qkrxo] {
        font-size: 17.07px;
    }

    .middle-icon-large[b-8o6q2qkrxo] {
        font-size: 32px;
    }
    .icon[b-8o6q2qkrxo] {
        width: 38px;
        height: 38px;
    }

    .description[b-8o6q2qkrxo] {
        font-size: 19px;
    }

    .text[b-8o6q2qkrxo] {
        font-size: 11px;
    }

    .button-like[b-8o6q2qkrxo] {
        padding: 4px 13px;
    }
}

    @media (max-width: 580px) {
        span.middle-icon[b-8o6q2qkrxo]{
            font-size: 19px;
            font-weight:700;
        }
        span.middle-icon-small[b-8o6q2qkrxo] {
            font-size: 18px;
            font-weight: 400;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .middle-icon-large[b-8o6q2qkrxo] {
            font-size: 29px;
        }
        .icon[b-8o6q2qkrxo] {
            width: 38px;
            height: 38px;
        }
        .description[b-8o6q2qkrxo] {
            font-size: 19px;
        }
        .text[b-8o6q2qkrxo] {
            font-size: 11px;
            min-width: 145px;
        }
        .button-like[b-8o6q2qkrxo] {
            padding: 4px 13px;
        }
    }
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_SubscribeWhatsapp.cshtml.rz.scp.css */
#subscribe-whatsapp[b-tdyxcbstq8] {
    background-size: cover;
    padding: 70px 0;
}
.subscribe-container[b-tdyxcbstq8] {
    background: linear-gradient(86deg, #02AAB0 0.01%, #013739 100%);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content[b-tdyxcbstq8] {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.content-list-left[b-tdyxcbstq8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0 !important;
}
.content-list-right[b-tdyxcbstq8] {
    padding-left:30px;
    text-align: right;
}

.content-list-right img[b-tdyxcbstq8] {
    max-width: 210px;
}
.button-container[b-tdyxcbstq8] {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}
p[b-tdyxcbstq8] {
    font-weight: 700;
    color: var(--web-white);
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 16px;
}

    p[b-tdyxcbstq8]:before, p[b-tdyxcbstq8]:after {
        border-color: var(--web-white)
    }

h3[b-tdyxcbstq8] {
    font-size: 26px;
    padding-bottom: 12px;
    color: var(--web-white);
    font-weight: 500;
}
.button-like[b-tdyxcbstq8] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
    background-color: var(--web-white);
    border-radius: 45px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    color: #25D366;
    font-weight:700;
    font-size: 32px;
    line-height: 1.5;
}
.title-text[b-tdyxcbstq8] {
    color: #25D366;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.icon.whatsapp-icon[b-tdyxcbstq8] {
    background-color: #25D366;
}
.title-mobile[b-tdyxcbstq8]{
    display:none;
}
    .icon[b-tdyxcbstq8] {
        width: 40px;
        height: 38px;
        margin-right: 10px; /* Adds space between image and text */
    }
span.middle-icon[b-tdyxcbstq8] {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--web-white);
}

@media (max-width: 1024px) {
    p[b-tdyxcbstq8] {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .icon[b-tdyxcbstq8] {
        width: 29px;
        height: 29px;
    }
    .content-list-right img[b-tdyxcbstq8] {
        max-width: 160px;
    }
    .button-like[b-tdyxcbstq8] {
        font-size: 25px;
    }
    #subscribe-whatsapp[b-tdyxcbstq8] {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .title-mobile[b-tdyxcbstq8] {
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
    }
    .title-desktop[b-tdyxcbstq8] {
        display: none;
    }
    .content-list-left[b-tdyxcbstq8] {
        width: 100%;
        text-align: center;
    }
    .content-list-right[b-tdyxcbstq8] {
        width: 100%;
        padding-left: 0px;
        order: -1;
        text-align: center;
        display: block;
    }
    .content[b-tdyxcbstq8]{
        flex-wrap:wrap;

    }
  
    .button-container[b-tdyxcbstq8] {
        justify-content: center;
        margin-top: 20px;
    }
    span.middle-icon[b-tdyxcbstq8] {
        margin-top: 30px;
        display: block;
    }
    .button-like[b-tdyxcbstq8] {
        font-size: 21px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_TailorMadeHoliday.cshtml.rz.scp.css */
.tailor-made-holiday-section[b-2w00jcydy0] {
    padding: 20px 0 60px 0;
}

.two-columns[b-2w00jcydy0] {
    display: flex;
}

.two-columns > div[b-2w00jcydy0] {
    flex: 1 1 0;
}

.two-columns .text-area[b-2w00jcydy0] {
    max-width: 502px;
    margin: auto;
}

.two-columns .text-area .line-1[b-2w00jcydy0] {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    color: #000000;
}

.two-columns .text-area .line-2[b-2w00jcydy0] {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    color: var(--primary);
}

.two-columns .text-area .line-3[b-2w00jcydy0] {
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    color: #000000;
}

.two-columns .text-area .line-4[b-2w00jcydy0] {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: var(--primary);
    margin-top: 20px;
}

.two-columns .text-area .line-5[b-2w00jcydy0] {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
    margin-top: 30px;
}

.section-title[b-2w00jcydy0] {
    justify-content: center;
    padding: 50px 0;
}

.form-area[b-2w00jcydy0] {
    max-width: 475px;
    margin: auto;
}

.form-area .form-title[b-2w00jcydy0] {
    font-size: 26.36px;
    font-weight: 600;
    line-height: 39.55px;
    color: var(--primary);
    margin-top: 10px;
    margin-bottom: 20px;
}

.input-container[b-2w00jcydy0] {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #404040;
    padding: 10px;
    border-radius: 16.48px;
    align-items: center;
}

.input-container img[b-2w00jcydy0] {
    height: 16px;
}

.input-container .input-field[b-2w00jcydy0] {
    text-align: left;
    padding-left: 10px;
    width: 100%;
}

.form-submit[b-2w00jcydy0] {
    background: var(--primary-gradient);
    color: #ffffff;
    height: 50px;
    display: inline-block;
    width: 100%;
    border-radius: 16.48px;
    cursor: pointer;
    font-size: 19.77px;
    font-weight: 500;
    line-height: 29.66px;
}

.or[b-2w00jcydy0] {
    font-size: 26.36px;
    font-weight: 600;
    line-height: 39.55px;
    color: #000000;
}

.call-us-section[b-2w00jcydy0] {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-type-2[b-2w00jcydy0] {
    display: flex;
    gap: 10px;
    background: var(--primary);
    color: #fff;
    border-radius: 10px;
    font-size: 25.49px;
    font-weight: 600;
    padding: 10px 25px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.btn-type-2 img[b-2w00jcydy0] {
    width: 32px;
}

.btn-type-2 > div > div[b-2w00jcydy0] {
    width: 100%;
    font-size: 10.66px;
    font-weight: 400;
    line-height: 15.99px;
}

@media (max-width: 1024px) {
    .two-columns[b-2w00jcydy0] {
        flex-direction: column;
        gap: 60px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_TopNav.cshtml.rz.scp.css */
nav[b-q1dtpew7lo] {
    position: absolute;
}
nav.fixed[b-q1dtpew7lo] {
    position: fixed;
    top: 0;
}
nav.relative[b-q1dtpew7lo] {
    position: relative;
}
nav[b-q1dtpew7lo] {
    z-index: 100;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 90px;
    color: var(--web-white);
    box-shadow: 0 0 1px var(--web-white);
    padding-right: 2.5em;
    padding-left: 4em;
    transition: all var(--animation-speed) ease-in-out;
}

nav .logo[b-q1dtpew7lo] {
    width: 277px;
    display: inherit;
    transition: transform var(--animation-speed) ease-in-out;
    > img {
        width: 100%;
        height: 100%;
        content: url("/newexperience/images/logos/Final_Logo_White.png");
    }
}
.scrolled[b-q1dtpew7lo] {
    &#header {
        height: 55px;
    }
    #nav-links[b-q1dtpew7lo] {
        top: 55px;
    }
}
nav a[b-q1dtpew7lo] {
    color: var(--web-white);
}
.nav-links[b-q1dtpew7lo] {
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 10px;
    height: 100%;
    display: flex;
    gap: 30px;
    font-weight: 300;
}
li[b-q1dtpew7lo] {
    height: inherit;
    flex: none;
}
.call-to-actions[b-q1dtpew7lo] {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 54px;
}
.phone[b-q1dtpew7lo] {
    display: flex;
    align-items: center;
    .time {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 300;
    }
    .number[b-q1dtpew7lo] {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 500;
    }
}
.icon.phone-sound-fill-icon[b-q1dtpew7lo] {
    width: 40px;
    margin-right: 7px;
}
.plan-button[b-q1dtpew7lo] {
    width: 204px;
    height: 47.17px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    &:hover {
        color: inherit;
    }
}
.divider[b-q1dtpew7lo] {
    border-left: var(--web-white);
    margin-left: 5px;
    padding-left: 5px;
}
.search[b-q1dtpew7lo] {
    cursor: pointer;
    padding-left: 20px;
    border-left: 1px solid white;
    height: inherit;
    display: flex;
    align-items: center;
    .icon {
        width: 27px;
    }
}
#side-nav[b-q1dtpew7lo] {
    position: fixed;
    display: block;
    height: 100%;
    width: 290px;
    right: 0;
    z-index: 100;
    background: rgba(15, 33, 49, 0.9);
}
#side-nav ul[b-q1dtpew7lo] {
    display: flex;
    flex-direction: column;
}
#side-nav ul img[b-q1dtpew7lo] {
    filter: invert(1);
}
#side-nav .logo[b-q1dtpew7lo] {
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    display: inline-block;
    width: 50%;
    text-align: center;
}
#side-nav .top-section[b-q1dtpew7lo] {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    align-items: center;
}
#side-nav .close[b-q1dtpew7lo] {
    padding: 15px;
    width: 50%;
    text-align: center;
}
#side-nav li[b-q1dtpew7lo] {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: var(--web-white);
}
#side-nav li img[b-q1dtpew7lo] {
    height: 45px;
}

@media (max-width:  1460px) {
    nav .logo[b-q1dtpew7lo] {
        width: 230px;
    }
    
    .nav-links[b-q1dtpew7lo] {
        font-size: 17px;
    }

    .phone[b-q1dtpew7lo] { 
        .time {
            font-size: 13px;
        }
        .number[b-q1dtpew7lo] {
            font-size: 20px;
        }
    }
    
    .call-to-actions[b-q1dtpew7lo] {
        height: 40px;
    }
    
    .icon.phone-sound-fill-icon[b-q1dtpew7lo] {
        width: 28px;
    }
    
    .plan-button[b-q1dtpew7lo] {
        width: 180px;
        height: 42px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .search[b-q1dtpew7lo] {
        .icon {
            width: 23px;
        }
    }
}


@media (max-width:  1280px) {
    nav .logo[b-q1dtpew7lo] {
        width: 220px;
    }

    .nav-links[b-q1dtpew7lo] {
        font-size: 16px;
        gap: 20px;
    }

    .phone[b-q1dtpew7lo] {
        .time {
            font-size: 12px;
        }
        .number[b-q1dtpew7lo] {
            font-size: 18px;
        }
    }

    .call-to-actions[b-q1dtpew7lo] {
        height: 40px;
        gap: 15px;
    }

    .icon.phone-sound-fill-icon[b-q1dtpew7lo] {
        width: 25px;
    }

    .plan-button[b-q1dtpew7lo] {
        width: 160px;
        height: 37px;
        font-size: 14px;
        line-height: 24px;
    }

    .search[b-q1dtpew7lo] {
        .icon {
            width: 20px;
        }
    }
}

@media (max-width: 1200px) {
    .call-to-actions[b-q1dtpew7lo] {
        margin-left: auto;
    }
    .nav-links[b-q1dtpew7lo] {
        display: none;
    }
    .menu-toggle[b-q1dtpew7lo] {
        display: flex !important;
        margin-left: 20px;
        border: 2px solid transparent;
        
        .burger-icon {
            background-color: var(--web-white);
            width: 20px;
        }
    }
    
    .menu-toggle:has(.cross-icon)[b-q1dtpew7lo]{
        border: 2px solid var(--secondary);
        box-shadow: 0 0 2px 0;
        border-radius: 3px;
    }

.nav-links.visible-on-mobile[b-q1dtpew7lo] {
    -webkit-tap-highlight-color: transparent !important;
    position: absolute;
    display: block;
    width: 100%;
    margin: auto;
    padding: 0;
    gap: 0;
    flex-direction: column;
    top: 90px;
    left: 0;
    font-weight: 500;
    background: #2d2d2dd6;
    opacity: 0;
    animation: slideIn-b-q1dtpew7lo 0.3s forwards ease-in-out;
    backdrop-filter: blur(7px);
    height: calc(100vh - 166px);
    overflow: auto;
    li a{
            justify-content: center;
        }

        li:hover[b-q1dtpew7lo] {
            background-color: #29292988;
        }
        li[b-q1dtpew7lo] {
            padding: 10px 0;
            height: auto;
        }
    }

    /* nav links only blurred and have hover effect when part of hamburger
    menu to avoid double blur with nav and unwanted hover effect on nav bar,
     added as a pseudo element so it works on chrome*/

nav.nav-blur-extended[b-q1dtpew7lo] {
    /*   backdrop-filter: blur(3px);
   background: #2D2D2D99;
    /* background: none;
        box-shadow: none;*/
    background: #2d2d2dd6;
    backdrop-filter: none;
}
    nav.nav-blur-extended[b-q1dtpew7lo]::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: var(--extended-blur-bottom, 200px); /* var defined in javascript */
    width: 100%;
    height: var(--extended-blur-height, 300px);
    box-shadow: 0 0 1px var(--web-white);
    z-index: -1; /* Place behind the nav content */
    animation: slideIn-b-q1dtpew7lo 0.3s forwards ease-in-out;
    transition: all var(--animation-speed) ease-in-out;
}
}

@keyframes slideIn-b-q1dtpew7lo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 550px) {
    nav[b-q1dtpew7lo] {
        padding: 0 1.5em;
    }
}

@media (max-width: 767px){
    .nav[b-q1dtpew7lo] {
        height: 65px;
    }
    nav .logo[b-q1dtpew7lo] {
        width: 177px;
    }
    .plan-button[b-q1dtpew7lo] {
        display: none;
    }
}
@media (max-width: 490px){
    .search[b-q1dtpew7lo], .phone-info[b-q1dtpew7lo] {
        display: none;
    }
    .number[b-q1dtpew7lo] {
        font-size: 16px !important;
    }
    .phone[b-q1dtpew7lo] {
        padding-right: 0;
    }
}


/* The following css is for rebranding banner */

.info-banner-container-button[b-q1dtpew7lo] {
    display: none;
    height: inherit;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
    .info-banner-container-button span.line1[b-q1dtpew7lo] {
        font-weight: bold;
        display: block;
    }

    .info-banner-container-button span.line2[b-q1dtpew7lo],
    .info-banner-container-button span.line3[b-q1dtpew7lo] {
        display: block;
        font-weight: normal;
    }
#rebranding-banner[b-q1dtpew7lo] {
    position: absolute;
    z-index: 100;
    background: linear-gradient(0.25turn, #132A65, #45B1E8);
    left: 0;
    right: 0;
}

.rebranding-banner-container[b-q1dtpew7lo] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 14px 60px;
}

.rebranding-banner-container__info-text[b-q1dtpew7lo] {
    color: var(--web-white);
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
    white-space: nowrap;
    margin-right: 30px;
}

.rebranding-banner-container__info-text span[b-q1dtpew7lo] {
    font-weight: 500;
}

.rebranding-banner-container__read-more-button[b-q1dtpew7lo] {
    background-color: var(--web-white);
    padding: 0 50px;
    box-shadow:
            3px 3px 12px 0 rgba(0, 0, 0, 0.15),
            -3px -3px 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 999px;
    color: #45B1E8;
    font-size: 20px;
    font-weight: 600;
    line-height: 45px;
    
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .rebranding-banner-container__info-text[b-q1dtpew7lo] {
        font-size: 24px;
    }
}

@media (max-width: 1057px) {
    .rebranding-banner-container[b-q1dtpew7lo] {
        margin-top: 0;
        margin-bottom: 14px;
    }
}

@media (max-width: 800px) {
    .rebranding-banner-container[b-q1dtpew7lo] {
        margin-bottom: 12px;
    }
    
    .rebranding-banner-container__info-text[b-q1dtpew7lo] {
        font-size: 18px;
        line-height: 40px;
        margin: 0;
    }

    .rebranding-banner-container__read-more-button[b-q1dtpew7lo] {
        padding: 0 32px;
        font-size: 16px;
        line-height: 32px;
        font-weight: 500;
    }
}

@media (max-width: 600px)
{
    .info-banner-container-button[b-q1dtpew7lo] {
        display: block;
    }
    .rebranding-banner-container[b-q1dtpew7lo] {
        margin-bottom: 10px;
    }

    .rebranding-banner-container__info-text[b-q1dtpew7lo] {
        font-size: 15px;
    }
    
    .rebranding-banner-container__read-more-button[b-q1dtpew7lo] {
        padding: 0 24px;
        box-shadow:
                2px 2px 6px 0 rgba(0, 0, 0, 0.15), 
                -2px -2px 6px 0 rgba(0, 0, 0, 0.15);
        line-height: 28px;
        text-transform: uppercase;
    }
}

@media (max-width: 500px)
{
    .rebranding-banner-container__info-text[b-q1dtpew7lo] {
        font-size: 12px;
        line-height: 36px;
    }

    .rebranding-banner-container__read-more-button[b-q1dtpew7lo] {
        font-size: 14px;
    }
}

/* end of css for rebranding banner */
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_Trustpilot.cshtml.rz.scp.css */
h3[b-pym5p4omgc] {
    font-size: 28px;
    font-weight: 400;
    margin: 0px;
    padding: 0;
    color: #0f2131;
    justify-content: center;
}
h3[b-pym5p4omgc]:before {
    content: none;
}
h3[b-pym5p4omgc]:after {
    content: none;
}
.blue-section[b-pym5p4omgc] {
    margin: 0px;
    border-radius: 0px;
}
a.tp-widget-review-link[b-pym5p4omgc] {
    background-color: #f4f5f6;
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_ViewMoreButton.cshtml.rz.scp.css */
.btn-view-more[b-guipm4686y] {
  border: 1px solid #404040;
  background: var(--web-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  display: inline-flex;
  box-shadow: 0px 5px 18px 0px rgba(158, 158, 158, 0.25);
  overflow: hidden;
  margin: 30px auto 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.btn-view-more > span[b-guipm4686y] {
  line-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.btn-view-more > span:last-child[b-guipm4686y] {
  background: var(--primary-gradient);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-view-more .icon[b-guipm4686y] {
  background: var(--primary-white);
  transition: transform 0.3s ease;
}

.btn-view-more[b-guipm4686y]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: -1;
}

.btn-view-more:hover[b-guipm4686y] {
  opacity: 0.9;
}

.btn-view-more:hover[b-guipm4686y]::before {
  opacity: 0.15;
}

.btn-view-more:hover > span:last-child[b-guipm4686y] {
  transform: translateX(5px);
}

.btn-view-more:hover .icon[b-guipm4686y] {
  animation: bounceIcon-b-guipm4686y 0.5s ease-in-out infinite alternate;
}

@keyframes bounceIcon-b-guipm4686y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
/* _content/AffordableLuxuryTravel.Web/Pages/Shared/Partials/_WhyBook.cshtml.rz.scp.css */
#why-book-us[b-d9gv2xkgcg] {
    color: var(--dark-blue);
    background-size: cover;
}

.section-header[b-d9gv2xkgcg] {
    justify-content: center;
    margin-bottom: var(--spacing);
}

.card-container[b-d9gv2xkgcg] {
    display: flex;
    gap: 20px;
}

ul[b-d9gv2xkgcg] {
    font-weight: 500;
    font-size: 16px;
}

.card[b-d9gv2xkgcg] {
    background-color: white;
    width: calc(33.3% - 30px);
    height: 425px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 60px 15px 60px 15px;
}

    .card:hover[b-d9gv2xkgcg] {
        transform: translateY(-10px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .card img[b-d9gv2xkgcg] {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .card h3[b-d9gv2xkgcg] {
        font-size: 30px;
        margin: 0px 65px 10px 50px;
        font-weight: 500;
    }

    .card p[b-d9gv2xkgcg] {
        font-size: 14px;
        color: #555;
    }

span.icon.award-icon[b-d9gv2xkgcg], span.icon.tailor-icon[b-d9gv2xkgcg], span.icon.handshake-icon[b-d9gv2xkgcg] {
    width: 42%;
    margin-top: 30px;
}

span.icon.headphone-icon[b-d9gv2xkgcg] {
    width: 40px;
    height: 36px;
}

@media(max-width: 628px) {
    .card-container[b-d9gv2xkgcg] {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .card[b-d9gv2xkgcg] {
        margin: 30px 0px 0px 0px;
    }
}

@media(max-width: 1200px) {
    .card h3[b-d9gv2xkgcg] {
        font-size: 26px;
        margin: 0px 15px 10px 15px;
        font-weight: 500;
    }
}

@media (max-width: 1024px) {
    .primary[b-d9gv2xkgcg] {
        flex-direction: column;
        margin-right: auto;
        margin-left: auto;
        max-width: 550px;
    }
}

@media(max-width: 991px) {
    .card h3[b-d9gv2xkgcg] {
        font-size: 22px;
        margin: 0px 0px 10px 0px;
        font-weight: 500;
    }

    .card[b-d9gv2xkgcg] {
        margin: 60px 7px 60px 8px;
        width: calc(33.3% - 15px);
    }
}

@media(max-width: 628px) {
    .card[b-d9gv2xkgcg] {
        margin: 10px 0px;
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    span.icon.award-icon[b-d9gv2xkgcg], span.icon.tailor-icon[b-d9gv2xkgcg], span.icon.handshake-icon[b-d9gv2xkgcg] {
        width: 80px;
        height: 100px;
    }

    ul[b-d9gv2xkgcg] {
        font-size: 14px;
    }
}
/* _content/AffordableLuxuryTravel.Web/Pages/terms-and-conditions/Index.cshtml.rz.scp.css */
.titles[b-jhtvbjsta5] {
    height: 500px;
    width: 100vw;
    background: linear-gradient(90deg, rgba(21,47,106,1) 0%, rgba(47,118,174,1) 55%, rgba(63,161,216,1) 100%);
}
.title-header[b-jhtvbjsta5] {
    padding-top: 240px;
    text-align: center;
    color: var(--web-white);
}
    .title-header h1[b-jhtvbjsta5] {
        color: var(--web-white);
        font-size:30px;
        font-weight:500;
    }
/* _content/AffordableLuxuryTravel.Web/Pages/terms-and-conditions/Partials/_TermsConditions.cshtml.rz.scp.css */
.content[b-5logbj36uj] {
    display: block;
    grid-template-columns: 270px auto;
    column-gap: 4vw;
    text-align: left;
}

.terms-page.hero-box[b-5logbj36uj] {
    margin-bottom: 40px;
}

img[b-5logbj36uj] {
    height: 600px;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.8);
}

p[b-5logbj36uj] {
    margin-bottom: 20px;
}

ol[b-5logbj36uj] {
    counter-reset: item;
}

li[b-5logbj36uj] {
    display: block;
}

    li[b-5logbj36uj]:before {
        font-size: 1.5rem;
        padding: 1.0rem;
    }

b[b-5logbj36uj] {
    font-weight: bolder;
}

li[b-5logbj36uj] {
    margin-top: 6px;
}

ul[b-5logbj36uj]:before {
    margin-top: 1rem;
}

ul[b-5logbj36uj] {
    padding-left: 31px;
    margin-bottom: 20px;
    li
    {
        position: relative;
    }
    li[b-5logbj36uj]::before {
        content: "";
        margin-top: 6px;
        position: absolute;
        transform: translateX(-30px);
        mask: url(/newexperience/images/icons/checkbox-click.svg) no-repeat;
        background-color: var(--primary);
    }
}

ul li p[b-5logbj36uj] {
    display: inline-block;
}

h1[b-5logbj36uj] {
    color: white;
    font-size: 50px;
    font-weight: 400;
}

.accordion-content[b-5logbj36uj] {
    text-align: left;
    font-size: 18px;
    margin: 0 20px 30px 30px;
    border-left: 2px solid var(--primary);
    padding-left: 18px;
}

h4[b-5logbj36uj] {
    font-size: 14px;
    font-weight: 500;
}

.icon.accordion-icon[b-5logbj36uj] {
    background-color: var(--primary);
}

button[b-5logbj36uj] {
    display: flex;
    width: 100%;
    border: none;
    padding-right: 1em;
    background-color: var(--primary-50);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    align-items: center;
    gap: 30px;
}

span.icon.accordion-icon.primary[b-5logbj36uj] {
    height: 14px;
    width: 14px;
    margin-left: -13px;
}

.content__title[b-5logbj36uj] {
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 18.4px;
}
/* _content/AffordableLuxuryTravel.Web/Pages/terms-and-conditions/Partials/_TermsConditionsST.cshtml.rz.scp.css */
.content[b-k7graepqr6] {
    display: block;
    grid-template-columns: 270px auto;
    column-gap: 4vw;
    text-align: left;
}

.terms-page.hero-box[b-k7graepqr6] {
    margin-bottom: 40px;
}

img[b-k7graepqr6] {
    height: 600px;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.8);
}

p[b-k7graepqr6] {
    margin-bottom: 20px;
}

ol[b-k7graepqr6] {
    counter-reset: item;
}

li[b-k7graepqr6] {
    display: block;
}

    li[b-k7graepqr6]:before {
        font-size: 1.5rem;
        padding: 1.0rem;
    }

b[b-k7graepqr6] {
    font-weight: bolder;
}

li[b-k7graepqr6] {
    margin-top: 6px;
}

ul[b-k7graepqr6]:before {
    margin-top: 1rem;
}

ul[b-k7graepqr6] {
    padding-left: 31px;
    margin-bottom: 20px;
    li
    {
        position: relative;
    }
    li[b-k7graepqr6]::before {
        content: "";
        margin-top: 6px;
        position: absolute;
        transform: translateX(-30px);
        mask: url(/newexperience/images/icons/checkbox-click.svg) no-repeat;
        background-color: var(--primary);
    }
}

ul li p[b-k7graepqr6] {
    display: inline-block;
}

h1[b-k7graepqr6] {
    color: white;
    font-size: 50px;
    font-weight: 400;
}

.accordion-content[b-k7graepqr6] {
    text-align: left;
    font-size: 18px;
    margin: 0 20px 30px 30px;
    border-left: 2px solid var(--primary);
    padding-left: 18px;
}

h4[b-k7graepqr6] {
    font-size: 14px;
    font-weight: 500;
}

.icon.accordion-icon[b-k7graepqr6] {
    background-color: var(--primary);
}

button[b-k7graepqr6] {
    display: flex;
    width: 100%;
    border: none;
    padding-right: 1em;
    background-color: var(--primary-50);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    align-items: center;
    gap: 30px;
}

span.icon.accordion-icon.primary[b-k7graepqr6] {
    height: 14px;
    width: 14px;
    margin-left: -13px;
}

.content__title[b-k7graepqr6] {
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 18.4px;
}

.accordion-content table[b-k7graepqr6] {
    width: 100%;
    border-collapse: collapse;
}

.accordion-content table th[b-k7graepqr6],
.accordion-content table td[b-k7graepqr6] {
    border: 1px solid var(--primary);
    padding: 10px 16px;
    text-align: left;
}

.accordion-content table th[b-k7graepqr6] {
    font-weight: 500;
    background-color: var(--primary);
    color: var(--web-white);
}

.accordion-content table th:first-child[b-k7graepqr6] {
    border-right-color: var(--web-white);
}
/* _content/AffordableLuxuryTravel.Web/Pages/thank-you-for-your-enquiry/Index.cshtml.rz.scp.css */
.thank-you-message[b-1se209yad8] {
    height: 350px;
    background: linear-gradient(95.48deg, #58B776 0.16%, #ABDDBF 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;

    
    > h1 {
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        color: var(--web-white);
    }

    > p[b-1se209yad8] {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
        color: var(--web-white);
    }
}

.details[b-1se209yad8] {
    padding-top: 50px;
    padding-bottom: 50px;
    > h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 40px;
        text-align: left;
    }

    > .info[b-1se209yad8] {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;

        > div {
            > h5 {
               font-size: 28px;
               font-weight: 600;
               line-height: 42px;
               text-align: left;
               margin-bottom: 10px;
           }
            > p[b-1se209yad8] {
               font-size: 20px;
               font-weight: 500;
               line-height: 30px;
               text-align: left;
               margin-bottom: 10px;

                > span:first-child{
                   font-weight: 600;
                   padding-right: 20px;
               }
           }
       }
    }
}

@media screen and (max-width: 767px) {
    > .thank-you-message[b-1se209yad8] {

        > h1 {
            font-size: 30px;
            line-height: 1.8;
        }

        > p[b-1se209yad8] {
            font-size: 18px;
            line-height: 1.5;
        }
    }

    > .details[b-1se209yad8] {
        > h4 {
            font-size: 24px;
            line-height: 1.5;
        }
        > p[b-1se209yad8] {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 5px;
        }
    }
}
