/* @Shiv Web Developer */


/* -----------------------------
     Faq Section Start
------------------------------*/


.accordian_live h1 {
    text-align: center;
    margin: 2rem 0;
    font-size: 2.5rem;
  }
  
  .accordian_live .accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  
  .accordian_live .accordion-item {
    background-color: var(--bg-primary);
    color: var(--white);
    margin: 1rem 0;
    border-radius: 0.5rem;
  }
  
  
  .accordian_live .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(40, 39, 39);
    position: relative;
    cursor: pointer;
    box-shadow: var(--box-shadow);
  }
  
  .accordian_live .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  
  .accordian_live .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordian_live .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordian_live .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  
  
  /* -----------------------------
       Faq Section End
  ------------------------------*/
  
.blog-content h1{
    font-size: 35px !important;
} 
.blog-content h2{
    font-size: 32px !important;
}   
.blog-content h3{
    font-size: 25px !important;
}  
.blog-content h4{
    font-size: 20px !important;
}  
.blog-content h5{
    font-size: 20px !important;
}  
.blog-content h6{
    font-size: 20px !important;
}  

#newsLetter{
    position: relative;
}

#newsLetter input.error+.error, select.error+.error, textarea.error+.error, .single-trip .rating-form p label.error {
    color: #ec0e0e;
    display: block;
    position: absolute;
    bottom: -35px;
    left: 20%;
    font-size: 14px;
}

/* Membership  */
.card-image-section{
    padding: 5px;
}

.card-image-section img{
   height: 350px;
   width: 100%;
   border-radius: 10px;
}

.card-description-section{
    padding:20px 10px;
}
.theme-background-color{
    background-color: var(--smoke-color);
    padding: 10px 5px;
}

.luxery_services{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    padding: 5px !important;
    border-radius: 10px;
    margin-top: 20px;
}

.card-title-section{
    font-weight: 700 !important;
    color: #000000;
    margin-top: 15px;
}

.bullets-points ul{
    list-style-type: none !important;
    text-decoration: none !important;
}
.bullets-points ul li i{
    margin-right: 5px;
}



/* Contact us Webpage  */

.contact-us-parent-container{
    margin-bottom: 100px;
}
.contact-us-branches{
    display: flex;
    margin-top:10px;
}
.contact-us-branches .icons{
    background-color: var(--primary-color);
    color: var(--smoke-color);
    border-radius: 10px;
    height: 80px !important;
    /* width: 100px !important; */
}
.contact-us-branches .icons i{
    font-size: 40px;
    color: white;
    line-height:1.1;
    padding: 20px 20px;
}
.title-section{
    padding:0px 20px;   
}
.title-section h3{
    font-size: 16px;
    font-weight: 700;
    margin:5px 0px;
}

.contact-us-branches .icons img{
    height: 60px;
    width: 60px;
    border-radius: 100px;
    margin: 10px 5px 5px 5px;
}

.title-section-card-area{
    border: 1px solid var(--primary-color);
    color: white;
}
.title-section-card-area h3{
    color: var(--primary-color);
}
.theme-forms-background-color{
    padding: 30px;
}
.theme-forms-background-color .spacing{
    padding: 10px;
}

.theme-forms-background-color .submit-bg-color
{
    background-color: var(--primary-color);
    color: white;
    padding: 10px 30px;
}




/* Voucher Search Webpage */

.background_color {
    background-color: lightblue;
    padding: 40px;
    border-radius: 20px;
}



/* Entertainment Webpages Start */


