/*New Tour detail css*/
.vactian_tour_lr {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  
  /* slider sec */
  .owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
  }
  
  .tour_details_left_second button.owl-prev {
    position: absolute;
    top: 0 !important;
    left: 0;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    top: 40% !important;
    transform: translate(50%);
    border-radius: 100%;
  }
  
  .tour_details_left_second button.owl-next {
    position: absolute;
    top: 0 !important;
    right: 0;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    top: 40% !important;
    transform: translate(-50%);
    border-radius: 100%;
  }
  
  .tour_details_left_second .owl-prev span,
  .owl-next span {
    font-size: 35px;
    line-height: 22px;
    color: #fff;
  }
  
  .tour_details_left_second .owl-prev span,
  .owl-next span {
    font-size: 35px;
    line-height: 22px;
    color: #000;
  }
  
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 7px;
  }
  
  @media screen and (max-width: 607px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 187px !important;
    }
  
    .vatican_visits {
        padding-top: 20px !important;
    }  
  }
  
  /* heading */
  .vatican_visits {
    text-align: center;
    text-align: -webkit-center;
    position: relative;
    width: 100%;
    float: left;
    padding-top: 30px;
  }
  
  .vatican_visits h2 {
    padding: 0;
    margin: 0;
    color: #0b0b0b;
    font-weight: 700;
  }
  
  .vatican_visits p {
    width: 55%;
    line-height: 35px;
    padding-top: 18px;
  }
  
  .tour_details_left ul {  
    padding: 30px 30px;
    display: grid;
    grid-template-columns: 2fr 4fr;
    list-style: none;
    color: #fff;
    grid-gap: 30px;
  }
  
  .tour_details_left ul li {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .tour_details_left_details ul {
    background-color: #1b819a;
  }
  
  .tour_details_left_title h2 {
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
  }
  
  .item p {
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .item p:hover {
    border-bottom: 1px solid #fff;
  }
  
  .vatican_visits h3 {
    margin: 0;
    padding: 0;
    padding-top: 23px;
    text-decoration: underline;
    color: #0b0b0b;
  }
  
  /* accordian */
  
  .accordion {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    background: #f1f1f1;
    border: none;
    width: 100%;
    transition: background-color 0.3s ease;
    font-size: 18px;
    font-weight: bold;
  }
  
  .accordion-header.active {
    background: #ddd;
  }
  
  .accordion-content {
    max-height: 0;
    /* Start with collapsed content */
    overflow: hidden;
    opacity: 0;
    padding: 0 15px;
    transition: max-height 0.5s ease, opacity 0.3s ease;
  }
  
  .accordion-content.active {
    max-height: 500px;
    /* Maximum height for the expanded content */
    opacity: 1;
    padding: 15px;
  }
  
  .accord_fig img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .accord_fig_palce h3 {
    margin: 10px 0;
  }
  
  .accord_fig_para p {
    margin: 10px 0;
  }
  
  .fas {
    font-size: 18px;
  }
  
  .accordion-content.active ul {
    display: grid;
    align-items: flex-start !important;
    grid-template-columns: unset;
    background-color: transparent;
    padding: 0;
  }
  
  .accordion-content.active ul li {
    font-size: 18px;
    display: flex;
    align-items: flex-start !important;
    gap: 10px;
    color: #000;
  }
  
  .tour_details_inclu_card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 20px;
  }
  
  .tour_details_inclu_card ul {
    grid-template-columns: unset;
    padding: 0;
    background-color: transparent;
  }
  
  .tour_details_inclu_card ul li {
    align-items: flex-start;
    color: #000;
    font-size: 16px;
  }
  
  .tour_details_inclu_content {
    display: flex;
    gap: 25px;
  }
  
  .tour_details_inclu_card h5 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
  }
  
  .tour_details_inclu {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
  
  .tour_details_inclu_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  
  /* right-side */
  .Title {
    font-size: 18px;
    color: #333;
  }
  
  .Title h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  
  .Title p {
    font-size: 18px;
  }
  
  .flex {
    display: flex;
    align-items: center;
  }
  
  .ml-4 {
    margin-left: 16px;
  }
  
  .Participant {
    font-size: 18px;
    color: #333;
    margin: 0 10px;
  }
  
  .MinusButton, .PlusButton {
    background: #fff;
    border: 2px solid #1D57C7;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    border-radius: 100%;
    width: 30px;
    height: 30px;
  }
  
  .MinusButton:disabled,
  .PlusButton:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .PlusButton svg,
  .MinusButton svg {
    width: 14px;
    height: 14px;
    fill: #1D57C7;
  }
  
  .flex-row {
    flex-direction: row;
  }
  
  .empty {
    background-color: #f4f4f4;
  }
  
  @media (max-width: 1280px) { 
    .vatican_visits p {
        width: 70%;
        line-height: 35px;
        padding-top: 18px;
    }
  }
  
  @media (max-width: 991px) {
    .tour_details_main .row {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
  }
  
  @media (max-width: 820px) {
    .vactian_tour_lr {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }   
  }
  
  @media (max-width: 767px) {  
    .vatican_visits {
        text-align: center;
        text-align: -webkit-center;
        position: relative;
        width: 100%;
        float: left;
        padding-top: 98px;
    }
  
    .tour_details_left ul {
        grid-template-columns: 2fr 2fr;
    }
  
  }
  
  @media (max-width: 600px) {
    .vatican_visits p {
        width: 100%;
        line-height: 30px;
        padding-top: 12px;
    }
  
    .vatican_visits h2 {
        font-size: 25px;
    }
  
    .tour_details_left_title h2 {
        font-size: 25px;
    }
  
    .tour_details_left ul {
        grid-template-columns: unset;
        grid-gap: 15px;
    }
  
    .tour_details_inclu_content {
        grid-template-columns: unset;
    }
  }
  
  .bookinfg_summery {
    text-align: -webkit-center;
  }
  
  .footer_fig {
    width: 200px;
    text-align: center;
  }
  
  .footer_fig img {
    width: 100%;
  }
  
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  @media screen and (max-width: 797px) { 
    .col-lg-3 {
        width: 100%;
    }
  
    .col-lg-4 {
        width: 100%;
    }
  }
  
  .tour_details_left_third .check-list ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
    background: transparent !important;
    display: block !important;
  }
  
  .tour_details_left_third .check-list li {
    position: relative;
    padding-left: 30px;
    color: #000 !important;
    font-size: 16px;
    padding-bottom: 25px;
    font-weight: 400 !important;
  }
  
  .tour_details_left_third .check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url('../images/listicon.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
  }
  
  .tour_details_left_title h3 {
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #000;
    line-height: 36px;
  }
  
  .tour_details_left_title p {
    color: #000;
    font-size: 16px;
  }
  
  .tour_details_left_third .check-list h5 {
    font-size: 18px;
    line-height: 27px;
    color: #0c0c0c;
    font-weight: bold;
  }
  
  .check-list h6 {
    font-size: 18px;
    line-height: 27px;
    color: #e07b04;
    font-weight: bold;
  }

  .tour_details_right_persion {
    display: flex;
    background-color: #1a809a;
    height: 152px;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    gap: 79px;
    position: relative;
}

.tour_details_right_persion img {
    width: 50px;
    height: 50px;
}



.tour_details_right_persion h2 {
    color: #fff;
    list-style: none;
    font-weight: 800;
    font-size: 40px;
}

.tour_details_right_persion h5 {
    color: #fff;
    font-size: 20px;
    list-style: none;
}


.tour_details_right_persion::after {
    position: absolute;
    content: '';
    border-right: 2px solid #fff;
    height: 65px;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tour_details_right_book h5 {
    background-color: #61993a;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}

@media (max-width: 1150px) {
    .tour_details_right_persion {
        gap: 0px;
    }

    .tour_details_right_persion::after {
        left: 57%;
    }
}

.bookinfg_summery_incread {
    background-image: url(../images/increadable.png);
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    align-content: center;
    padding: 20px;
}

.bookinfg_summery_incread h4 {
    font-size: 29px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 800;
    /* font-family: "D MSans"; */
    text-align: center;
}

.bookinfg_summery_incread p {
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
}

.summery_testim_main {
    text-align: center;
    border-radius: 5px;
    background-color: #f5f5f4;
    border: 0px solid #000000;
    padding: 32px 20px 20px 20px;
}

.summery_testim_main h5 {
    font-size: 25px;
    line-height: 26px;
    color: #111111;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.summery_testim_main p {
    font-size: 16px;
    line-height: 26px;
    color: #111111 !important;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize !important;
}

.bookinfg_summery_testim h3 {
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 700;
    text-align: center;
}

.testim_owl .owl-nav {
    display: none;
}

.testim_owl .owl-dots {
    display: block !important;
    display: flex !important;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%);
}

.testim_owl .owl-carousel button.owl-dot {
    width: 6px;
    height: 6px;
    background-color: #556b2f;
    border-radius: 100%;
}

.pricing_avail {
    text-align: center;
}

.pricing_avail h3 {
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 700;
    text-align: center;
}

.pricing_avail p {
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
    color: #010101;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
}

.pricing_avail ul {
    font-size: 16px;
    line-height: 26px;
    color: #e36b36;
    font-weight: 400;
    /* font-family: "DM Sans"; */
    text-align: center;
    list-style: none;
}

.pricing_avail ul li a {
    text-decoration: none;
    color: #e36b36;
}

.pricing_avail_map iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.related_tour {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.related_tour_main h4 {
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 700;
    text-align: center;
}

.related_tour p {
    padding-top: 8px;
}