.inner_pages_banner {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_content_wraper_inner_pg {
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.page_tigger>ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.page_tigger>ul>li>a {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 291.667% */
    text-decoration: none;
}

span.arrow_icon {
    margin-right: 8px;
}

.banner_content_wraper_inner_pg>h1 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 109.375% */
}
.product_card_img img {
    width: 100%;
}

.product_card {
    border-radius: 24px;
    background: var(--white, #FFF);
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.product_card_img {
    height: 184px;
    overflow: hidden;
    margin-bottom: 18px;
}

.card_head_data h4 {
    color: var(--TEXT-CLR, #5E6282);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 22.41px */
    margin-bottom: 0;
}

span.card_price_time {
    color: var(--TEXT-CLR, #5E6282);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 22.41px */
}

.card_head_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trip_time a {
    color: var(--TEXT-CLR, #5E6282);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 124.5%; /* 19.92px */
    text-decoration: none;
}

.product_card_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 16px;
    padding-bottom: 20px;
}
.product_card_img img {
    width: 100%;
}

.product_card {
    border-radius: 24px;
    background: var(--white, #FFF);
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.product_card_img {
    height: 184px;
    overflow: hidden;
    margin-bottom: 18px;
}

.card_head_data h4 {
    color: var(--TEXT-CLR, #5E6282);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 22.41px */
    margin-bottom: 0;
}

span.card_price_time {
    color: var(--TEXT-CLR, #5E6282);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 22.41px */
}

.card_head_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trip_time a {
    color: var(--TEXT-CLR, #5E6282);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 124.5%; /* 19.92px */
    text-decoration: none;
}

.product_card_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 16px;
    padding-bottom: 20px;
}

.oth_page_heads>h5 {
    color: var(--TEXT-CLR, #5E6282);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.oth_page_heads>h2 {
    color: var(--3rd, #14183E);
    text-align: center;
    font-family: Volkhov;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.main_destini_areas {
    padding-top: 100px;
    padding-bottom: 60px;
}

.other_page_header {
    padding-bottom: 50px;
}
.product_card{
    margin-bottom: 35px;
}
/*details page*/
.wrap_pk_image>img {
    width: 100%;
}

.details_pk_content>h2 {
    color: var(--black, #333);
    font-family: "Open Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.details_pk>h4 {
    color: #333;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.details_pk>h4>span {
    color: var(--black, #333333b5);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.details_pk_content>p {
    color: var(--black, #333);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.custom_input>label {
    color: var(--black, #333);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    margin-bottom: 8px;
}
button.btn.btn-ct-primary {
    border-radius: 50px;
    background: #09D;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.10);
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    padding: 10px 20px;
    width: 100%;
}

.details_form>form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
img.thumb-img {
    border-radius: 10px;
}
.main_big_contents>h4 {
    color: var(--black, #333);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px; /* 81.25% */
}

.main_big_contents>p {
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.bottom_content_section {
    margin-top: 75px;
}



.details_package_section {
    padding-top: 80px;
}

.all_main_points>ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.all_main_points>ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}
.next-point-sections {
    padding: 60px 0px;
}


/*payment page*/
.payment-container {
      background: #fff;
      padding: 70px 30px;
      border-radius: 30px;
        border: 1px solid rgba(0, 0, 0, 0.35);
        background: #FFF;
        box-shadow: 4px 12px 18px 0 rgba(0, 0, 0, 0.13);
      max-width: 100%;
      margin: 90px auto;
    }
    .logo-box img {
      width: 280px;
    }
    .form-control {
      border-radius: 8px;
      padding: 10px;
    }
    .payment-methods img {
      width: 65px;
      height: auto;
      margin-right: 10px;
      cursor: pointer;
      transition: transform 0.3s;
    }
    .payment-methods img:hover {
      transform: scale(1.1);
    }
    .btn-pay {
      background: #0096FF;
      color: #fff;
      font-weight: 600;
      padding: 12px;
      border-radius: 8px;
      width: 100%;
    }
    .btn-pay:hover {
      background: #007ad6;
    }



    button.btn.btn-pay {
    border-radius: 10px;
    background: #09D;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 14px */
    letter-spacing: -0.28px;
    padding: 11px;
    border-radius: 8px;
}


.footer_logo>a>img {
    width: 120px;
}

/*gallery*/

.masonry__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 10px; /* base row height */
  gap: 10px;
}

.masonry__item {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.masonry__item:hover {
  transform: scale(1.02);
}
.all_gallery_wrapes{
    padding-bottom: 80px;
}

.product_card:hover {
    box-shadow: 2px 1px 14px 2px #00000063;
}

.product_card {
    cursor: pointer;
    transition: 0.5s;
}
/*patern*/
.payment-container{
    position: relative;
}
span.belune.right_top {
    left: unset;
    right: -46px;
    bottom: unset;
    top: -40px;
    transform: rotate(45deg);
}
.product_card_content>a {
    text-decoration: none;
}
img.main-img {
    border-radius: 10px;
}
.main_big_contents>ul>li {
    color: #363433;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}
.category_card {
        box-shadow: 1px 1px 14px 3px #0000004a !important;
    border-radius: 16px;
    border: 1px solid #32323254;
}
/*visa page*/
    .hero_visa {
    background: linear-gradient(120deg, rgb(29 143 205), rgb(0 88 151));
    color: #fff;
    padding: 56px 0;

}
    .hero_visa .lead{
      font-size: 1.125rem;
      opacity: .95;
    }
    .card-ghost{
      border: 0;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgb(33 37 41 / 14%);
      background: #fff;
    }
    .section-title{
      font-weight: 700;
      margin-bottom: 18px;
      color: #0b1b2b;
    }
    .bullet-list li{
      margin-bottom: 8px;
    }
    .muted-italic{
      color: var(--muted);
      font-style: italic;
    }
    .contact-area .btn{
      min-width: 160px;
    }
    footer{
      padding: 24px 0;
      color: #fff;
      background: #0b2a4a;
      margin-top: 48px;
      text-align: center;
      border-radius: 8px;
    }
    @media (min-width: 992px){
      .hero_visa { padding: 80px 0; }
    }