.theme-photo-album {
    background-image: url('http://localhost/vistaraholiday/assets/images/gallery/gallery_bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px;
    position: relative;
    height: 700px;
}


.theme-photo-album .polaroid img {
    padding: 10px;
    z-index: 11;
    background-color: var(--wp--preset--color--white);
}




.theme-photo-album .polaroid img:hover {
    rotate: 0deg;
    z-index: 999;
    transition-duration: .5s;
    transform: scale(1.2);

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


    .theme-photo-album h1 {
        font-size: 30px;
        color: var(--wp--preset--color--luminous-vivid-orange);
        text-align: center;
        margin: 20px 0px;
        font-weight: 800;
        position: absolute;
        top: 0px;
        left: 30%;

    }


    .theme-photo-album .img10 {
        height: 200px !important;
        width: 170px !important;
    }

    .theme-photo-album .img10 img {
        height: 200px !important;
        width: 170px !important;
    }


    .theme-photo-album .img1 img {
        position: absolute;
        left: 2%;
        top: 10%;
        rotate: -40deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img2 img {
        position: absolute;
        right: 2%;
        top: 10%;
        rotate: 20deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img3 img {
        position: absolute;
        left: 40%;
        top: 10%;
        rotate: 10deg;
        height: 100px;
        width: 80px;
        z-index: 12;

    }

    .theme-photo-album .img4 img {
        position: absolute;
        right: 0%;
        top: 25%;
        rotate: 40deg;
        height: 150px;
        width: 100px;

    }

    .theme-photo-album .img5 img {
        position: absolute;
        left: 6%;
        top: 35%;
        rotate: -10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img6 img {
        position: absolute;
        right: 10%;
        top: 20%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img7 img {
        position: absolute;
        left: 5%;
        bottom: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img8 img {
        position: absolute;
        right: 23%;
        top: 30%;
        rotate: 10deg;
        height: 200px;
        width: 190px;
        z-index: 999;

    }

    .theme-photo-album .img9 img {
        position: absolute;
        left: 30%;
        top: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img10 img {
        position: absolute;
        right: 0% !important;
        bottom: 20% !important;
        rotate: 30deg;
        height: 200px;
        width: 180px;
    }

    .theme-photo-album .img11 img {
        position: absolute;
        right: 26%;
        bottom: 5%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img12 img {
        position: absolute;
        right: 40%;
        bottom: 20%;
        rotate: 10deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img13 img {
        position: absolute;
        right: 6%;
        bottom: 10%;
        rotate: -31deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img14 img {
        position: absolute;
        left: 10%;
        bottom:3%;
        rotate: 10deg;
        z-index: 3;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img15 img {
        position: absolute;
        right: 3%;
        bottom: 6%;
        rotate: 10deg;
        height: 120px;
        width: 100px;

    }



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .theme-photo-album h1 {
        font-size: 30px;
        color: var(--wp--preset--color--luminous-vivid-orange);
        text-align: center;
        margin: 20px 0px;
        font-weight: 800;
        position: absolute;
        top: 0px;
        left: 40%;

    }


    .theme-photo-album .img10 {
        height: 200px !important;
        width: 170px !important;
    }

    .theme-photo-album .img10 img {
        height: 200px !important;
        width: 170px !important;
    }


    .theme-photo-album .img1 img {
        position: absolute;
        left: 2%;
        top: 10%;
        rotate: -40deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img2 img {
        position: absolute;
        right: 2%;
        top: 10%;
        rotate: 20deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img3 img {
        position: absolute;
        left: 40%;
        top: 10%;
        rotate: 10deg;
        height: 100px;
        width: 80px;
        z-index: 12;

    }

    .theme-photo-album .img4 img {
        position: absolute;
        right: 0%;
        top: 25%;
        rotate: 40deg;
        height: 150px;
        width: 100px;

    }

    .theme-photo-album .img5 img {
        position: absolute;
        left: 6%;
        top: 35%;
        rotate: -10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img6 img {
        position: absolute;
        right: 10%;
        top: 20%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img7 img {
        position: absolute;
        left: 5%;
        bottom: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img8 img {
        position: absolute;
        right: 23%;
        top: 30%;
        rotate: 10deg;
        height: 200px;
        width: 190px;
        z-index: 999;

    }

    .theme-photo-album .img9 img {
        position: absolute;
        left: 30%;
        top: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img10 img {
        position: absolute;
        right: 0% !important;
        bottom: 20% !important;
        rotate: 30deg;
        height: 200px;
        width: 180px;
    }

    .theme-photo-album .img11 img {
        position: absolute;
        right: 26%;
        bottom: 5%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img12 img {
        position: absolute;
        right: 40%;
        bottom: 20%;
        rotate: 10deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img13 img {
        position: absolute;
        right: 6%;
        bottom: 10%;
        rotate: -31deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img14 img {
        position: absolute;
        left: 10%;
        bottom:3%;
        rotate: 10deg;
        z-index: 3;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img15 img {
        position: absolute;
        right: 3%;
        bottom: 6%;
        rotate: 10deg;
        height: 120px;
        width: 100px;

    }



}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .theme-photo-album h1 {
        font-size: 30px;
        color: var(--wp--preset--color--luminous-vivid-orange);
        text-align: center;
        margin: 20px 0px;
        font-weight: 800;
        position: absolute;
        top: -5px;
        left: 40%;
    }


    .theme-photo-album .img10 {
        height: 280px !important;
        width: 230px !important;
    }

    .theme-photo-album .img10 img {
        height: 280px !important;
        width: 230px !important;
    }


    .theme-photo-album .img1 img {
        position: absolute;
        left: 20%;
        bottom: 15%;
        rotate: -40deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img2 img {
        position: absolute;
        right: 40%;
        bottom: 10%;
        rotate: 20deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img3 img {
        position: absolute;
        left: 40%;
        top: 20%;
        rotate: 10deg;
        height: 100px;
        width: 80px;
        z-index: 12;

    }

    .theme-photo-album .img4 img {
        position: absolute;
        right: 20%;
        top: 25%;
        rotate: 40deg;
        height: 150px;
        width: 100px;

    }

    .theme-photo-album .img5 img {
        position: absolute;
        left: 36%;
        top: 60%;
        rotate: -10deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img6 img {
        position: absolute;
        left: 23%;
        top: 35%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img7 img {
        position: absolute;
        right: 35%;
        top: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img8 img {
        position: absolute;
        right: 23%;
        top: 30%;
        rotate: 10deg;
        height: 220px;
        width: 200px;
        z-index: 1;

    }

    .theme-photo-album .img9 img {
        position: absolute;
        left: 30%;
        top: 20%;
        rotate: -30deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img10 img {
        position: absolute;
        left: 40%;
        top: 20%;
        rotate: 30deg;
        height: 250px;
        width: 220px;

    }

    .theme-photo-album .img11 img {
        position: absolute;
        right: 17%;
        bottom: 25%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img12 img {
        position: absolute;
        right: 40%;
        bottom: 40%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img13 img {
        position: absolute;
        right: 60%;
        bottom: 20%;
        rotate: -31deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img14 img {
        position: absolute;
        right: 30%;
        bottom: 10%;
        rotate: 10deg;
        z-index: 3;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img15 img {
        position: absolute;
        right: 23%;
        bottom: 16%;
        rotate: 10deg;
        height: 150px;
        width: 130px;

    }



}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


}




/* New Design */

.theme-design-background{
    background-color: rgb(239, 239, 239);
    padding: 40px 0px;
}
.theme-card-image{
        position: relative;
}

.theme-card-image img{
   height: 400px;
   width:100%;
   background-color: white;
   padding: 13px;
   border-radius: 10px;
   margin: 10px 0px;
}
.theme-design-back{
    background-color: #f6f2e8;
}
.theme-card-image .card_title{
    position: absolute;
    bottom: 7%;
    left: 7%;
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.theme-card-image-services{
    background-color: rgb(255, 255, 255);
    padding: 5px;
    margin: 10px;
}
.theme-card-image-services .card_body{
    background-color: white;
    color: black;
    padding:16px;
}

.theme-card-image-services img{
    height: 250px;
    width: 100%;
}





































img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}




:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

:root {
    .main-menu ul.sub-menu li a:before {
        content: "\f5b0";
    }
}

.wpte-gallery-wrapper .owl-item .item {
    height: 490px;
}

.wpte-gallery-wrapper .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.shape-mockup-wrap {
    z-index: var(--z-index, 1);
    position: relative;
}

.wpte-bf-book-summary .wpte-bf-trip-name-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.wpte-bf-trip-code {
    margin: 15px 0 0 0;
    padding: 3px 15px;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.7;
    background: var(--primary-color);
    color: rgba(255, 255, 255, .85);
    border-radius: 3px;
    order: 3;
    font-style: italic
}

.wpte-bf-trip-code span {
    font-style: normal;
    font-weight: 600
}


.breadcumb-wrapper {
    background-image: url('http://localhost/vistaraholiday/assets/images/icons/breadcumb-bg.jpg');
}

.custom-woo-class {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.fa-regular,
.far {
    font-weight: 600 !important;
}