/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

:root {
    --MainColor: #125eaa;
    --SecondaryColor: #ec1d27;
}

.theam_color {
    color: var(--MainColor);
}

.cursor-pointer {
    cursor: pointer;
}

.dummy_img {
    display: none !important;
}

.text_overdots {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg_gery_my {
    background-color: #F7F8FA;
}

.curser-pointer {
    cursor: pointer;
}

.fs_20 {
    font-size: 20px;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
}

    .bs-popover-auto[x-placement^=bottom] > .arrow::before,
    .bs-popover-bottom > .arrow::before {
        visibility: hidden;
    }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before,
    .bs-popover-bottom .popover-header::before {
        border-bottom: 0;
    }

    .bs-popover-auto[x-placement^=bottom] > .arrow::after,
    .bs-popover-bottom > .arrow::after {
        border-bottom-color: #E0E0E0;
    }

    .bs-popover-auto[x-placement^=bottom] .popover-header,
    .bs-popover-bottom .popover-header {
        background-color: #E0E0E0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 14px;
        border: 0;
    }

.row-min-divider {
    width: 0;
    border-right: 1px solid #d2d2d2;
    height: calc(309px - 0rem);
    margin: auto 5px;
}

.main_titel p, .sub_textp {
    color: #262626 !important;
    font-size: 15px;
    margin: auto;
    line-height: 1.6;
}

/* .popover,.popover .border-bottom{
    border: 0;
    border-bottom: 0 !important;
} */
.normal_header span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--MainColor);
    z-index: -1;
}

.normal_header span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 33px solid #ffffff;
    border-left: 32px solid var(--MainColor);
    position: absolute;
    top: 0;
    right: -25px;
}

.normal_header span {
    display: inline;
    position: relative;
    padding: 5px 10px;
    font-size: 20px;
}

.normal_header {
    position: relative;
    color: #fff;
    border-bottom: solid 2px var(--MainColor);
}

.tab_main .tab-content {
    border: solid 1px #d1d1d1;
    padding: 20px 20px;
    border-top: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.tab_main .nav-pills {
    border-bottom: solid 1px #d1d1d1;
}

    .tab_main .nav-pills .nav-link.active,
    .tab_main .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: var(--MainColor);
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-radius: 15px;
    }

    .tab_main .nav-pills .nav-link {
        background-color: #f8f8f8;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-radius: 15px;
    }

    .tab_main .nav-pills .nav-link {
        font-weight: 500;
        text-transform: capitalize;
        color: #a2a3a3;
    }

        .tab_main .nav-pills .nav-link.active {
            text-transform: uppercase;
        }

.btn {
    transition: background-color .3s ease;
    padding: 0.45rem 0.75rem;
    border-radius: 0.4rem;
}

.btn-success:hover {
    color: #fff;
    background-color: #26B893;
    border-color: #26B893;
}

.informationsdetails p {
    color: #A6A6A6;
    font-size: 15px;
}

.informationsdetails ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.informations {
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 400;
    background-color: rgb(236 50 50 / 11%);
    border: solid 1px red;
    border-radius: 20px;
    float: left;
    width: 100%;
}

    .informations p {
        margin-bottom: 10px;
        color: red;
    }

        .informations p:last-child {
            margin-bottom: 0;
        }

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: var(--mainwhite);
    border-right: solid 1px #d0d0d0;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

/* Custom styles for dropdown items */
.selectize-dropdown-content .suggestion-block {
    /* border: 1px solid #ced4da; */
    border-radius: .25rem;
    margin-bottom: 5px;
    padding: 10px;
}

.selectize-dropdown-content .heading {
    font-weight: bold;
}

.selectize-dropdown-content .subheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selectize-dropdown .create {
    display: none;
}

.country-name {
    padding: 5px 6px;
}

.selectize-dropdown [data-selectable] {
    padding: 6px 6px;
    padding-left: 10px !important;
    width: 100%;
    display: block;
}

.country_selectize .selectize-dropdown-content {
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    padding-right: 0;
}

.normalizeCityfinddrop .selectize-dropdown-content,
.AddingnormalizeCityfinddrop .selectize-dropdown-content {
    padding: 0px 5px;
}

.normalizeCityfinddrop .city,
.AddingnormalizeCityfinddrop .city {
    font-weight: 700;
    padding-bottom: 1px !important;
}

.normalizeCityfinddrop .country,
.AddingnormalizeCityfinddrop .country {
    padding-top: 1px !important;
}

.normalizeCityfinddrop .city,
.normalizeCityfinddrop .country,
.AddingnormalizeCityfinddrop .city,
.AddingnormalizeCityfinddrop .country {
    padding: 5px 5px;
}

/*=========contry flage set=========*/
.country_selectize .flag {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 11px;
    background: url('../img/flags.png') no-repeat;
}

    .country_selectize .flag.flag-gu {
        background-position: -96px -55px
    }

    .country_selectize .flag.flag-mn {
        background-position: -208px -88px
    }

    .country_selectize .flag.flag-va {
        background-position: -48px -154px
    }

    .country_selectize .flag.flag-tibet {
        background-position: -32px -143px
    }

    .country_selectize .flag.flag-fo {
        background-position: -64px -44px
    }

    .country_selectize .flag.flag-th {
        background-position: -16px -143px
    }

    .country_selectize .flag.flag-tr {
        background-position: -144px -143px
    }

    .country_selectize .flag.flag-tl {
        background-position: -80px -143px
    }

    .country_selectize .flag.flag-kz {
        background-position: -144px -77px
    }

    .country_selectize .flag.flag-zm {
        background-position: -16px -165px
    }

    .country_selectize .flag.flag-uz {
        background-position: -32px -154px
    }

    .country_selectize .flag.flag-dk {
        background-position: -64px -33px
    }

    .country_selectize .flag.flag-scotland {
        background-position: -176px -121px
    }

    .country_selectize .flag.flag-gi {
        background-position: -224px -44px
    }

    .country_selectize .flag.flag-gy {
        background-position: -128px -55px
    }

    .country_selectize .flag.flag-bj {
        background-position: -112px -11px
    }

    .country_selectize .flag.flag-fr {
        background-position: -80px -44px
    }

    .country_selectize .flag.flag-mo {
        background-position: -224px -88px
    }

    .country_selectize .flag.flag-ir {
        background-position: -112px -66px
    }

    .country_selectize .flag.flag-io {
        background-position: -80px -66px
    }

    .country_selectize .flag.flag-tm {
        background-position: -96px -143px
    }

    .country_selectize .flag.flag-ch {
        background-position: -96px -22px
    }

    .country_selectize .flag.flag-mt {
        background-position: -32px -99px
    }

    .country_selectize .flag.flag-nl {
        background-position: -240px -99px
    }

    .country_selectize .flag.flag-gp {
        background-position: -16px -55px
    }

    .country_selectize .flag.flag-im {
        background-position: -48px -66px
    }

    .country_selectize .flag.flag-tv {
        background-position: -176px -143px
    }

    .country_selectize .flag.flag-mu {
        background-position: -48px -99px
    }

    .country_selectize .flag.flag-pe {
        background-position: -96px -110px
    }

    .country_selectize .flag.flag-vi {
        background-position: -112px -154px
    }

    .country_selectize .flag.flag-hn {
        background-position: -176px -55px
    }

    .country_selectize .flag.flag-ss {
        background-position: -128px -132px
    }

    .country_selectize .flag.flag-ae {
        background-position: -16px 0
    }

    .country_selectize .flag.flag-td {
        background-position: -240px -132px
    }

    .country_selectize .flag.flag-pw {
        background-position: 0 -121px
    }

    .country_selectize .flag.flag-nu {
        background-position: -32px -110px
    }

    .country_selectize .flag.flag-bt {
        background-position: -208px -11px
    }

    .country_selectize .flag.flag-ms {
        background-position: -16px -99px
    }

    .country_selectize .flag.flag-cv {
        background-position: -240px -22px
    }

    .country_selectize .flag.flag-es {
        background-position: -224px -33px
    }

    .country_selectize .flag.flag-mh {
        background-position: -144px -88px
    }

    .country_selectize .flag.flag-la {
        background-position: -160px -77px
    }

    .country_selectize .flag.flag-vn {
        background-position: -128px -154px
    }

    .country_selectize .flag.flag-py {
        background-position: -16px -121px
    }

    .country_selectize .flag.flag-br {
        background-position: -176px -11px
    }

    .country_selectize .flag.flag-ye {
        background-position: -224px -154px
    }

    .country_selectize .flag.flag-ie {
        background-position: 0 -66px
    }

    .country_selectize .flag.flag-gh {
        background-position: -208px -44px
    }

    .country_selectize .flag.flag-cg {
        background-position: -80px -22px
    }

    .country_selectize .flag.flag-cu {
        background-position: -224px -22px
    }

    .country_selectize .flag.flag-hu {
        background-position: -224px -55px
    }

    .country_selectize .flag.flag-sg {
        background-position: -224px -121px
    }

    .country_selectize .flag.flag-at {
        background-position: -176px 0
    }

    .country_selectize .flag.flag-lk {
        background-position: -224px -77px
    }

    .country_selectize .flag.flag-vu {
        background-position: -144px -154px
    }

    .country_selectize .flag.flag-bo {
        background-position: -160px -11px
    }

    .country_selectize .flag.flag-jo {
        background-position: -208px -66px
    }

    .country_selectize .flag.flag-er {
        background-position: -208px -33px
    }

    .country_selectize .flag.flag-za {
        background-position: -256px -154px
    }

    .country_selectize .flag.flag-rs {
        background-position: -80px -121px
    }

    .country_selectize .flag.flag-nr {
        background-position: -16px -110px
    }

    .country_selectize .flag.flag-ls {
        background-position: -256px -77px
    }

    .country_selectize .flag.flag-jm {
        background-position: -192px -66px
    }

    .country_selectize .flag.flag-tz {
        background-position: -208px -143px
    }

    .country_selectize .flag.flag-ki {
        background-position: -16px -77px
    }

    .country_selectize .flag.flag-sj {
        background-position: 0 -132px
    }

    .country_selectize .flag.flag-cz {
        background-position: -16px -33px
    }

    .country_selectize .flag.flag-pg {
        background-position: -128px -110px
    }

    .country_selectize .flag.flag-lv {
        background-position: -32px -88px
    }

    .country_selectize .flag.flag-do {
        background-position: -96px -33px
    }

    .country_selectize .flag.flag-lu {
        background-position: -16px -88px
    }

    .country_selectize .flag.flag-no {
        background-position: -256px -99px
    }

    .country_selectize .flag.flag-kw {
        background-position: -112px -77px
    }

    .country_selectize .flag.flag-mx {
        background-position: -96px -99px
    }

    .country_selectize .flag.flag-yt {
        background-position: -240px -154px
    }

    .country_selectize .flag.flag-ly {
        background-position: -48px -88px
    }

    .country_selectize .flag.flag-cy {
        background-position: 0 -33px
    }

    .country_selectize .flag.flag-ph {
        background-position: -144px -110px
    }

    .country_selectize .flag.flag-my {
        background-position: -112px -99px
    }

    .country_selectize .flag.flag-sm {
        background-position: -48px -132px
    }

    .country_selectize .flag.flag-et {
        background-position: -240px -33px
    }

    .country_selectize .flag.flag-ru {
        background-position: -96px -121px
    }

    .country_selectize .flag.flag-tj {
        background-position: -48px -143px
    }

    .country_selectize .flag.flag-ai {
        background-position: -64px 0
    }

    .country_selectize .flag.flag-pl {
        background-position: -176px -110px
    }

    .country_selectize .flag.flag-kp {
        background-position: -64px -77px
    }

    .country_selectize .flag.flag-uy {
        background-position: -16px -154px
    }

    .country_selectize .flag.flag-gb {
        background-position: -112px -44px
    }

    .country_selectize .flag.flag-gs {
        background-position: -64px -55px
    }

    .country_selectize .flag.flag-kurdistan {
        background-position: -96px -77px
    }

    .country_selectize .flag.flag-rw {
        background-position: -112px -121px
    }

    .country_selectize .flag.flag-ec {
        background-position: -128px -33px
    }

    .country_selectize .flag.flag-mm {
        background-position: -192px -88px
    }

    .country_selectize .flag.flag-pa {
        background-position: -80px -110px
    }

    .country_selectize .flag.flag-wales {
        background-position: -160px -154px
    }

    .country_selectize .flag.flag-kg {
        background-position: -256px -66px
    }

    .country_selectize .flag.flag-ve {
        background-position: -80px -154px
    }

    .country_selectize .flag.flag-tk {
        background-position: -64px -143px
    }

    .country_selectize .flag.flag-ca {
        background-position: -16px -22px
    }

    .country_selectize .flag.flag-is {
        background-position: -128px -66px
    }

    .country_selectize .flag.flag-ke {
        background-position: -240px -66px
    }

    .country_selectize .flag.flag-ro {
        background-position: -64px -121px
    }

    .country_selectize .flag.flag-gq {
        background-position: -32px -55px
    }

    .country_selectize .flag.flag-pt {
        background-position: -256px -110px
    }

    .country_selectize .flag.flag-tf {
        background-position: -256px -132px
    }

    .country_selectize .flag.flag-ad {
        background-position: 0 0
    }

    .country_selectize .flag.flag-sk {
        background-position: -16px -132px
    }

    .country_selectize .flag.flag-pm {
        background-position: -192px -110px
    }

    .country_selectize .flag.flag-om {
        background-position: -64px -110px
    }

    .country_selectize .flag.flag-an {
        background-position: -112px 0
    }

    .country_selectize .flag.flag-ws {
        background-position: -192px -154px
    }

    .country_selectize .flag.flag-sh {
        background-position: -240px -121px
    }

    .country_selectize .flag.flag-mp {
        background-position: -240px -88px
    }

    .country_selectize .flag.flag-gt {
        background-position: -80px -55px
    }

    .country_selectize .flag.flag-cf {
        background-position: -64px -22px
    }

    .country_selectize .flag.flag-zanzibar {
        background-position: 0 -165px
    }

    .country_selectize .flag.flag-mw {
        background-position: -80px -99px
    }

    .country_selectize .flag.flag-catalonia {
        background-position: -32px -22px
    }

    .country_selectize .flag.flag-ug {
        background-position: -240px -143px
    }

    .country_selectize .flag.flag-je {
        background-position: -176px -66px
    }

    .country_selectize .flag.flag-km {
        background-position: -32px -77px
    }

    .country_selectize .flag.flag-in {
        background-position: -64px -66px
    }

    .country_selectize .flag.flag-bf {
        background-position: -48px -11px
    }

    .country_selectize .flag.flag-mc {
        background-position: -80px -88px
    }

    .country_selectize .flag.flag-sy {
        background-position: -192px -132px
    }

    .country_selectize .flag.flag-sn {
        background-position: -64px -132px
    }

    .country_selectize .flag.flag-kr {
        background-position: -80px -77px
    }

    .country_selectize .flag.flag-eu {
        background-position: -256px -33px
    }

    .country_selectize .flag.flag-bn {
        background-position: -144px -11px
    }

    .country_selectize .flag.flag-st {
        background-position: -144px -132px
    }

    .country_selectize .flag.flag-england {
        background-position: -192px -33px
    }

    .country_selectize .flag.flag-lc {
        background-position: -192px -77px
    }

    .country_selectize .flag.flag-dm {
        background-position: -80px -33px
    }

    .country_selectize .flag.flag-be {
        background-position: -32px -11px
    }

    .country_selectize .flag.flag-ni {
        background-position: -224px -99px
    }

    .country_selectize .flag.flag-ua {
        background-position: -224px -143px
    }

    .country_selectize .flag.flag-mz {
        background-position: -128px -99px
    }

    .country_selectize .flag.flag-pf {
        background-position: -112px -110px
    }

    .country_selectize .flag.flag-tn {
        background-position: -112px -143px
    }

    .country_selectize .flag.flag-ee {
        background-position: -144px -33px
    }

    .country_selectize .flag.flag-xk {
        background-position: -208px -154px
    }

    .country_selectize .flag.flag-sx {
        background-position: -176px -132px
    }

    .country_selectize .flag.flag-sd {
        background-position: -192px -121px
    }

    .country_selectize .flag.flag-gd {
        background-position: -128px -44px
    }

    .country_selectize .flag.flag-ci {
        background-position: -112px -22px
    }

    .country_selectize .flag.flag-sz {
        background-position: -208px -132px
    }

    .country_selectize .flag.flag-cl {
        background-position: -144px -22px
    }

    .country_selectize .flag.flag-fi {
        background-position: 0 -44px
    }

    .country_selectize .flag.flag-ga {
        background-position: -96px -44px
    }

    .country_selectize .flag.flag-jp {
        background-position: -224px -66px
    }

    .country_selectize .flag.flag-de {
        background-position: -32px -33px
    }

    .country_selectize .flag.flag-np {
        background-position: 0 -110px
    }

    .country_selectize .flag.flag-re {
        background-position: -48px -121px
    }

    .country_selectize .flag.flag-bg {
        background-position: -64px -11px
    }

    .country_selectize .flag.flag-sc {
        background-position: -160px -121px
    }

    .country_selectize .flag.flag-ng {
        background-position: -208px -99px
    }

    .country_selectize .flag.flag-qa {
        background-position: -32px -121px
    }

    .country_selectize .flag.flag-mk {
        background-position: -160px -88px
    }

    .country_selectize .flag.flag-aw {
        background-position: -208px 0
    }

    .country_selectize .flag.flag-kn {
        background-position: -48px -77px
    }

    .country_selectize .flag.flag-al {
        background-position: -80px 0
    }

    .country_selectize .flag.flag-bw {
        background-position: -240px -11px
    }

    .country_selectize .flag.flag-um {
        background-position: -256px -143px
    }

    .country_selectize .flag.flag-ky {
        background-position: -128px -77px
    }

    .country_selectize .flag.flag-tt {
        background-position: -160px -143px
    }

    .country_selectize .flag.flag-so {
        background-position: -80px -132px
    }

    .country_selectize .flag.flag-lt {
        background-position: 0 -88px
    }

    .country_selectize .flag.flag-by {
        background-position: -256px -11px
    }

    .country_selectize .flag.flag-bb {
        background-position: 0 -11px
    }

    .country_selectize .flag.flag-us {
        background-position: 0 -154px
    }

    .country_selectize .flag.flag-md {
        background-position: -96px -88px
    }

    .country_selectize .flag.flag-ag {
        background-position: -48px 0
    }

    .country_selectize .flag.flag-hm {
        background-position: -160px -55px
    }

    .country_selectize .flag.flag-as {
        background-position: -160px 0
    }

    .country_selectize .flag.flag-eg {
        background-position: -160px -33px
    }

    .country_selectize .flag.flag-sv {
        background-position: -160px -132px
    }

    .country_selectize .flag.flag-sl {
        background-position: -32px -132px
    }

    .country_selectize .flag.flag-fk {
        background-position: -32px -44px
    }

    .country_selectize .flag.flag-am {
        background-position: -96px 0
    }

    .country_selectize .flag.flag-ck {
        background-position: -128px -22px
    }

    .country_selectize .flag.flag-tw {
        background-position: -192px -143px
    }

    .country_selectize .flag.flag-kh {
        background-position: 0 -77px
    }

    .country_selectize .flag.flag-to {
        background-position: -128px -143px
    }

    .country_selectize .flag.flag-se {
        background-position: -208px -121px
    }

    .country_selectize .flag.flag-cd {
        background-position: -48px -22px
    }

    .country_selectize .flag.flag-pn {
        background-position: -208px -110px
    }

    .country_selectize .flag.flag-gr {
        background-position: -48px -55px
    }

    .country_selectize .flag.flag-id {
        background-position: -256px -55px
    }

    .country_selectize .flag.flag-vc {
        background-position: -64px -154px
    }

    .country_selectize .flag.flag-somaliland {
        background-position: -96px -132px
    }

    .country_selectize .flag.flag-bi {
        background-position: -96px -11px
    }

    .country_selectize .flag.flag-pk {
        background-position: -160px -110px
    }

    .country_selectize .flag.flag-pr {
        background-position: -224px -110px
    }

    .country_selectize .flag.flag-bd {
        background-position: -16px -11px
    }

    .country_selectize .flag.flag-co {
        background-position: -192px -22px
    }

    .country_selectize .flag.flag-fm {
        background-position: -48px -44px
    }

    .country_selectize .flag.flag-bm {
        background-position: -128px -11px
    }

    .country_selectize .flag.flag-ar {
        background-position: -144px 0
    }

    .country_selectize .flag.flag-bv {
        background-position: -224px -11px
    }

    .country_selectize .flag.flag-sb {
        background-position: -144px -121px
    }

    .country_selectize .flag.flag-mq {
        background-position: -256px -88px
    }

    .country_selectize .flag.flag-eh {
        background-position: -176px -33px
    }

    .country_selectize .flag.flag-bh {
        background-position: -80px -11px
    }

    .country_selectize .flag.flag-it {
        background-position: -144px -66px
    }

    .country_selectize .flag.flag-hr {
        background-position: -192px -55px
    }

    .country_selectize .flag.flag-sa {
        background-position: -128px -121px
    }

    .country_selectize .flag.flag-mv {
        background-position: -64px -99px
    }

    .country_selectize .flag.flag-mg {
        background-position: -128px -88px
    }

    .country_selectize .flag.flag-dz {
        background-position: -112px -33px
    }

    .country_selectize .flag.flag-gg {
        background-position: -192px -44px
    }

    .country_selectize .flag.flag-gm {
        background-position: -256px -44px
    }

    .country_selectize .flag.flag-af {
        background-position: -32px 0
    }

    .country_selectize .flag.flag-li {
        background-position: -208px -77px
    }

    .country_selectize .flag.flag-sr {
        background-position: -112px -132px
    }

    .country_selectize .flag.flag-vg {
        background-position: -96px -154px
    }

    .country_selectize .flag.flag-cr {
        background-position: -208px -22px
    }

    .country_selectize .flag.flag-tc {
        background-position: -224px -132px
    }

    .country_selectize .flag.flag-ao {
        background-position: -128px 0
    }

    .country_selectize .flag.flag-ma {
        background-position: -64px -88px
    }

    .country_selectize .flag.flag-mr {
        background-position: 0 -99px
    }

    .country_selectize .flag.flag-gn {
        background-position: 0 -55px
    }

    .country_selectize .flag.flag-ne {
        background-position: -176px -99px
    }

    .country_selectize .flag.flag-nf {
        background-position: -192px -99px
    }

    .country_selectize .flag.flag-wf {
        background-position: -176px -154px
    }

    .country_selectize .flag.flag-hk {
        background-position: -144px -55px
    }

    .country_selectize .flag.flag-gf {
        background-position: -160px -44px
    }

    .country_selectize .flag.flag-ps {
        background-position: -240px -110px
    }

    .country_selectize .flag.flag-ic {
        background-position: -240px -55px
    }

    .country_selectize .flag.flag-cw {
        background-position: -256px -22px
    }

    .country_selectize .flag.flag-ml {
        background-position: -176px -88px
    }

    .country_selectize .flag.flag-ax {
        background-position: -224px 0
    }

    .country_selectize .flag.flag-gl {
        background-position: -240px -44px
    }

    .country_selectize .flag.flag-dj {
        background-position: -48px -33px
    }

    .country_selectize .flag.flag-cn {
        background-position: -176px -22px
    }

    .country_selectize .flag.flag-ht {
        background-position: -208px -55px
    }

    .country_selectize .flag.flag-lr {
        background-position: -240px -77px
    }

    .country_selectize .flag.flag-tg {
        background-position: 0 -143px
    }

    .country_selectize .flag.flag-ba {
        background-position: -256px 0
    }

    .country_selectize .flag.flag-ge {
        background-position: -144px -44px
    }

    .country_selectize .flag.flag-bz {
        background-position: 0 -22px
    }

    .country_selectize .flag.flag-au {
        background-position: -192px 0
    }

    .country_selectize .flag.flag-iq {
        background-position: -96px -66px
    }

    .country_selectize .flag.flag-cm {
        background-position: -160px -22px
    }

    .country_selectize .flag.flag-gw {
        background-position: -112px -55px
    }

    .country_selectize .flag.flag-az {
        background-position: -240px 0
    }

    .country_selectize .flag.flag-na {
        background-position: -144px -99px
    }

    .country_selectize .flag.flag-fj {
        background-position: -16px -44px
    }

    .country_selectize .flag.flag-zw {
        background-position: -32px -165px
    }

    .country_selectize .flag.flag-bs {
        background-position: -192px -11px
    }

    .country_selectize .flag.flag-il {
        background-position: -16px -66px
    }

    .country_selectize .flag.flag-nz {
        background-position: -48px -110px
    }

    .country_selectize .flag.flag-me {
        background-position: -112px -88px
    }

    .country_selectize .flag.flag-si {
        background-position: -256px -121px
    }

    .country_selectize .flag.flag-nc {
        background-position: -160px -99px
    }

    .country_selectize .flag.flag-lb {
        background-position: -176px -77px
    }


#error-msg {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.form_control_textarea {
    height: auto;
    border-radius: 0.4rem;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control,
.selectize-input,
.selectize-dropdown .option,
.country-name {
    font-size: 12px;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
}

    .section-title .sub-style::before {
        content: "";
        width: 100px;
        position: absolute;
        bottom: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-bottom: -6px;
        margin-left: -100px;
        border: 1px solid var(--main_info_color) !important;
    }

    .section-title .sub-style::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-top: -8px;
        margin-left: -50px;
        border: 1px solid var(--main_secondy_color) !important;
    }

.selectize-input input {
    font-size: unset;
}

.form-control,
.selectize-input {
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    border-radius: 0.4rem;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
}

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #f6f6f6;
        opacity: 0.8;
        cursor: not-allowed;
    }

#ui-datepicker-div {
    margin-top: 1.3rem;
}

.fake-hight {
    height: 349px;
    width: 100%;
    overflow: hidden;
}

.dealsOfferCustom_opens .preloader-icon {
    display: none;
}

.fake-hight .preloader-icon {
    display: block;
    margin: 90px auto;
}

.dealsOfferCustom_opens.fake-hight .overflow_hide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
}

.hight-auto {
    height: auto !important;
}

.hight-fixed100 {
    height: 100%;
}

.inner-image {
    display: contents;
}

.btn.focus,
.btn:focus,
.custom-control-input:focus ~ .custom-control-label::before {
    outline: 0;
    box-shadow: none !important;
}

/* .datepicker-mockup{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
    padding: 26px 60px;
}
.norm_input{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
    padding: 25px 92px;
} */
html {
    scroll-behavior: smooth;
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    overflow-x: hidden;
    font-size: 13px;
    background-color: #fff;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0;
}

    .preloader-icon span {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: var(--SecondaryColor);
        -webkit-animation: preloader-fx 1.6s linear infinite;
        animation: preloader-fx 1.6s linear infinite;
    }

        .preloader-icon span:last-child {
            animation-delay: -.8s;
            -webkit-animation-delay: -.8s;
        }

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--SecondaryColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 30px;
    text-align: center;
}

    .scroll-top:hover {
        -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
        box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        background-color: #081828;
    }

.linethrough {
    text-decoration: line-through;
    color: #b1b1b1;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.middle-line {
    text-decoration: line-through;
}

.info-ouline {
    border: solid 1px #3d4eff;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    margin-left: 5px;
    font-size: 10px;
}

.input-group-prepend .btn {
    height: 34px;
}

hr.dash {
    border-top: dashed #d5d5d5 2px;
}

.fs-15 {
    font-size: 15px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.w-55 {
    width: 55px;
}

.mt-6 {
    margin-top: 4rem !important;
}

.section {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

.with-100prset {
    width: 100% !important;
}

.h-150 {
    height: 150px;
}

.h-300 {
    height: 300px !important;
}

.h-520 {
    height: 520px !important;
}

@media (max-width: 768px) {
    .h-520 {
        height: 100% !important;
    }

    .h-300 {
        height: 160px !important;
    }
}

.text-muted {
    color: #b8b8b8 !important;
}

.text-green {
    color: #01A981;
}

.Semi_title {
    font-weight: 600;
    font-size: 25px;
}

.Special_Deals .nav-pills .nav-link img {
    width: 25px;
    height: 25px;
}

.right {
    right: 0;
}

.left {
    left: 0;
}

.none_bg_color {
    background-color: transparent !important;
}

.list-grup a:hover,
.trending-slider a:hover {
    color: initial !important;
    /* Change 'color' to the property you want to reset */
}

.empty_state {
    position: relative;
    top: -20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .empty_state i {
        margin: auto;
        margin-bottom: 0px;
        font-size: 90px;
        color: #ccc;
    }

    .empty_state h3 {
        margin: 8px 0px;
        text-align: center;
        font-weight: normal;
    }

    .empty_state p {
        font-size: 14px;
        margin: 0px;
        color: #999;
        text-align: center;
    }

/*==Globel Styles===*/
a:hover {
    text-decoration: none;
}

.them-color,
.filteration-group a.active,
.nav-item a.active,
.main-menu .nav a:hover,
a:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.page-link.active {
    color: var(--SecondaryColor) !important;
}

.text_Main_Green {
    color: #01A981;
}

.text-blue-primary {
    color: var(--MainColor);
}

.popover-custom .popover-header {
    background: #f2653c;
    color: #ffffff;
}

.popover-custom.bs-popover-bottom .popover-header::before,
.popover-custom.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    display: none;
}

.popover-custom.bs-popover-bottom > .arrow::after,
.popover-custom.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #f2653c;
}

.popover-custom-alt .popover-header {
    background: #5b2da3;
    color: #ffffff;
}

.popover-custom-alt.bs-popover-bottom .popover-header::before,
.popover-custom-alt.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    display: none;
}

.popover-custom-alt.bs-popover-bottom > .arrow::after,
.popover-custom-alt.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #5b2da3;
}

.page-link.active {
    border-color: var(--SecondaryColor);
}

.btn-primary,
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--SecondaryColor);
    background-color: var(--SecondaryColor);
}

.gery-bg {
    background-color: #F6F6F6;
}

.bg-transparent {
    background-color: transparent !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-20 {
    font-size: 20px;
}

.custom-control-label {
    line-height: 25px;
}

.btn {
    border-radius: 5px;
}

.overflowvisble {
    overflow: visible !important;
}

.btn-rounded {
    border-radius: 5px !important;
}

.base-btn {
    padding: 0.2rem 0.75rem;
}

.btn-theam-outer-line {
    border: solid 1px var(--SecondaryColor);
}

    .btn-theam-outer-line i {
        color: var(--SecondaryColor);
    }

    .btn-theam,
    .btn-theam-outer-line:hover,
    .btn-theam-outer-line:hover i {
        background-color: var(--SecondaryColor);
        color: #fff !important;
    }

        .btn-theam:hover {
            color: #fff !important;
            background-color: #fd9959;
        }

.bg-gery {
    background-color: #F9F9F9 !important;
}

.form-control {
    /* font-size: 12px; */
    height: 33px;
}

    .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 2%);
    }

/* .invalid{
    border: solid 1px #EB5757;
}
.invalid:valid~label,.invalid:valid + label,.invalidmessage{
    color:#EB5757 ;
} */

.floating > label {
    left: 9px;
    top: 7px;
    position: absolute;
    padding: 0px 5px 0px 5px;
    /* font-size: 1.1em; */
    transition: 0.1s;
    pointer-events: none;
    /* font-weight: 500 !important; */
    /* transform-origin: bottom left;*/
}

.form-control.floating:focus ~ label {
    /* transform: translate(1px,-85%) scale(0.80);
    opacity: .8; */
    background-color: white;
    top: -7px;
    font-size: 10px;
    height: 15px;
    margin: 0;
    color: #005ebf;
}

.form-control.floating:valid ~ label,
.form-control.floating:valid + label,
.form-control.floating:placeholder-shown ~ label {
    /* transform-origin: bottom left;
    transform: translate(1px,-85%) scale(0.80); */
    background-color: white;
    top: -7px;
    font-size: 10px;
    height: 15px;
    margin: 0;
    /* opacity: .8; */
}

.GlobelCustomPopup .modal-body .floating .visble_pass_eye {
    padding: 10px 5px;
}

.GlobelCustomPopup .modal-body .form-control {
    height: 40px;
    font-size: 13px;
}

.GlobelCustomPopup .modal-body .floating > label {
    top: 11px;
}

.GlobelCustomPopup .form-control.floating:focus ~ label {
    top: -7px;
}

.GlobelCustomPopup .modal-body .form-control.floating:valid ~ label,
.GlobelCustomPopup .modal-body .form-control.floating:valid + label {
    top: -7px;
}

.visble_pass_eye {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    padding: 6px 5px;
    color: #bdbdbd;
    text-align: center;
    font-size: 15px;
}

.mandatory {
    color: red;
    position: absolute;
    right: 0;
}

.mandatory_icon {
    color: red;
}

.date-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    padding: 6px 9px;
    cursor: pointer;
}

.bookmark.active {
    color: #1bb37e !important;
}

.rounded {
    border-radius: 11px !important;
}

.card-footer {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
}

.rounded-ckecbox,
.input-rounded {
    border-radius: 0.25rem !important;
}

.searchbox .btn {
    background-color: var(--SecondaryColor);
    border-color: var(--SecondaryColor);
    color: #fff !important;
}

.list-option .nav-link {
    font-size: 12px;
}

a {
    color: rgb(35, 33, 33);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.hidden {
    visibility: hidden;
}

.overflow {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.838) 7%, #ffff0000 45%);
}

/*.top-menu{
    top: 45% !important;
}*/
.w-400 {
    width: 400px;
}

.dropdown-menu {
    top: 100%;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 0;
}

    .dropdown-menu .dropdown-item {
        padding: 9px 1.5rem;
        font-size: 14px;
    }

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
    font-weight: 700;
}

.dropdown-toggle::after {
    display: none;
}


.img-zoom-opject {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 1200px) {
    .imag-zoom:hover .img-zoom-opject {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.imag-zoom {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card .card-footer {
    background-color: var(--MainColor)1A;
}

.btn-white {
    background-color: #fff;
    color: #7f7f7f;
}

.pricedicsond {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FB7600;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    z-index: 1;
    color: #fff;
}

.Left_menu_open_modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    opacity: .5;
    background-color: #000;
}

.GlobelCustomPopup .modal-content,
.GlobelCustomPopup .modal-content .modal-header,
.GlobelCustomPopup .modal-content .modal-footer {
    border: 0;
}

.GlobelCustomPopup .modal-content {
    border-radius: 10px;
}

    .GlobelCustomPopup .modal-content .modal-header {
        padding: 15px 30px;
    }

    .GlobelCustomPopup .modal-content .modal-body {
        padding: 35px 32px;
    }

    .GlobelCustomPopup .modal-content .modal-footer {
        padding: 30px 28px;
        padding-top: 0;
    }

    .GlobelCustomPopup .modal-content .modal-header {
        background-color: var(--MainColor);
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .GlobelCustomPopup .modal-content .modal-header .close {
            font-size: 20px;
            color: #fff;
            text-shadow: none;
            opacity: 1;
        }

            .GlobelCustomPopup .modal-content .modal-header .close span {
                width: 30px;
                height: 30px;
                display: block;
                background: #1a6ab1;
                border-radius: 15px;
                padding: 5px 8px;
            }

    .GlobelCustomPopup .modal-content .modal-footer .btn-primary:hover {
        color: #fff !important;
        border-color: var(--SecondaryColor) !important;
        background-color: var(--SecondaryColor) !important;
    }


    .GlobelCustomPopup .modal-content .modal-body .success_messge {
        text-align: center;
        padding: 0px 50px;
    }

    .GlobelCustomPopup .modal-content .modal-body .show_success_frame {
        width: 300px;
        margin: auto;
    }

    .GlobelCustomPopup .modal-content .modal-body .success_messge h5 {
        margin-bottom: 25px;
    }

    .GlobelCustomPopup .modal-content .modal-body .success_messge p {
        color: #4F4F4F;
    }

    .GlobelCustomPopup .modal-content .modal-body .success_messge .btn {
        width: 75px;
        font-size: 12px;
    }

.Media_content .icons a {
    height: 52px;
    width: 52px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 10px 15px;
    text-align: center;
}

    .Media_content .icons a i {
        transition: transform 0.3s ease-in-out;
    }

    .Media_content .icons a:nth-child(1) {
        color: #1877F2;
        border-color: #b7d4fb;
    }

        .Media_content .icons a:nth-child(1):hover {
            background: #1877F2;
        }

    .Media_content .icons a:nth-child(2) {
        color: #46C1F6;
        border-color: #b6e7fc;
    }

        .Media_content .icons a:nth-child(2):hover {
            background: #46C1F6;
        }

    .Media_content .icons a:nth-child(3) {
        color: #e1306c;
        border-color: #f5bccf;
    }

        .Media_content .icons a:nth-child(3):hover {
            background: #e1306c;
        }

    .Media_content .icons a:nth-child(4) {
        color: #25D366;
        border-color: #bef4d2;
    }

        .Media_content .icons a:nth-child(4):hover {
            background: #25D366;
        }

    .Media_content .icons a:nth-child(5) {
        color: #0088cc;
        border-color: #b3e6ff;
    }

        .Media_content .icons a:nth-child(5):hover {
            background: #0088cc;
        }

    .Media_content .icons a:hover {
        color: #fff;
        border-color: transparent;
    }

        .Media_content .icons a:hover i {
            transform: scale(1.2);
            -moz-animation: scale(1.2);
            -o-animation: scale(1.2);
            color: #fff;
        }

.Media_content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #E0E0E0;
}

    .Media_content .field.active {
        border-color: #7d2ae8;
    }

    .Media_content .field i {
        width: 50px;
        font-size: 18px;
        text-align: center;
    }

    .Media_content .field.active i {
        color: #7d2ae8;
    }

    .Media_content .field input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        font-size: 15px;
    }

    .Media_content .field button {
        color: #fff;
        padding: 5px 18px;
        background: #FB7600;
    }

        .Media_content .field button:hover {
            background: #FB7600;
        }

.contact_button {
    display: flex;
    align-items: center;
    text-align: left;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    text-decoration: none !important;
}

    .contact_button.whatsapp_top {
        background-color: #2cad49;
        color: #fff;
    }

        .contact_button.whatsapp_top:hover {
            background-color: #218838;
            color: #fff !important;
        }

.btn_whats_button:hover,
.btn-primary:hover {
    background-color: var(--MainColor) !important;
    color: #fff !important;
    border-color: var(--MainColor) !important;
}

.Search_wrapper {
    width: 100%;
    max-width: 31.25rem;
    margin: 3rem auto;
    margin-bottom: 0;
}

    .Search_wrapper .label {
        font-size: .625rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: +1.3px;
        margin-bottom: 1rem;
    }

.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Search_wrapper input {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

    .Search_wrapper input:focus {
        background-color: #f1f1f1;
    }

.Search_wrapper button {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

    .Search_wrapper button:hover {
        cursor: text;
    }

/* Full-cover overlay */
.hover-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 33%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: bottom 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 2;
}

.card:hover .hover-overlay {
    bottom: 0;
}

/* Horizontal icon buttons */
.hover-buttons {
    display: flex;
    gap: 25px;
    transform: translateY(15px);
    transition: transform 0.3s ease 0.1s;
}

.card:hover .hover-buttons {
    transform: translateY(0);
}

/* Icon button styling */
.icon-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: white;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .icon-btn.book-now {
        background: #ff6b00;
    }

    .icon-btn.whatsapp-now {
        background: #25D366;
    }

a.icon-btn:hover {
    color: #fff !important;
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/*==Globel Styles===*/

/*==Login Styles===*/
.or-spacer {
    margin-top: 25px;
    width: 100%;
    position: relative;
}

    .or-spacer .mask {
        /* overflow: hidden;
    height: 20px; */
    }

        .or-spacer .mask:after {
            content: '';
            display: block;
            width: 100%;
            border: solid 1px #e3e3e3;
        }

    .or-spacer span {
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: 100%;
        margin-bottom: -18px;
        left: 50%;
        margin-left: -25px;
        border-radius: 100%;
        background: white;
    }

        .or-spacer span i {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 4px;
            right: 4px;
            border-radius: 100%;
            border: solid 1px #BDBDBD;
            text-align: center;
            font-style: normal;
            line-height: 1.9;
            color: #212121;
        }

.sendOtpBtn {
    position: absolute;
    top: -33px;
    right: 0;
}

.Facebooklog_Btn,
.Google_Btn {
    padding: 10px 15px;
}

    .Facebooklog_Btn:hover {
        color: #fff;
    }

    .Google_Btn:hover {
        color: #000000bd;
    }

    .Google_Btn:focus {
        box-shadow: 0px 2px 8px #00000015 !important;
    }

.Facebooklog_Btn {
    color: #fff;
    background-color: #1877F2;
    box-shadow: 0px 2px 8px #00000015;
}

.Google_Btn {
    color: #000000bd;
    background-color: #fff;
    box-shadow: 0px 2px 8px #00000015;
}

/*==Login Styles===*/

/*==header Are==*/
.header-top {
    padding: 10px 0px;
    padding-bottom: 0;
}

    .header-top .logo img {
        width: 125px;
    }

.header-social-icon {
    padding: 5px 0px;
}

    .header-social-icon li a {
        padding-left: 7px;
        padding-right: 7px;
        color: #979797;
        font-size: 14px;
    }

    .header-social-icon li .nav-link img {
        width: 18px;
        /* height: 20px;*/
    }

.header-top .right-contents .nav-link {
    font-size: 13px;
    padding-right: 8px;
    position: relative;
}

.header-top .right-contents .add_cont {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--SecondaryColor);
    color: #fff;
    border-radius: 30px;
    width: 15px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    padding: 0px 0px;
}

.header-top .right-contents .nav-link img,
.user-account .nav-link img {
    width: 22px;
    height: 22px;
}

.header-top .right-contents .whatsup-btn a img {
    width: 29px;
    height: 29px;
    margin-top: -5px;
}

.flagdrop .flag-icon img {
    width: 26px;
    height: 25px;
    margin-right: 3px;
}

.user-account .user-pic img {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    margin-right: 3px;
}

.user-account .user-pic.Nonuser i {
    background: var(--SecondaryColor);
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 2px var(--SecondaryColor);
    text-align: center;
    position: relative;
    line-height: 1.5;
    margin-top: -3px;
}

.main-menu .nav a {
    font-size: 13px;
}

.main-menu a.active {
    font-weight: 700;
}

.main-menu .nav a.nav-link {
    transition: all .3s ease-out 0s;
}

/*==header Are==*/

/*===main-image==*/
.main-image {
    overflow: hidden;
}

    .main-image .overflow {
        z-index: 0;
    }

    .main-image,
    .main-image img {
        border-radius: 15px;
    }

        .main-image .overflow {
            /* background: rgb(0 0 0 / 55%); */
        }

.main_index_slide {
    z-index: -1;
}

    /* .main_index_slide .carousel-inner{
    height: 56vh;
} */
    .main_index_slide .carousel-control-prev,
    .main_index_slide .carousel-control-next {
        display: none;
    }

    .main_index_slide .carousel-inner .img_framing {
        height: 440px;
        position: relative;
    }

.main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 56vh;
    z-index: 0;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

    .bg-video-wrap video {
        min-width: 100%;
        min-height: 100vh;
        z-index: 1;
    }

    .bg-video-wrap .overlay {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */
        background: rgb(0 0 0 / 56%);
        background-size: 3px 3px;
        z-index: 2;
    }

    .bg-video-wrap h1 {
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        width: 100%;
        height: 50px;
    }

/*===main-image==*/

/*== OurService ==*/
/* Custom styles for Owl Carousel dots */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        background-color: #ccc;
        border-radius: 50%;
        transition: background-color 0.3s ease;
    }

        .owl-carousel .owl-dots .owl-dot.active {
            background-color: var(--SecondaryColor);
        }

        .owl-carousel .owl-dots .owl-dot:hover {
            background-color: var(--MainColor);
        }

.ourservice_main .card.blue {
    background-color: var(--MainColor);
}

.ourservice_main .card.red {
    background-color: var(--SecondaryColor);
}

.ourservice_main .card {
    border-radius: 0px;
    margin: auto 0px;
    height: 180px;
    text-align: center;
}

    .ourservice_main .card .icon_span {
        display: block;
        width: 60px;
        height: 60px;
        /* background-color: #fff; */
        color: #fff;
        /* font-size: 35px; */
        padding: 5px 0px;
        border-radius: 30px;
        margin: auto;
    }

        .ourservice_main .card .icon_span .img_icon {
            width: 45px;
            margin: auto;
        }

    .ourservice_main .card h6 {
        margin-top: 3px;
    }

    .ourservice_main .card h6 {
        color: #fff;
    }

    .ourservice_main .card P {
        color: #FFF;
    }

.ourservice_main .owl-carousel .owl-stage {
    margin: 30px 0px;
    margin-top: 0;
}

.wahtup_btn_action {
    border-radius: 20px;
    padding: 5px 25px;
    font-size: 13px;
    background-color: #2cad49 !important;
    color: #fff !important;
    width: 100%;
}

    .wahtup_btn_action:hover,
    .trending-slider a.wahtup_btn_action:hover {
        background-color: var(--MainColor) !important;
        color: #fff !important;
    }

@media (max-width: 1280px) {
    .ourservice_main .card P {
        font-size: 12px;
    }

    .ourservice_main .card h6 {
        font-size: 13px;
    }

    .ourservice_main .card .icon_span .img_icon {
        width: 35px;
    }
}

/*== OurService ==*/

/* main -slider index */
/* Desktop/Laptop only: Show both sliders together, fill viewport height */
@media (min-width: 1280px) {
    .desktop-flex-wrapper {
        display: flex;
        flex-direction: column;
        height: 100vh;
        min-height: 700px;
        max-height: 100vh;
        overflow: hidden;
    }

        .desktop-flex-wrapper > .main-slider-section {
            flex: 0 0 60%;
            min-height: 0;
            max-height: 60vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .desktop-flex-wrapper > .ourservice-flex-section {
            flex: 0 0 40%;
            min-height: 0;
            max-height: 40vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

    .main_index_banner {
        padding-bottom: 0 !important;
    }

    .main-image {
        height: 100%;
        min-height: 0;
        border-radius: 0;
    }

    .main_index_slide {
        height: 100%;
    }

        .main_index_slide .carousel-inner,
        .main_index_slide .carousel-item,
        .main_index_slide .img_framing,
        .main_index_slide img {
            height: 100% !important;
            object-fit: cover;
        }

    .ourservice_main {
        height: 100%;
        /* margin-bottom: 0 !important; */
        margin-top: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ourSerivceslider {
        height: 100%;
        align-items: center;
    }

    /* Remove overflow hidden from body, html to allow scrolling */
}

@media (max-width: 1279px) {

    .desktop-flex-wrapper,
    .main-slider-section,
    .ourservice-flex-section {
        display: block !important;
        height: auto !important;
        min-height: unset !important;
        max-height: unset !important;
        overflow: visible !important;
    }

    body,
    html {
        overflow: auto;
    }
}

/*===booking-ban search===*/
.top-min-booking .nav-item .nav-link img {
    width: 22px;
}

.top-min-booking.nav-pills .nav-link {
    color: #fff;
    font-size: 15px;
    font-size: 14px;
}

    .top-min-booking.nav-pills .nav-link.active {
        background-color: #e1e1e147;
        border-radius: 2.25rem;
        border: solid 1px #ffffffb5;
        padding: 5px 10px;
        font-weight: 500;
        color: #fff !important;
    }

.booking-ban {
    margin-top: -90px;
    position: relative;
}

.searchwrapper {
    /*width: 80%;
  margin: auto;*/
}

.searchbox .row-box {
    cursor: pointer;
}

.searchbox .input-wrrap {
    position: relative;
}

    .searchbox .input-wrrap input {
        outline: 0;
        cursor: pointer;
    }

.searchbox_2 {
    padding: 5px 76px 5px 40px !important;
    background-color: #F6F6F6 !important;
}

    .searchbox_2 .search-button .btn {
        width: 41px !important;
        height: 40px !important;
        padding: 6px 7px !important;
        font-size: 19px !important;
    }

    .searchbox_2 .search-button img {
        width: 20px !important;
        height: 20px !important;
    }

.searchbox {
    background-color: #fff;
    padding: 15px 76px 15px 40px;
    border-radius: 50px;
    position: relative;
}

    .searchbox [class*="col-"] {
        padding: 0px;
    }

    .searchbox .row-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.row-box h5 {
    margin: 0;
}

.search-button {
    position: absolute;
    right: 5px;
    top: 4px;
}

    .search-button img {
        width: 32px;
        height: 32px;
    }

.searchbox .search-button .btn {
    border-radius: 40px;
    font-size: 23px;
    padding: 12px 18px;
}

.row-box .book-deti .dropdown-item .flag-icon img {
    width: 13px;
}

.row-box .book-deti a.main-a {
    font-size: 10px;
    font-weight: 600;
    color: #0c5fa8;
}

.row-box .book-deti h5,
.row-box .book-deti input {
    font-size: 10px;
    font-weight: 600;
    border: 0;
}

.row-box .book-icon,
.row-box .book-deti {
    float: left;
}

    .row-box .book-deti,
    .row-box .book-deti .input-wrrap input {
        width: 100px;
    }

        .row-box .book-deti .input-wrrap input {
            background-color: transparent;
        }

.row-box .book-icon {
    width: 20%;
    padding: 5px 3px;
    font-size: 20px;
    margin-right: 10px;
    text-align: right;
}

.row-box-divider {
    width: 0;
    border-right: 1px solid #d2d2d2;
    height: calc(70px - 2rem);
    margin: auto 5px;
}

.searchbox .book-icon img {
    width: 25px;
}

.booking-card {
    padding: 1em;
    border-radius: 10px;
}

    .booking-card h5 {
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 21px;
    }

.warrapper {
    position: relative;
    width: 100%;
}

    .warrapper select {
        margin-bottom: 5px;
    }

.booking-card .card-header,
.booking-card .card-footer {
    background-color: #fff;
}

.booking-card .card-header {
    border: 0;
}

.warrapper .h-name {
    font-size: 10px;
    position: absolute;
    background: #fff;
    color: #828282;
    left: 5px;
    top: -7px;
    padding: 0 5px;
    z-index: 1;
}

.warrapper span {
    font-size: 14px;
    list-style: 20px;
}

.booking-card .card-footer {
    padding: 0.75rem 0.25rem;
    border-top: solid 1px #cecece;
    text-align: right;
}

.booking-card .card-header,
.booking-card .card-footer {
    padding: 0.75rem 0.25rem;
}

    .booking-card .card-footer .btn {
        font-size: 14px;
        font-weight: 500;
        padding: 0.375rem 1.2rem;
    }

.Nationality-flg .flag-icon {
    float: left;
    width: 25px;
    height: 25px;
    background: #F2F2F2;
    padding: 5px;
    border-radius: 5px;
    line-height: 13px;
    margin-right: 10px;
}

.Nationality-flg div.dropdown-item .flag-icon {
    width: auto;
    height: 22px;
}

.Nationality-flg a,
.Nationality-flg div.dropdown-item {
    font-size: 12px !important;
    color: #4F4F4F;
    padding: 10px 1.5rem !important;
    padding-left: 15px !important;
}

/*======*/

/*======*/
.mini_header small {
    padding: 4px 10px;
    background-color: var(--SecondaryColor);
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.mini_header h2 {
    color: var(--MainColor);
}

.addonview {
    position: relative;
    top: 2px;
    right: 75px;
}

.setingviewall {
    line-height: 3;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: solid 1px;
    margin: auto 5px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    font-size: 10px;
}

    .owl-carousel .owl-nav button.owl-next.disabled,
    .owl-carousel .owl-nav button.owl-prev.disabled {
        opacity: 0.3;
    }

.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
}

.trending-slider .card {
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    border: 0;
    height: 100%;
}

.trending-slider .iamg_fram {
    position: relative;
    height: 145px;
    overflow: hidden;
}

.trending-slider .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending-slider .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list-card img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0;
}

.trending-slider .card .card-body {
    padding: 10px 10px;
}

.trending-slider p i,
.trending-slider .loction i,
.trending-slider .days i,
.trending-slider .rooms i,
.trending-slider .accommodation i {
    color: #01A981;
}

.trending-slider .card-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    color: #353535;
}

.trending-slider .bookmark {
    position: absolute;
    right: 13px;
    color: #c7c7c7;
}

.tag_name {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #2f2f2f;
    border: solid 2px #ddd;
    font-weight: 600;
    z-index: 2;
}

.trending-slider .price {
    font-size: 17px;
    font-weight: 600;
}

.trending-slider .rating {
    top: -14px;
    right: 15px;
    position: absolute;
}

    .trending-slider .rating span,
    .trending-slider .rating p,
    .trending-slider .card-text {
        font-size: 10px;
    }

        .trending-slider .rating span.checked {
            color: orange;
        }

.trending-slider .days span,
.trending-slider .accommodation span,
.trending-slider .adults span {
    font-size: 11px;
}

.trending-slider .adults span {
    background: #cde3f799;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 500;
    color: #176ebc;
}

.trending-slider .accommodation {
    margin-bottom: 5px;
}

/*======*/


/*===ExploreTours===*/

.HotelsRecommended .card {
    border: 0;
}

    .HotelsRecommended .card .card-details h5 {
        font-weight: 600;
        letter-spacing: 1px;
    }

    .HotelsRecommended .card,
    .HotelsRecommended .card img,
    .HotelsRecommended .overflow {
        border-radius: 10px;
    }

        .HotelsRecommended .card .card-details {
            text-align: center;
            position: absolute;
            bottom: 13px;
            right: 0;
            left: 0;
            color: #fff;
            font-size: 11px;
            z-index: 1;
        }

            .HotelsRecommended .card .card-details h5,
            .HotelsRecommended .card .card-details p {
                margin: 0;
            }

            .HotelsRecommended .card .card-details p {
                display: block;
            }

/*===ExploreTours===*/

/*=====Customizenow=====*/
.Customizenow {
    text-align: center;
    background-image: url(../img/Main_bg/2.jpg);
    background-attachment: fixed;
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .Customizenow .fadeback {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #0000006e;
        z-index: 0;
    }

    .Customizenow .container {
        position: relative;
        z-index: 1;
    }

    .Customizenow p {
        font-size: 18px;
        font-weight: 400;
    }

    .Customizenow h3 {
        font-size: 50px;
        font-weight: 700;
    }

    .Customizenow .Customiz-content li span.Cont {
        font-size: 79px;
        font-weight: 700;
        height: 62px;
        display: block;
        float: left;
    }

    .Customizenow .Customiz-content {
        justify-content: center;
    }

        .Customizenow .Customiz-content li {
            padding: 0px 65px;
        }

            .Customizenow .Customiz-content li span.contents {
                float: left;
                top: 52px;
                position: relative;
            }

                .Customizenow .Customiz-content li span.contents small {
                    float: left;
                    width: 100%;
                    text-align: left;
                }

                .Customizenow .Customiz-content li span.contents .Sub {
                    display: block;
                }

                .Customizenow .Customiz-content li span.contents img {
                    width: 18px;
                    height: 8px;
                }

                .Customizenow .Customiz-content li span.contents p {
                    margin: 0;
                }

    .Customizenow .btn-white {
        margin-top: 90px;
        background-color: #fff;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        padding: 15px 20px;
    }

    .Customizenow span,
    .Customizenow h3,
    .Customizenow p {
        color: #fff;
    }

/*=====Customizenow=====*/

/*=====Global Visa Services=====*/
.Global_Visa_slider .item .card,
.Global_Visa_slider .item .card img,
.Global_Visa_slider .item .overflow {
    border-radius: 10px;
}

.Global_Visa_slider .item .card {
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    border: 0;
    height: 200px;
}

    .Global_Visa_slider .item .card img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        /* max-width: 100%;
    max-height: 100%; */
        z-index: 0;
    }

    .Global_Visa_slider .item .card .flow-contents {
        position: absolute;
        bottom: 23px;
        left: 15px;
        right: 15px;
        z-index: 1;
    }

    .Global_Visa_slider .item .card h5 {
        font-weight: 700;
        letter-spacing: 1px;
    }

    .Global_Visa_slider .item .card p {
        font-size: 10px;
    }

    .Global_Visa_slider .item .card p,
    .Global_Visa_slider .item .card h5 {
        color: #fff;
    }

    .Global_Visa_slider .item .card .flow-contents .right-c {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }

/*=====Global Visa Services=====*/

/**traval insurance**/
.traval_insurance .item .card,
.traval_insurance .item .card img,
.traval_insurance .item .overflow {
    border-radius: 10px;
}

.traval_insurance .item .card {
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    border: 0;
    height: 350px;
}

    .traval_insurance .item .card img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        /* max-width: 100%; */
        max-height: 100%;
        z-index: 0;
    }

    .traval_insurance .item .card .flow-contents {
        position: absolute;
        bottom: 23px;
        left: 15px;
        right: 15px;
        z-index: 1;
    }

    .traval_insurance .item .card h5 {
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 15px;
    }

    .traval_insurance .item .card p {
        font-size: 10px;
    }

    .traval_insurance .item .card p,
    .traval_insurance .item .card h5 {
        color: #fff;
    }

    .traval_insurance .item .card .flow-contents .right-c {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }

/**travel insurance**/
/*=====Travel Tips=====*/
.TravelTips_Main .setingviewall {
    right: 85px;
    position: relative;
}

.TravelTips_slider .card {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    margin: 10px;
    height: 375px;
}

.img-inner-body {
    /* width: 258px;*/
    height: 145.85px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .img-inner-body img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        /* max-width: 100%; */
        /* max-height: 100%; */
        /* z-index: 0; */
        background-size: 100% 100%;
    }

.TravelTips_slider .card .card-body h6 {
    font-size: 13px;
    font-weight: 700;
    width: 191px;
}

.TravelTips_slider .card .card-body p {
    font-size: 13px;
}

.TravelTips_slider .card .card-body .social-link {
    position: absolute;
    right: 13px;
    color: #c7c7c7;
}

    .TravelTips_slider .card .card-body .social-link img {
        width: 22px;
        height: 22px;
    }

.TravelTips_slider .card .card-body .btn-link {
    font-size: 11px;
    color: #4F4F4F;
    padding: 0;
}

    .TravelTips_slider .card .card-body .btn-link img {
        width: 18px;
        height: 8px;
        display: inline-block;
    }

/*=====Travel Tips=====*/

/*=====Tours grid view=====*/
.shorting-grup {
    justify-content: space-between;
}

    .shorting-grup li a {
        padding: 10px 1.5rem;
        line-height: 1.5;
    }

        .shorting-grup li a img {
            width: 12px;
        }

.filteration-group a img {
    width: 19px;
}

.filteration-group a {
    padding: 0.375rem 12px;
}

.main-header {
    display: flex;
    padding: 10px 0px;
}

    .main-header h5 {
        font-size: 20px;
        font-weight: 700;
    }

.adonesection {
    justify-content: flex-end;
    display: flex;
}

    .adonesection strong {
        float: left;
        padding-right: 10px;
        padding-top: 2px;
    }

.pagination {
    justify-content: center;
}

.page-link {
    padding: 10px 15px;
    margin: 0px 5px;
    color: #a9a9a9;
}

.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 30px;
}

.trending-slider .card {
    /* margin-bottom: 20px;*/
}

.left-side-filter .searchwrrap {
    position: relative;
}

    .left-side-filter .searchwrrap span img {
        width: 12px;
    }

    .left-side-filter .searchwrrap span {
        position: absolute;
        right: 4px;
        top: 4px;
    }

        .left-side-filter .searchwrrap span button {
            border-radius: 30px;
            border: 0;
            height: 25px;
            line-height: 0;
            width: 25px;
        }

.left-side-filter {
    height: 100%;
    background: #fff;
    border: 0;
    border-radius: 10px;
}

    .left-side-filter article {
        border-bottom: solid 1px #cecece;
    }

        .left-side-filter article:last-child {
            border-bottom: 0;
        }

    .left-side-filter .card-header {
        background-color: transparent;
        border: 0;
    }

        .left-side-filter .card-header .title {
            font-size: 14px;
            font-weight: 700;
        }

.icon-control {
    float: right;
    font-size: 85%;
}

/*=Selection prograsse=*/
.slider-selection {
    background: #f77500 !important;
}

.slider-success .slider-selection {
    background-color: #5cb85c !important;
}

.slider-primary .slider-selection {
    background-color: #428bca !important;
}

.slider-info .slider-selection {
    background-color: #5bc0de !important;
}

.slider-warning .slider-selection {
    background-color: #f0ad4e !important;
}

.slider-danger .slider-selection {
    background-color: #d9534f !important;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}

.slider-handle {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.slider-strips .slider-selection {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
    display: none !important;
}

.slider .tooltip.top {
    margin-top: -25px !important;
}

.well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0;
}

.slider-ghost .ui-slider-horizontal {
    height: 5px;
}

.slider-ghost .ui-widget.ui-widget-content {
    border: 0;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-ghost .ui-widget-header {
    background: #f77500;
}

.slider-ghost .ui-slider-handle.ui-state-focus {
    outline: 0 !important;
}

.slider-ghost .ui-slider-handle {
    width: 20px;
    height: 20px;
    top: -8px;
    border-radius: 50%;
    border: 5px solid #f77500;
    background-color: #fff !important;
    background-image: none !important;
    -webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.slider-success.slider-ghost .slider-handle {
    border-color: #5cb85c;
}

.slider-primary.slider-ghost .slider-handle {
    border-color: #428bca;
}

.slider-info.slider-ghost .slider-handle {
    border-color: #5bc0de;
}

.slider-warning.slider-ghost .slider-handle {
    border-color: #f0ad4e;
}

.slider-danger.slider-ghost .slider-handle {
    border-color: #d9534f;
}

.uder-line {
    text-decoration: underline;
}

/*=====Tours grid view=====*/

/*=====Tours list view=====*/
.normelbookmark img {
    width: 20px;
}

.normelbookmark i {
    font-size: 15px;
}

.normelrating,
.normelbookmark {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
}

.list-card {
    /* height: 169px!important; */
    margin: 0 !important;
}

@media (min-width: 769px) {
    .list-card img.img-zoom-opject {
        position: absolute;
        left: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.list-card .card-body .card-title {
    width: auto;
    line-height: 2.5;
    white-space: revert;
}

/*=====Tours list view=====*/

/*=====Transfer list view=====*/
.trnsfer-list-card {
    height: 211px !important;
    margin: 0 !important;
}

.visa-main-image h4 {
    top: 39%;
    left: 2%;
}

.visa-change-main-image h4 {
    left: 0;
    right: 0;
    text-align: center;
    top: 42%;
}

.visa-main-image h4 img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

/*=====Transfer list view=====*/

/*=====Tours Map view=====*/
.map-inner-slider {
    padding: 30px;
}

    .map-inner-slider .owl-item .normelbookmark img {
        width: 20px !important;
        display: inline;
    }

.overflowOwl {
    position: absolute;
    bottom: 5px;
    right: 15px;
    left: 15px;
}

/*=====Tours Map view=====*/

/*=====Tours Deatails=====*/
.collapsepanel .card-header .panel-title {
    font-size: 14px;
    line-height: 16.94px;
    margin-bottom: 0;
}

.collapsepanel .card-header {
    background-color: #fff;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    margin: auto 20px;
    padding: 20px 0;
}

    .collapsepanel .card-header.lastround {
        border-bottom-right-radius: 11px;
        border-bottom-left-radius: 11px;
    }

    .collapsepanel .card-header .panel-title a:before {
        font-family: "Font Awesome 6 pro";
        content: "\f077";
        float: right;
        transition: all 0.5s;
    }

    .collapsepanel .card-header a[aria-expanded="false"]:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.top-min-tabpane li a {
    /* padding: 0.5em 5em; */
    padding-top: 0;
}

.slider-main .carousel-item img {
    border-radius: 11px;
}

.slider-main .carousel-control-next,
.slider-main .carousel-control-prev {
    width: 5%;
    opacity: 5;
}

.carousel-control-prev {
    left: -35px;
}

.carousel-control-next {
    right: -35px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    background-size: 20px;
}

.carousel-control-prev-icon {
    background-image: url(../img/Icons/ArrowLeft.png);
    background-position: 95% 50%;
}

.carousel-control-next-icon {
    background-image: url(../img/Icons/ArrowLeft-slider.png);
    background-position: 10% 50%;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info__img img {
    margin-right: 15px;
    height: 55px;
    width: 55px;
    border-radius: 45px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.Customtimlide {
    overflow: hidden;
    padding: 0 10px;
}

    .Customtimlide .carousel-control-next,
    .Customtimlide .carousel-control-prev {
        width: 5%;
        opacity: 5;
    }

.Totalboxmain .panel-default .card-header .row .col:last-child,
.Totalboxmain .panel-default .panel-collapse .card-body .row .col:last-child,
.Totalboxmain .card-footer .row .col:last-child {
    text-align: right;
}

.Totalboxmain .panel-default .panel-collapse .card-body {
    padding-right: 20px;
}

.Totalboxmain .panel-default .card-header,
.Totalboxmain .card-footer {
    background-color: #fff;
    border: 0;
}

.Totalboxmain .panel-collapse .card-body {
    padding: 2.25rem;
    padding-top: 0;
    padding-bottom: 0;
}

.Totalboxmain .panel-default .card-header h6 {
    margin-bottom: 0px;
    font-size: 10px;
}

.Totalboxmain .panel-default .panel-collapse .card-body p {
    font-size: 11px;
}

.Totalboxmain .card-footer h6 {
    font-size: 13px;
}

.Totalboxmain .card-footer {
    border-top: dashed #BDBDBD 1px;
}

    .Totalboxmain .card-footer h6 {
        margin-bottom: 0px;
    }

.tour-details .card-body .card-title {
    width: 100% !important;
    font-size: 15px;
}

/*=====Tours Deatails list=====*/

/**Tours DeatailsGrid**/
.Grid-card {
    height: auto !important
}

/**Tours DeatailsGrid**/


/**Holyday-grid style**/
.action-btn {
    position: absolute;
    right: -5px;
    top: -5px;
    padding: 0px 5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: solid 1px #0158a4;
    color: #0158a4;
    background: #fff;
    z-index: 1;
}

.inner-image-cuttom-img {
    height: 145.85px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .inner-image-cuttom-img img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        /* max-width: 100%; */
        /* max-height: 100%; */
        /* z-index: 0; */
        background-size: 100% 100%;
    }

/**Holyday-grid style**/

/**Holyday-detile style**/
.adon-btn {
    position: absolute;
    left: -61px;
    padding: 5px 15px;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.overivewholyday .card {
    border-radius: 0px;
}

    .overivewholyday .card .card-body {
        padding: 1.25rem;
    }

    .overivewholyday .card .card-header {
        background-color: rgba(0, 0, 0, .03) !important;
        border-bottom: 0 !important;
        margin: 0;
        padding: 0.75rem 1.25rem;
        border-radius: 11px;
    }

.overivewholyday .collapse-link-arrow {
    position: absolute;
    right: 20px;
    top: 33px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 12px;
    padding: 2px 4px;
    background: #abaaf9;
    color: #5d5bdb;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .timeline h1,
    .timeline h2,
    .timeline h3,
    .timeline h4,
    .timeline h5,
    .timeline h6 {
        line-height: inherit;
    }

/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .timeline-item:first-child {
        padding-top: 0px;
    }

    .timeline-item:last-child {
        padding-bottom: 0px;
    }

    .timeline-item:last-child {
        padding-bottom: 0;
    }

/*----- TIMELINE INFO -----*/
.timeline-master .timeline-content .card-body .card-title {
    width: 100%;
}

.timeline-info {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

    .timeline-info img {
        width: 30px !important;
        height: auto !important;
        position: relative !important;
    }

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

    .timeline-marker:before {
        background: #25cfaf;
        border: 3px solid transparent;
        border-radius: 100%;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    }

    .timeline-marker:after {
        content: "";
        width: 3px;
        background: #CCD5DB;
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
    }

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;
    border-bottom: dashed #d5d5d5 2px;
}

    /* .timeline-item:last-child .timeline-content{
    border:0;
  } */
    .timeline-content p:last-child {
        margin-bottom: 0;
    }

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}

    .period .timeline-info {
        display: none;
    }

    .period .timeline-marker:before {
        background: transparent;
        content: "";
        width: 15px;
        height: auto;
        border: none;
        border-radius: 0;
        top: 0;
        bottom: 30px;
        position: absolute;
        border-top: 3px solid #CCD5DB;
        border-bottom: 3px solid #CCD5DB;
    }

    .period .timeline-marker:after {
        content: "";
        height: 32px;
        top: auto;
    }

    .period .timeline-content {
        padding: 40px 0 70px;
    }

    .period .timeline-title {
        margin: 0;
    }

/*----------------------------------------------
      MOD: TIMELINE SPLIT
  ----------------------------------------------*/
@media (min-width: 768px) {

    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }

    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

/*----------------------------------------------
      MOD: TIMELINE CENTERED
  ----------------------------------------------*/
@media (min-width: 992px) {

    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

        .timeline-centered .timeline-item {
            padding-bottom: 40px;
            overflow: hidden;
        }

        .timeline-centered .timeline-marker {
            position: absolute;
            left: 50%;
            margin-left: -7.5px;
        }

        .timeline-centered .timeline-info,
        .timeline-centered .timeline-content {
            width: 50%;
        }

        .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
            float: left;
            text-align: right;
            padding-right: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
            float: right;
            text-align: left;
            padding-left: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
            float: right;
            text-align: left;
            padding-left: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
            float: left;
            text-align: right;
            padding-right: 30px;
        }

        .timeline-centered > .timeline-item.period .timeline-content {
            float: none;
            padding: 0;
            width: 100%;
            text-align: center;
        }

        .timeline-centered .timeline-item.period {
            padding: 50px 0 90px;
        }

        .timeline-centered .period .timeline-marker:after {
            height: 30px;
            bottom: 0;
            top: auto;
        }

        .timeline-centered .period .timeline-title {
            left: auto;
        }
}

/*----------------------------------------------
      MOD: MARKER OUTLINE
  ----------------------------------------------*/
.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #FF6B6B;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #FF6B6B;
}

/**Holyday-detile style**/

/**Hotel style**/
.Questions-tootip {
    width: 18px;
}

.devider-night {
    border-top: 1px dashed #adadad;
}

/**Hotel style**/

/**Custmize holy day style**/
.bottonset {
    margin-top: -109px;
}

.new-mod-custo .Customizenow {
    background-image: none !important;
    padding-top: 30px !important;
}

    .new-mod-custo .Customizenow p,
    .new-mod-custo .Customizenow .contents .Sub {
        color: #4F4F4F;
    }

    .new-mod-custo .Customizenow h3 {
        color: var(--MainColor);
        font-size: 30px;
    }

    .new-mod-custo .Customizenow .Cont {
        color: #01A981;
    }

/**Custmize holy day style**/


/**Custmize holy detiles style**/
.activity-pluse {
    font-size: 12px;
    font-weight: 500;
    word-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

    .activity-pluse img {
        width: 18px;
    }

/**Visa revw style**/
.uploadfiles #uplaod-action #dummy-icon {
    width: 32px;
    display: block;
    margin: auto;
}

.uploadfiles .content {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.uploadfiles #uplaod-action {
    height: 120px;
    width: 110px;
    background: no-repeat;
    border: dashed 1px var(--SecondaryColor);
    border-radius: 5px;
    position: relative;
    padding: 20px;
}

    .uploadfiles #uplaod-action .uplaod-loction-click-btn {
        cursor: pointer;
    }

    .uploadfiles #uplaod-action .image-wrrape .fit-imgwraap {
        position: absolute;
        width: 108px;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        margin: auto;
    }

    .uploadfiles #uplaod-action .image-wrrape .imag-viw {
        position: absolute;
        bottom: 5px;
        right: 5px;
        background: #ffffffb5;
    }

    .uploadfiles #uplaod-action .image-wrrape .close-btn {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 30px;
        cursor: pointer;
    }

/**Visa revw style**/

/**About Us style**/
.pt-b-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.center-text-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
}

    .center-text-main p {
        text-align: center;
        color: #fff;
    }

.about-us-main .travl-show-detils img {
    width: 30px;
}

.about-us-main .travl-show-detils h6 {
    font-weight: 400;
    font-size: 40px;
}

.about-us-main .image-shows .h-300 {
    height: 272px !important;
    border: 0;
}

.about-us-main .image-shows .h-150 {
    height: 128px;
    border: 0;
}

.img-fit-wrrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 0;
    object-fit: fill;
}

.h-360 {
    height: 360px;
}

.max-hight-img {
    max-height: max-content !important;
    max-width: 100%;
    left: 0 !important;
}

.breadcrumb-wrapper .container-fluid {
    padding: 0 150px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

    .breadcrumb-wrapper .page-heading .breadcrumb-items li {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        text-transform: capitalize;
        font-family: "Nunito", sans-serif;
    }

        .breadcrumb-wrapper .page-heading .breadcrumb-items li a {
            color: var(--SecondaryColor);
            transition: all 0.4s ease-in-out;
        }

        .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
            font-size: 20px;
            color: var(--white);
        }

.breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    position: relative;
}

.breadcrumb-wrapper {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg_About_us,
.bg_Contact {
    background-image: url(../img/about_heder.jpg);
}

.bg_Hotel_pack {
    background-image: url(../img/hotel_bg_heder.jpg);
}

.bg_Holiday_pack {
    background-image: url(../img/holiday_bg_heder.jpg);
}

.blog_bg_heder {
    background-image: url(../img/blog_bg_heder.jpg);
}

.blogdetails_bg_header {
    background-image: url(../img/blog_detles_bg_heder.jpg);
}

.bg_Ummra_pack {
    background-image: url(../img/Ummra_bg_heder.jpg);
}

.bg_Global_Visa_pack {
    background-image: url(../img/Globel_bg_header.jpg);
}

.bg_Cruise_pack {
    background-image: url(../img/Cruise_bg_header.jpg);
}

.bg_Tour_and_activtis {
    background-image: url(../img/Toursholdys_bg_header.jpg);
}

.ok_to_board_bg_header {
    background-image: url(../img/ok_bord_banner.jpg);
}

.dummy_tickets_bg_header {
    background-image: url(../img/dummy_ticket_banner.jpg);
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(266deg, rgba(0, 0, 0, 0) 38.52%, rgba(0, 0, 0, 0.82) 81.13%);
}

.section-title span {
    font-size: 16px;
    color: #4d40ca;
    font-weight: 600;
    line-height: 1;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
    display: inline-block;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
}

.choose-us-left-content .list-items li:not(:last-child) {
    margin-bottom: 10px;
}

.choose-us-left-content .list-items li {
    font-size: 18px;
    font-weight: 700;
}

.contect_form {
    background-color: #efeefa;
    border-radius: 10px;
    padding: 60px;
}

    .contect_form h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .contect_form .form-control {
        outline: none;
        border-radius: 7px;
        border: 1px solid rgba(35, 28, 37, 0.1);
        background: #FFF;
        color: #455151;
        padding: 16px 20px;
        font-weight: 500;
        text-transform: capitalize;
        height: calc(3.5em + 0.75rem + 10px);
    }

.contact-info {
    margin-top: 50px;
    margin-bottom: 30px;
}

    .contact-info .contact-items {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

        .contact-info .contact-items .content {
            width: 400px;
            display: block;
        }

        .contact-info .contact-items:not(:last-child) {
            margin-bottom: 30px;
        }

        .contact-info .contact-items .icon {
            width: 68px;
            height: 68px;
            line-height: 68px;
            text-align: center;
            border-radius: 4px;
            background-color: #efeefa;
        }

        .contact-info .contact-items .content span {
            font-size: 15px;
            color: #fb5b32;
            font-weight: 500;
        }

        .contact-info .contact-items .content h3 {
            font-size: 22px;
            font-weight: 600;
            line-height: 150%;
        }

.section-padding {
    padding: 120px 0;
}

.about-section {
    position: relative;
}

.fix {
    overflow: hidden;
}

.section-bg {
    background-color: #efeefa;
}

.about-wrappper-2 .about-image {
    position: relative;
}

    .about-wrappper-2 .about-image img {
        width: 100%;
        height: 100%;
    }

    .about-wrappper-2 .about-image .cricle-shape {
        position: absolute;
        top: 25%;
        left: 5%;
    }

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.about-wrappper-2 .about-image .counter-box {
    padding: 30px;
    right: -4%;
    bottom: 14%;
    position: absolute;
    border-radius: 12px;
    background: var(--white);
    text-align: center;
    line-height: 1;
    box-shadow: 0px 4px 85.6px 17px rgba(0, 0, 0, 0.07);
}

    .about-wrappper-2 .about-image .counter-box .content h2 {
        color: #fb5b32;
        margin-bottom: 5px;
        font-size: 48px;
        font-weight: 700;
    }

    .about-wrappper-2 .about-image .counter-box .content p {
        font-size: 15px;
        font-weight: 700;
        color: #455151;
    }

.about-wrappper-2 .about-content {
    margin-left: 50px;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -7px;
}

    .section-title span {
        font-size: 16px;
        color: #4d40ca;
        font-weight: 600;
        line-height: 1;
        font-family: "Nunito", sans-serif;
        margin-bottom: 15px;
        display: inline-block;
    }

    .section-title h2 {
        font-size: 48px;
        font-weight: 700;
    }

.about-wrappper-2 .about-content .about-area .about-items {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

    .about-wrappper-2 .about-content .about-area .about-items .icon i {
        color: #4d40ca;
        font-size: 53px;
    }

    .about-wrappper-2 .about-content .about-area .about-items .content h4 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .about-wrappper-2 .about-content .about-area .about-items .content p {
        font-size: 18px;
        font-weight: 500;
        color: #455151;
    }

.about-wrappper-2 .about-content .about-area {
    margin-top: 50px;
}

.theme-btn {
    display: inline-block;
    vertical-align: middle;
    background-color: #4d40ca;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 15px 10px 30px;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 72px;
    font-family: "Nunito", sans-serif;
    line-height: 1;
}

    .theme-btn span {
        position: relative;
        color: #fff;
        z-index: 999;
        margin-right: 25px;
    }

    .theme-btn i {
        position: relative;
        color: #151415;
        z-index: 999;
        width: 48px;
        height: 48px;
        line-height: 48px;
        background-color: #fff;
        border-radius: 50%;
    }

/**About Us style**/

/**Blog style**/
.blog_contents .blogs_img_show {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.views_post {
    border-radius: 25px;
    letter-spacing: 0.5px;
    padding: 10px 0;
    font-size: 16px;
}

    .views_post:hover {
        background: var(--SecondaryColor) !important;
        border-color: var(--SecondaryColor) !important;
        color: #fff !important;
        transition: 0.3s ease-in-out;
    }

.blog_input {
    height: 39px;
}

.blog_hero-section {
    color: white;
    padding: 80px 0;
    margin-bottom: 20px;
}

.blog_header_bg {
    background-size: cover !important;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1506929562872-bb421503ef21?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
}

.blog_header_details_bg {
    background-size: cover !important;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://plus.unsplash.com/premium_photo-1718146019167-110481171ad2?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}

.blog_hero-section .container {
    position: relative;
    z-index: 2;
}

.blog_hero-section .display-4 {
    font-weight: 700;
    letter-spacing: 1px;
}

.blog_hero-section .lead {
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.blog_hero-section .input-group {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .blog_hero-section {
        padding: 40px 0;
    }

        .blog_hero-section .display-4 {
            font-size: 2rem;
        }

        .blog_hero-section .lead {
            font-size: 1rem;
        }
}

.Blog_main .category-btns-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 20px;
}

    .Blog_main .category-btns-scroll::-webkit-scrollbar {
        display: none;
    }

.Blog_main .category-btns {
    flex-wrap: nowrap !important;
    margin-bottom: 0;
    gap: 8px;
}

    .Blog_main .category-btns .btn {
        border-radius: 20px;
        margin: 5px 8px 5px 0;
        padding: 6px 15px;
        font-size: 14px;
        white-space: nowrap;
    }

/* Enhanced Blog Grid Styles */
.Blog_main .blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
}

    .Blog_main .blog-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }

    .Blog_main .blog-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 16px 16px 0 0;
        transition: filter 0.2s;
    }

.Blog_main .col-md-8 .blog-card img {
    height: 350px;
}

.Blog_main .blog-card .badge-top {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #007bff;
    color: #fff;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 12px;
    z-index: 2;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.Blog_main .blog-card .blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    color: #fff;
    padding: 16px 18px 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 0 16px 16px;
    z-index: 2;
}

@media (max-width: 991px) {
    .Blog_main .col-md-8 .blog-card img {
        height: 220px;
    }

    .Blog_main .blog-card img {
        height: 160px;
    }
}

@media (max-width: 767px) {

    .Blog_main .col-md-8,
    .Blog_main .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Blog_main .blog-card img {
        height: 160px;
    }
}

.over-badg {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.noshadow {
    box-shadow: none !important;
}

.blog-deatils .card .card-body .card-title {
    font-size: 25px;
    width: 90%;
}

/**Branch style**/
.flag-title-withimg img {
    width: 50px;
    margin-right: 15px;
}

.branch-map iframe {
    border-radius: 10px;
}

/**Branch style**/
/**booking-modal style**/
.booking-modal .modal-content {
    border-radius: 10px;
}

.booking-modal .modal-header {
    background-color: #E3F2FF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .booking-modal .modal-header .modal-title {
        color: var(--MainColor);
    }

    .booking-modal .modal-header .closed {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

        .booking-modal .modal-header .closed span {
            background: var(--MainColor);
            border-radius: 30px;
            line-height: 1;
            font-size: 1.4rem;
            text-shadow: 0 1px 0 #fff;
            color: #fff;
            font-weight: 300;
            width: 27px;
            height: 27px;
            display: block;
        }

.booking-modal .modal-body .searchbox [class*="col-"] {
    padding: 0px 20px;
    border: 0;
}

.booking-modal .modal-body .searchbox {
    padding: 0 !important;
}

    .booking-modal .modal-body .searchbox .w-400 {
        width: 380px;
    }

    .booking-modal .modal-body .searchbox .row-box .wrrape {
        float: left;
        width: 100%;
        padding: 15px 0;
    }

    .booking-modal .modal-body .searchbox .row-box .wrrape {
        border-bottom: solid 1px #e7e7e7;
    }

    .booking-modal .modal-body .searchbox .top-menu {
        top: 0% !important;
    }

    .booking-modal .modal-body .searchbox .row-box .book-deti {
        width: 235px;
    }

        .booking-modal .modal-body .searchbox .row-box .book-deti a.main-a,
        .booking-modal .modal-body .searchbox .row-box .book-deti input {
            font-size: 15px;
        }

    .booking-modal .modal-body .searchbox .warrapper span {
        font-size: 12px;
        list-style: 20px;
    }

    .booking-modal .modal-body .searchbox .row-box .book-icon {
        width: auto;
    }

.booking-modal .modal-footer {
    border-top: 0;
}

    .booking-modal .modal-footer .btn {
        width: 100%;
        font-weight: 100;
    }

.booking-modal .modal-body .row-box .book-deti .input-wrrap input {
    width: 110px;
}

/***profile_page**/
.Profile_main {
    margin-bottom: 6rem;
}

.profile_menu_list {
    border-radius: 10px;
}

    .profile_menu_list .list-group-item {
        border: 0 !important;
        vertical-align: bottom;
        font-size: 14px;
        line-height: 1.8;
    }

        .profile_menu_list .list-group-item i {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 15px;
            color: #FB7600;
        }

        .profile_menu_list .list-group-item.active i {
            /* color: #ffffff;
    background: #FB7600;
    border-radius: 75%; */
        }

        .profile_menu_list .list-group-item img {
            padding-right: 15px;
            vertical-align: text-bottom;
        }

        .profile_menu_list .list-group-item.active {
            background-color: #F3F3F3;
            color: #333333;
            font-weight: 700;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

    .profile_menu_list .list-group-item-action:focus,
    .profile_menu_list .list-group-item-action:hover {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.profile_details .form-group span {
    display: block;
    font-size: 12px;
}

.profile_details .form-group .label {
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile_details .form-group .Verify_email,
.profile_details .form-group .checked_no {
    position: absolute;
    right: 15px;
}

.Verify_email {
    text-decoration: underline;
}

.checked_no {
    color: #01A981;
    font-size: 16px;
}

.profile_details_card .user-wrap {
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .profile_details_card .user-wrap img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .profile_details_card .user-wrap .profile_details_edit {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 29px;
        height: 29px;
        border: solid 2px #FB7600;
        color: #FB7600;
        background-color: #fff;
        border-radius: 50%;
        line-height: 1.9;
    }

        .profile_details_card .user-wrap .profile_details_edit:hover {
            background-color: #FB7600;
            color: #fff !important;
        }

.profile_MyBookings_details .nav-pills .nav-link.active,
.profile_MyBookings_details .nav-pills .show > .nav-link,
.Special_Deals .nav-pills .nav-link.active {
    color: var(--SecondaryColor);
    border-style: solid;
    border-color: var(--SecondaryColor);
    background-color: var(--SecondaryColor)2e;
    border-width: 1px;
    border-radius: 30px;
}

.profile_MyBookings_details .nav-pills .nav-link {
    padding: 4px 20px;
    border: solid 1px #0000;
}

.buyForex_main {
    width: 100%;
    height: 120px;
    background-color: #F9F9F9;
    padding: 30px 20px;
    text-align: center;
}

    .buyForex_main .inner_flag img {
        width: 28px;
        height: 28px;
    }

.net_banking_system a.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 3px rgb(255 190 148);
}

.net_banking_system a.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent rgb(255 190 148) transparent transparent;
}

.net_banking_system a {
    padding: 15px 15px;
    margin: auto;
}

/***profile_page**/

/**datepiker style**/
#ui-datepicker-div {
    /* display: none; */
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: 0;
    width: 292px;
}

    #ui-datepicker-div .ui-widget-header {
        border: 0;
        background: transparent;
        color: #333333;
        font-weight: bold;
    }

    #ui-datepicker-div .ui-datepicker-calendar thead th {
        padding: 0.25rem 0;
        text-align: center;
        font-size: 0.75rem;
        font-weight: 400;
        color: #78909C;
    }

    #ui-datepicker-div .ui-datepicker-calendar tbody td {
        width: 2.5rem;
        /* padding: 5px; */
    }

        #ui-datepicker-div .ui-datepicker-calendar tbody td a {
            display: block;
            border-radius: 0.25rem;
            line-height: 2rem;
            transition: 0.3s all;
            color: #546E7A;
            font-size: 0.875rem;
            text-decoration: none;
            text-align: center;
            border: 0;
            background: transparent;
        }

            #ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
                background-color: #E0F2F1;
            }

            #ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
                background-color: var(--SecondaryColor);
                color: white !important;
            }

    #ui-datepicker-div .ui-datepicker-header a.ui-corner-all {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 2rem;
        height: 2rem;
        /* margin: 0.5rem; */
        border-radius: 0.25rem;
        transition: 0.3s all;
    }

    #ui-datepicker-div .ui-state-hover,
    #ui-datepicker-div .ui-widget-content .ui-state-hover,
    #ui-datepicker-div .ui-widget-header .ui-state-hover,
    #ui-datepicker-div .ui-state-focus,
    #ui-datepicker-div .ui-widget-content .ui-state-focus,
    #ui-datepicker-div .ui-widget-header .ui-state-focus,
    #ui-datepicker-div .ui-button:hover,
    #ui-datepicker-div .ui-button:focus {
        border: 0;
    }

    #ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

    #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
        left: 0;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
        background-repeat: no-repeat;
        background-size: 0.5rem;
        background-position: 50%;
        transform: rotate(180deg);
    }

    #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
        right: 0;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 50%;
    }

    #ui-datepicker-div .ui-datepicker-header a > span {
        display: none;
    }

    #ui-datepicker-div .ui-datepicker-title {
        text-align: center;
        margin-bottom: 0;
        font-size: 0.875rem;
        font-weight: 500;
        padding-bottom: 0.25rem;
    }

    #ui-datepicker-div .ui-datepicker-week-col {
        color: #78909C;
        font-weight: 400;
        font-size: 0.75rem;
    }

/**timepiker**/
.timepicker-popover .popover-header,
.timepicker-popover .arrow {
    display: none;
}

.timepicker-popover .btn-link,
.timepicker-popover .meridiem-btn {
    color: var(--SecondaryColor);
}

/*========Visa Serivce==========*/
.Visa_Services_form .min_title {
    color: var(--SecondaryColor);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.Visa_Services_form .sami_heder {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
}

.Visa_Services_form .deatiles_visa li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

    .Visa_Services_form .deatiles_visa li span {
        color: var(--MainColor);
    }

    .Visa_Services_form .deatiles_visa li i {
        padding-right: 10px;
        color: var(--SecondaryColor);
    }

.Visa_Services_form p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.Visa_Services_form .get_visa_now {
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 600;
    background-color: var(--MainColor);
    color: #fff;
}

    .Visa_Services_form .get_visa_now:hover {
        background-color: var(--SecondaryColor);
        color: #fff !important;
    }

.Visa_Services_form .visa_promo_img {
    padding: 50px;
    position: relative;
}

    .Visa_Services_form .visa_promo_img .Promo_img_1,
    .Visa_Services_form .visa_promo_img .Promo_img_2,
    .Visa_Services_form .visa_promo_img::after {
        border-radius: 10px;
    }

    .Visa_Services_form .visa_promo_img .Promo_img_1,
    .Visa_Services_form .visa_promo_img .Promo_img_2 {
        z-index: 1;
        margin: 25px;
    }

    .Visa_Services_form .visa_promo_img .Promo_img_1 {
        position: relative;
        margin-left: 50px;
    }

    .Visa_Services_form .visa_promo_img .Promo_img_2 {
        position: absolute;
        left: 0;
        width: 40%;
        bottom: 0;
    }

    .Visa_Services_form .visa_promo_img::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: solid 3px #e8ab14;
        margin: 50px;
        z-index: 0;
    }

    .Visa_Services_form .visa_promo_img::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 35%;
        width: 4px;
        height: 200px;
        background-color: #e8ab14;
    }

@media (min-width: 992px) {
    .Visa_Services_form .visa_promo_img::before {
        right: -25px;
    }
}

@media (max-width: 991px) {
    .Visa_Services_form .visa_promo_img .Promo_img_1 {
        margin-left: 25px;
    }
}

/*========Booking Details_area==========*/
.Booking_Details_area .card .card-header {
    background-color: var(--MainColor);
    color: #fff;
}

.Booking_Details_area .card .min-header {
    background-color: rgba(0, 0, 0, .03);
    color: #000;
    border-bottom: 0;
}

.Booking_Details_area .card .card-header .nav-tabs .nav-link {
    background-color: #eeeeee;
    color: #aeaeae;
}

    .Booking_Details_area .card .card-header .nav-tabs .nav-item.show .nav-link,
    .Booking_Details_area .card .card-header .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: 500;
    }

.Booking_Details_area .card .card-header .nav-tabs .nav-link {
    display: flex;
}

    .Booking_Details_area .card .card-header .nav-tabs .nav-item.show .nav-link span,
    .Booking_Details_area .card .card-header .nav-tabs .nav-link.active span {
        background-color: #0d71cc;
    }

    .Booking_Details_area .card .card-header .nav-tabs .nav-link span {
        width: 25px;
        height: 25px;
        display: block;
        text-align: center;
        background-color: #aeaeae;
        color: #fff;
        border-radius: 30px;
        margin-right: 10px;
        line-height: 1.9;
    }

/* Modern Order Card Styles */
.modern-order-card {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1.5px 6px rgba(0, 123, 255, 0.08);
    overflow: hidden;
    background: #fff;
}

    .modern-order-card .card-header {
        background: #125eaa !important;
        border-bottom: 1px solid #ec1d27 !important;
        color: #ffffff !important;
    }

    .modern-order-card .airport-icon {
        line-height: 1;
    }

    .modern-order-card .airport-title {
        font-size: 1.1rem;
    }

    .modern-order-card .airport-desc {
        color: #888;
    }

    .modern-order-card .airport-date {
        font-size: 13px;
        color: #888;
    }

    .modern-order-card .arrow-icon {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .modern-order-card .order-summary-divider {
        border-top: 1.5px dashed #e0e0e0;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .modern-order-card .order-summary-table td {
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
    }

    .modern-order-card .order-summary-table .order-total-row td {
        border-top: 2px solid #e0e0e0;
        font-size: 1.1rem;
        padding-top: -0.2rem;
    }

    .modern-order-card .order-summary-table .text-success {
        color: #28a745 !important;
    }

.TotalAmount_main .card-body .table td,
.TotalAmount_main .card-body .table th {
    border-top: 2px dashed #dee2e6;
}

.TotalAmount_main .card-body .table {
    margin: 0;
}

    .TotalAmount_main .card-body .table tr:first-child td,
    .TotalAmount_main .card-body .table tr:last-child td {
        border-top: 0;
    }

    .TotalAmount_main .card-body .table td {
        font-size: 12px;
        font-weight: 500;
    }

        .TotalAmount_main .card-body .table td:last-child {
            text-align: right;
        }

    .TotalAmount_main .card-body .table tr:last-child td {
        background-color: var(--MainColor);
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

.TotalAmount_main .card-body .in p,
.TotalAmount_main .card-body .out p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #A6A6A6;
}

.paymontmothord .nav-pills .nav-link {
    padding: 1.5rem 2rem;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    margin: 3px;
    color: #989898;
    text-align: left;
}

    .paymontmothord .nav-pills .nav-link i {
        font-size: 20px;
        margin-right: 10px;
    }

    .paymontmothord .nav-pills .nav-link.active,
    .paymontmothord .nav-pills .show > .nav-link {
        color: #0d71cc;
        background-color: #fff;
        border: solid 1px #0d71cc;
    }

.tabby_icon,
.Upi_icon {
    width: 50px;
}

.tabby_timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .tabby_timeline:before {
        content: '';
        position: absolute;
        top: 10px;
        bottom: 7px;
        width: 2px;
        background-color: #3dffbc;
        left: 9px;
    }

    .tabby_timeline li {
        padding-left: 30px;
        position: relative;
        margin: 15px auto;
        color: #878787;
    }

        .tabby_timeline li span {
            float: right;
            font-weight: 600;
        }

        .tabby_timeline li:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #ffffff;
            border: 2px solid #3dffbc;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .tabby_timeline li.active:before {
            background-color: #3dffbc;
            border: 2px solid #3dffbc;
        }

.taby_nav li .nav-link.active {
    background-color: #3dffbc;
    color: #6c6c6c !important;
    font-weight: 600;
}

.taby_nav li .nav-link {
    border-radius: 20px;
    padding: 15px 20px;
    color: #a1a1a1;
    background-color: #f5f5f5;
}

.taby_nav li:first-child .nav-link {
    margin-right: 10px;
}

.taby_nav li:last-child .nav-link {
    margin-left: 10px;
}

.bank_deatils tr td {
    font-weight: 600;
}

    .bank_deatils tr td:first-child {
        padding-left: 0;
    }

    .bank_deatils tr td:last-child {
        padding-right: 0;
    }

.bank_deatils tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

/*=====footer=====*/
.footer {
    background-color: var(--MainColor);
}

.company-info,
.subscribe_now,
.social_main {
    margin-bottom: 60px;
}

.footer p,
.footer .Quick-links-main .nav li a {
    color: #A3CCF0;
}

.footer .company-info img {
    width: 140px;
    margin-bottom: 15px;
}

.footer .company-info p,
.footer .Quick-links-main .nav li a,
.subscribe_now .form-control,
.subscribe_now .form-control:focus {
    font-size: 12px;
}

.Quick-links-main {
    padding: 0 35px;
    padding-right: 0;
}

    .Quick-links-main hr {
        border-top: 1px dashed rgb(255 255 255 / 11%);
    }

.subscribe_now h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.subscribe_now .form-control,
.subscribe_now .form-control:focus {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    color: #fff;
    outline: 0;
    box-shadow: none;
    padding-left: 0;
}

.subscribe_now .btn img {
    width: 18px;
}

.social_main h6 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.social_main .social-links a {
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
}

    .social_main .social-links a:first-child {
        padding-left: 0;
    }

    .social_main .social-links a:last-child {
        padding-right: 0;
    }

.InfoIATA img {
    width: 41px;
}

.InfoTripadvisor img {
    width: 121px;
}

.Quick-links-main .nav .nav-item .nav-link {
    padding-left: 0;
}

.Quick-links-main .nav .footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.footer-bootom {
    background-color: #004A8C;
    color: #fff;
    display: block;
    padding: 10px 0px;
    font-size: 10px;
}

.subscribe-section {
    border-radius: 15px;
    overflow: hidden;
    background: #FCFCFC;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.subscribe-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subscribe-content {
    padding: 40px;
}

    .subscribe-content h3 {
        font-size: 35px;
    }

    .subscribe-content .content_fram {
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }

@media (max-width: 767px) {
    .subscribe-content {
        padding: 20px;
    }
}

.subscribe-input {
    border-radius: 50px;
    padding: 12px 20px;
    height: 54px;
    padding-right: 140px;
    line-height: 7.1;
}

.sub_inputfram {
    display: block;
    position: relative;
}

.subscribe-btn {
    border-radius: 50px;
    padding: 10px 25px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.ads_frams {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
}

/*=====footer=====*/

/*--Rresposve--*/
@media screen and (min-width:991px) and (max-width:1482px) {
    .main-menu .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 11px !important;
        font-size: 14px !important;
    }
}

@media screen and (min-width:1199px) and (max-width:1233px) {
    .contact_button {
        font-size: 13px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1271px) {
    .row-box .book-icon {
        display: none;
    }

    .row-box .book-deti {
        padding-left: 5px;
    }
}

@media screen and (min-width:1037px) and (max-width:1048px) {
    .row-box-divider {
        margin: auto 2px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .header-top {
        padding: 10px 15px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .buyForex_main {
        border-right: 0 !important;
    }

    /*margine*/
    .md-tb-100 {
        margin-top: 100px;
    }

    /* .search-button {
    position: absolute;
    right: 20px;
    top: 25px;
} */
    .Customizenow p {
        padding: 0 0px !important;
    }

    .Customizenow .Customiz-content li {
        padding: 0px 30px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .searchbox .input-wrrap {
        position: inherit;
    }

    .top-min-booking .nav-item {
        width: 16%;
        float: left;
        margin: 10px 0px;
        text-align: center;
    }

        .top-min-booking .nav-item .nav-link.active {
            background-color: transparent;
            border-color: transparent;
        }

        .top-min-booking .nav-item span {
            float: left;
            width: 100%;
            font-size: 13px;
        }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .booking-ban {
        margin-top: -168px !important;
    }
}


@media screen and (min-width:992px) and (max-width:1036px) {

    .row-box .book-deti,
    .row-box .book-deti .input-wrrap input {
        width: 90px;
    }

        .row-box .book-deti a.main-a {
            display: block;
            width: 90px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

@media (min-width: 1200px) {
    .trending-slider .card-title {
        width: 220px;
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; */
    }
}

@media (min-width: 992px) {
    .subscribe-content .content_fram {
        padding: 0 3em;
    }

    .main-menu .navbar .navbar-nav .nav-item .nav-link {
        padding: 20px 20px;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }

    .searchbox .dropdown-menu {
        top: 100% !important;
        /* transform: translate3d(0px, 0px, 0px) !important; */
    }

    .body_Clickable {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 80;
    }
}

@media (max-width: 1200px) {
    .trending-slider .card-title {
        width: 170px;
    }
}

@media (max-width: 991px) {
    .main-image .overflow {
        background: rgb(0 0 0 / 55%);
    }

    .main-image .bg-video-wrap h1 {
        font-size: 25px;
    }

    .about-us-main .travl-show-detils h6 {
        font-size: 25px;
    }

    .heder_select_main .nav-pills .nav-link {
        font-size: 12px;
    }

    .fs-dewn-20 {
        font-size: 20px;
    }

    .header-top {
        padding: 10px 15px;
        padding-bottom: 10px;
    }

    .navbar-toggler-icon img {
        width: 30px;
        margin: -3px 0px;
    }

    .top-menu-button[aria-expanded='true'] .navbar-toggler-icon i {
        display: none;
    }

    .top-menu-button[aria-expanded='true'] .navbar-toggler-icon .close-img {
        display: flex !important;
    }

    .fixed-top-onlymob {
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 970;
        background: #fff;
        box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    }

        .fixed-top-onlymob .navbar-nav .nav-item {
            border-bottom: 1px solid #efefef;
        }

            .fixed-top-onlymob .navbar-nav .nav-item:last-child {
                border: 0;
            }

            .fixed-top-onlymob .navbar-nav .nav-item .nav-link {
                padding: 0.6rem 1rem;
            }

    .moible_menu_open_set {
        width: 100%;
        height: auto;
        /* background-color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
        z-index: 2;
        position: relative;
        /* border-radius: 10px; */
        margin-bottom: 15px;
    }

        .moible_menu_open_set button:focus {
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        }

        .moible_menu_open_set button {
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
            width: 40px;
        }

    .menu-left-open {
        overflow: hidden;
    }

    .profile_menu_list,
    .left-side-filter {
        position: fixed;
        width: 50%;
        top: 0;
        bottom: 0;
        left: -1520px;
        right: 0;
        z-index: 1055;
        background: #fff;
        height: 100vh;
        border-radius: 0px;
        transition: left 0.3s ease-in-out;
    }

        .left-side-filter .divscrolling {
            overflow: auto;
            overflow-x: hidden;
            height: 100vh;
            padding-bottom: 10px;
        }

    .slider-wrapper.slider-ghost {
        padding: 10px 15px;
    }

    .left-side-filter .filter-left-menu-footer {
        padding: 7px 20px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }

    .profile_menu_list.menu-open,
    .left-side-filter.menu-open {
        left: 0;
    }

    /**--booking respose--**/
    .row-box-divider {
        display: none;
    }

    .searchbox .row-box {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #e7e7e7;
    }

        .searchbox .row-box:last-child {
            border: 0;
        }

    .searchbox {
        padding: 30px !important;
        border-radius: 5px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .search-button {
        position: relative;
        right: unset;
        top: unset;
        width: 100%;
    }

    .searchbox .search-button .btn {
        width: 100% !important;
        border-radius: 5px;
        /* height: 38px !important; */
        padding: 0.375rem 0.75rem !important;
    }

    .row-box .book-icon {
        width: auto;
        margin-left: 0 !important;
    }

    .row-box .book-deti {
        width: 230px;
    }

    .Customizenow p {
        font-size: 15px;
    }

    .new-mod-custo .Customizenow h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .container-fluid {
        padding: 0 15px;
    }

    .contect_form {
        padding: 20px;
    }

    .shorting-grup,
    .adonesection {
        justify-content: start;
    }

    .GlobelCustomPopup .modal-content .modal-body .success_messge {
        padding: 1px 10px;
    }
}

@media (max-width: 576px) {
    .about-wrappper-2 .about-image .cricle-shape {
        top: -5%;
        left: -2%;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .header-top .whatsup-btn {
        display: none;
    }

    .new-mod-custo .Customizenow {
        padding-bottom: 40px !important;
    }

    .header-top .logo img {
        width: 100%;
    }

    /*=Mobile=*/
    .mob-m-top-30 {
        margin-top: 30px;
    }

    .company-info,
    .subscribe_now,
    .social_main {
        margin-bottom: 30px;
    }

    .social_main {
        margin-bottom: 0px;
    }

    .Quick-links-main {
        padding: 0 35px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .Customizenow .Customiz-content {
        /* display: block; */
        display: flow-root;
    }

    .Customizenow h3 {
        font-size: 30px;
    }

    .Semi_title {
        font-size: 14px !important;
    }

    .Customizenow .Customiz-content li {
        padding: 20px 65px;
        float: left;
    }

    .trending-slider .item .card {
        height: auto;
    }

    .owl-carousel .owl-nav {
        top: -45px;
        right: 5px;
    }

    .mini_header {
        margin-left: 12px;
    }

    .addonview,
    .setingviewall {
        font-weight: 600;
        right: 10px;
        font-size: 10px;
    }

    .TravelTips_Main .setingviewall {
        top: -12px;
        right: 0;
    }

    .HotelsRecommended .card .card-details h5 {
        font-size: 15px;
    }

    .main-image img {
        height: 200px !important;
        object-fit: cover;
    }

    .main-image .bg-video-wrap,
    .main_index_slide .carousel-inner {
        height: 200px !important;
    }

        .main_index_slide .carousel-inner .carousel-item img {
            height: 200px !important;
            object-fit: fill;
        }

    .header-top {
        height: auto;
    }
}

@media (max-width: 483px) {
    .fixed-top-onlymob {
        top: 125px;
    }
}


/*===*/
.iti--inline-dropdown {
    width: 100%;
}

/* Custom styles */
.normel_inquiry-panel {
}

.inquiry_form {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.inquiry-panel {
    position: fixed;
    top: 0;
    right: -400px;
    /* Start off-screen */
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    padding: 20px;
    overflow-y: auto;
}

body.panel-open {
    overflow: hidden;
}

.inquiry-panel.show {
    right: 0;
    /* Slide in */
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

.panel-footer {
    padding: 15px 0 0;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-option {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

    .contact-option:hover {
        background: #e9ecef;
        transform: translateX(3px);
    }

.contact-icon {
    font-size: 20px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.whatsapp {
    color: #25D366;
}

.phone {
    color: #007bff;
}

.email {
    color: #6c757d;
}

.contact-text {
    flex: 1;
}

.contact-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.contact-detail {
    font-size: 0.9em;
    color: #6c757d;
}

@media (max-width: 576px) {
    .inquiry-panel {
        width: 100%;
        right: -100%;
    }
}

/* inedx page */
.normel_btn {
    border-radius: 20px;
    padding: 5px 25px;
    font-size: 13px;
}

.trending-slider a.normel_btn:hover {
    color: #fff !important;
}

.global_index .card .right-c img {
    object-fit: scale-down !important;
}

.global_index .item .card h5 {
    letter-spacing: 0px !important;
}

.Global_Visa_slider .item .card {
    height: 200px !important;
}

.ViewMore_btn {
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 15px;
    margin-top: 2em;
}

/* holiday package */
.card_link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.Hotel_pack_main .trending-slider .iamg_fram {
    height: 200px !important;
}

.Hotel_pack_main .trending-slider a.normel_btn:hover {
    color: #fff !important;
}

.Hotel_pack_main .trending-slider .card .card_footer a.btn {
    width: auto !important;
}

.Hotel_pack_main .roomdeatiles {
    text-align: center;
    margin-bottom: 0;
}

    .Hotel_pack_main .roomdeatiles span {
        display: inline-block;
        width: auto;
        margin: 10px;
        vertical-align: top;
    }

    .Hotel_pack_main .roomdeatiles i {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
    }

@media (min-width: 767px) {
    .Hotel_pack_main .trending-slider .card-title {
        width: 305px !important;
    }

    .Hotel_pack_main .roomdeatiles {
        min-height: 120px;
    }
}

@media (max-width: 1199px) {
    .Hotel_pack_main .trending-slider .card_footer .btn {
        width: 100% !important;
    }

    /* .Hotel_pack_main .trending-slider .card_footer a.normel_btn{
      margin-bottom: 10px;
    } */
}

/* global visa */
.Global_Visa_pack_main .trending-slider .card {
    cursor: pointer;
}

    .Global_Visa_pack_main .trending-slider .card .right-c img {
        object-fit: scale-down !important;
    }

.Global_Visa_pack_main .Global_Visa_slider .item .card h5 {
    letter-spacing: 0px !important;
}

.Global_Visa_pack_main .Global_Visa_slider .item .card {
    height: 200px !important;
}

@media (min-width: 767px) {
}

/* ummrah */
.ummra_pack_main .trending-slider .iamg_fram {
    height: 250px !important;
}

.ummra_pack_main .trending-slider a.normel_btn:hover {
    color: #fff !important;
}

@media (max-width: 1199px) {
    .ummra_pack_main .trending-slider .card_footer .btn {
        width: 100% !important;
    }

    .ummra_pack_main .trending-slider .card_footer a.normel_btn {
        margin-bottom: 10px;
    }
}

/* curuse */
.Cruise_pack_main .trending-slider .iamg_fram {
    height: 200px !important;
}

.Cruise_pack_main .normel_btn {
    border-radius: 20px;
    padding: 5px 18px;
    font-size: 13px;
}

.Cruise_pack_main .trending-slider a.normel_btn:hover {
    color: #fff !important;
}

.Cruise_pack_main .trending-slider .rating {
    top: 0px;
}

@media (min-width: 767px) {
    .Cruise_pack_main .trending-slider .card-title {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .Cruise_pack_main .trending-slider .card_footer .btn {
        width: 100% !important;
    }

    .Cruise_pack_main .trending-slider .card_footer a.normel_btn {
        margin-bottom: 10px;
    }
}

.Cruise_pack_main .tag_name {
    top: -2px;
    left: -2px;
    border-radius: 0;
    padding: 5px 25px;
    background-color: #125eaa;
    color: #fff;
    border-color: #fff;
}

.Cruise_pack_main .linthroprice {
    text-decoration: line-through;
    color: #8a8a8a;
    font-size: 13px;
}

/*tours and activities*/
.Tour_and_activtis_main .trending-slider .iamg_fram {
    height: 200px !important;
}

.Tour_and_activtis_main .trending-slider a.normel_btn:hover {
    color: #fff !important;
}

.Tour_and_activtis_main .HotelsRecommended .card img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

@media (min-width: 767px) {
    .Tour_and_activtis_main .trending-slider .card-title {
        width: 305px !important;
        line-height: normal;
        min-height: 40px;
    }
}

@media (max-width: 1199px) {
    .Tour_and_activtis_main .trending-slider .card_footer .btn {
        width: 100% !important;
    }

    .Tour_and_activtis_main .trending-slider .card_footer a.normel_btn {
        margin-bottom: 10px;
    }
}

/* ok to board pages area */
.ok_to_board_form .min_title, .dummy_tickets_main .min_title {
    font-size: 1.1rem;
    color: var(--SecondaryColor);
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.ok_to_board_form .sami_header {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
}

.ok_to_board_form p, .dummy_tickets_main p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ok_to_board_form .ok-board-pro-card {
    margin-bottom: 2.5rem;
}

.ok_to_board_form .pro-card-info {
    border-top-left-radius: 2.2rem;
    border-bottom-left-radius: 2.2rem;
    min-height: 420px;
}

.ok_to_board_form .pro-card-image {
    border-top-right-radius: 2.2rem;
    border-bottom-right-radius: 2.2rem;
    min-height: 420px;
}

.ok_to_board_form .pro-card-icon {
    font-size: 2.3rem;
    color: #1ec6b6;
    background: #eaf6f6;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.10);
}

.ok_to_board_form .pro-card-features, .dummy_tickets_main .pro-card-features {
    list-style: none;
    padding-left: 0;
}

    .ok_to_board_form .pro-card-features li, .dummy_tickets_main .pro-card-features li {
        font-size: 16px;
        color: var(--MainColor);
        padding: 8px 0;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

        .ok_to_board_form .pro-card-features li i, .dummy_tickets_main .pro-card-features li i {
            color: var(--SecondaryColor);
            font-size: 1.2rem;
            margin-right: 10px;
        }

.ok_to_board_form .ok_board_img_frame {
    position: relative;
    max-width: 340px;
    max-height: 400px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
}

    .ok_to_board_form .ok_board_img_frame::after {
        content: "";
        position: absolute;
        left: 50px;
        right: -20px;
        top: 80px;
        bottom: -33px;
        border-radius: 1rem;
        border: 2.5px solid #1ec6b6;
        z-index: 0;
    }

    .ok_to_board_form .ok_board_img_frame img {
        border-radius: 1.5rem;
        object-fit: cover;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: relative;
        box-shadow: 0 6px 24px rgba(30, 198, 182, 0.13), 0 1.5px 24px rgba(0, 0, 0, 0.06);
    }

.ok_to_board_form .ok_board_stamp_frame {
    position: relative;
    max-width: 340px;
    max-height: 400px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
    top: 80px;
}

    .ok_to_board_form .ok_board_stamp_frame::after {
        content: '';
        position: absolute;
        left: 50px;
        right: -30px;
        top: 80px;
        bottom: -33px;
        border-radius: 1rem;
        border: 2px solid #ff4a52;
    }

    .ok_to_board_form .ok_board_stamp_frame img {
        border-radius: 1rem;
        object-fit: cover;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: relative;
        box-shadow: 0 6px 24px rgba(30, 198, 182, 0.13), 0 1.5px 24px rgba(0, 0, 0, 0.06);
    }

.ok_to_board_form .ok-board-imgs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    min-height: 320px;
    padding: 30px;
}

@media (max-width: 991px) {
    .ok_to_board_form .ok-board-imgs-center {
        flex-direction: column;
        gap: 0;
        min-height: 0;
    }
}

@media (max-width: 991px) {
    .ok_to_board_form .ok-board-pro-card {
        flex-direction: column;
        border-radius: 1.2rem;
    }

    .ok_to_board_form .pro-card-info,
    .ok_to_board_form .pro-card-image {
        border-radius: 1.2rem !important;
        min-height: 0;
    }
}

/* Careers Section */
.careers-card {
    background: rgba(255,255,255,0.85);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1.5px 6px rgba(0,123,255,0.08);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    transition: box-shadow 0.2s;
    border: 1.5px solid #e3eafc;
}

    .careers-card strong {
        font-size: 1.25rem;
        color: #0073e6;
        letter-spacing: 0.5px;
        margin-bottom: 0.75rem;
        display: block;
    }

    .careers-card p {
        font-size: 1.08rem;
        color: #222;
        line-height: 1.7;
        margin-bottom: 0.5rem;
    }

.careers-benefits-list {
    font-size: 1.05rem;
    color: #444;
    padding-left: 0 !important;
}

    .careers-benefits-list li {
        margin-bottom: 0.5rem;
        position: relative;
        padding-left: 30px;
    }

        .careers-benefits-list li:before {
            content: '\f058';
            font-family: 'FontAwesome';
            color: #0073e6;
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 1em;
        }

@media (max-width: 991px) {
    .careers-card {
        padding: 1.2rem 0.8rem 1rem 0.8rem;
    }

        .careers-card strong {
            font-size: 1.1rem;
        }
}

/* visa requirements */
.visa_requirement_checker_main .visa-checker-card {
    max-width: 540px;
    margin: 2.5rem auto;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px rgba(30,198,182,0.10), 0 1.5px 24px rgba(0,0,0,0.06);
    padding: 2.5rem 2rem;
}

.visa_requirement_checker_main .visa-checker-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #1ec6b6;
    margin-bottom: 1.2rem;
    text-align: center;
}

.visa_requirement_checker_main .form-label {
    font-weight: 600;
    color: #222;
}

.visa_requirement_checker_main .form-control, .visa_requirement_checker_main .custom-select {
    border-radius: 0.7rem;
    font-size: 1.08rem;
}

.visa_requirement_checker_main .btn-check-req {
    background: linear-gradient(90deg, #1ec6b6 0%, #ff4a52 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 0.7rem;
    padding: 0.7rem 2.2rem;
    font-size: 1.15rem;
    box-shadow: 0 2px 8px rgba(30,198,182,0.10);
    transition: background 0.2s;
}

    .visa_requirement_checker_main .btn-check-req:hover {
        background: linear-gradient(90deg, #ff4a52 0%, #1ec6b6 100%);
        color: #fff;
    }

.visa_requirement_checker_main .visa-result-card {
    margin-top: 2.5rem;
    background: #f8f9fa;
    border-radius: 1.2rem;
    box-shadow: 0 2px 8px rgba(30,198,182,0.10);
    padding: 2rem 1.5rem;
    font-size: 1.08rem;
}

    .visa_requirement_checker_main .visa-result-card h5 {
        color: #1ec6b6;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.visa_requirement_checker_main .visa-result-list {
    list-style: none;
    padding-left: 0;
}

    .visa_requirement_checker_main .visa-result-list li {
        margin-bottom: 0.7rem;
        display: flex;
        align-items: center;
    }

    .visa_requirement_checker_main .visa-result-list i {
        color: #1ec6b6;
        margin-right: 10px;
        font-size: 1.2rem;
    }

.visa_requirement_checker_main .visa-cta-btn {
    margin-top: 1.5rem;
    background: #1ec6b6;
    color: #fff;
    font-weight: 600;
    border-radius: 0.7rem;
    padding: 0.7rem 2.2rem;
    font-size: 1.08rem;
    box-shadow: 0 2px 8px rgba(30,198,182,0.10);
    transition: background 0.2s;
    display: inline-block;
}

    .visa_requirement_checker_main .visa-cta-btn:hover {
        background: #ff4a52;
        color: #fff;
    }

@media (max-width: 600px) {
    .visa_requirement_checker_main .visa-checker-card, .visa_requirement_checker_main .visa-result-card {
        padding: 1.2rem 0.5rem;
    }
}

.visa_requirement_checker_main .visa-seo-rich-content {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 2px 8px rgba(30,198,182,0.08);
    padding: 2.2rem 1.5rem;
    margin: 2rem auto 2.5rem auto;
    color: #222;
    text-align: center;
}

    .visa_requirement_checker_main .visa-seo-rich-content h2, .visa_requirement_checker_main .visa-seo-rich-content h3 {
        color: #252525;
        font-weight: 700;
        text-align: center;
        margin-bottom: 1.1rem;
    }

    .visa_requirement_checker_main .visa-seo-rich-content ul {
        padding-left: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .visa_requirement_checker_main .visa-seo-rich-content li {
        margin-bottom: 0.6rem;
        font-size: 1.08rem;
    }

    .visa_requirement_checker_main .visa-seo-rich-content p {
        font-size: 1.08rem;
        margin-bottom: 1.1rem;
        text-align: center;
    }

@media (max-width: 600px) {
    .visa_requirement_checker_main .visa-seo-rich-content {
        padding: 1.2rem 0.5rem;
        max-width: 100%;
    }

        .visa_requirement_checker_main .visa-seo-rich-content h2, .visa_requirement_checker_main .visa-seo-rich-content h3 {
            font-size: 1.2rem;
        }
}

/* DETAILS PAGES STYLES */

.deatiled_page .main_tilte_image_Add {
    background-size: cover;
    background-position: center;
}

.deatiled_page .cruise_img {
    background-image: url('../img/Cruise_deatiespage.jpeg');
}

.deatiled_page .hero-section {
    min-height: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.deatiled_page .hero-content {
    max-width: 600px;
    background: rgb(85 50 146 / 86%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    border-radius: 1.5rem;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    margin-top: 32px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s;
}

    .deatiled_page .hero-content:hover {
        box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.22);
    }


.deatiled_page .tour-title {
    font-size: 3rem;
    font-weight: 700;
}

.deatiled_page .tour-location {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.deatiled_page .tour-price {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(255, 255, 255, 0.13);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin-top: 10px;
}

.deatiled_page .tour-meta {
    display: flex;
    margin-bottom: 30px;
}

.deatiled_page .tour-meta-item {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

    .deatiled_page .tour-meta-item i {
        margin-right: 8px;
        color: #ec1d27;
    }

.deatiled_page .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

    .deatiled_page .section-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background-color: #125eaa;
    }

.deatiled_page .overview-item {
    margin-bottom: 20px;
}

.deatiled_page .overview-icon {
    font-size: 1.5rem;
    color: #125eaa;
    margin-right: 15px;
}

.deatiled_page .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

    .deatiled_page .gallery-item img {
        transition: transform 0.3s;
        width: 100%;
    }

    .deatiled_page .gallery-item:hover img {
        transform: scale(1.05);
    }

.deatiled_page .itinerary-day {
    margin-bottom: 30px;
    border-left: 3px solid #125eaa;
    padding-left: 20px;
}

.deatiled_page .day-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page .review-item {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.deatiled_page .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .deatiled_page .review-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
    }

.deatiled_page .review-rating {
    color: #ffc107;
}


.deatiled_page .price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page .timeline-itinerary {
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8fafc 60%, #eaf6f6 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
}

.deatiled_page .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    padding-left: 0;
}

    .deatiled_page .timeline-item:last-child {
        margin-bottom: 0;
    }

.deatiled_page .timeline-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 16px rgba(255, 74, 82, 0.10);
    margin-right: 24px;
    margin-left: 18px;
    background: #fff;
    border: 3px solid #125eaa;
    z-index: 2;
    transition: transform 0.2s;
}

.deatiled_page .timeline-item:hover .timeline-icon {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
}

.deatiled_page .timeline-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 20px 28px 14px 28px;
    min-width: 0;
    flex: 1;
    position: relative;
}

.deatiled_page .timeline-day {
    display: inline-block;
    font-weight: 700;
    color: #125eaa;
    margin-bottom: 8px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* Stepper line */
.deatiled_page .timeline-item:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 56px;
    width: 3px;
    height: calc(100% - 56px);
    background: linear-gradient(to bottom, #125eaa 60%, #1ec6b6 100%);
    z-index: 1;
    border-radius: 2px;
}

.deatiled_page .timeline-item:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    .deatiled_page .timeline-content {
        padding: 16px 12px 10px 16px;
    }

    .deatiled_page .timeline-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
        margin-left: 8px;
        margin-right: 14px;
    }

    .deatiled_page .timeline-item:before {
        left: 28px;
    }
}

@media (max-width: 767px) {
    .deatiled_page .timeline-itinerary {
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(30, 198, 182, 0.08);
        padding: 8px 0;
    }

    .deatiled_page .timeline-item {
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        margin-bottom: 32px;
    }

    .deatiled_page .timeline-icon {
        margin: 0 auto 10px auto;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .deatiled_page .timeline-content {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page .timeline-item:before {
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
    }
}

@media (max-width: 480px) {
    .deatiled_page .timeline-content {
        padding: 10px 4px 6px 4px;
        font-size: 0.97rem;
    }

    .deatiled_page .timeline-day {
        font-size: 1rem;
    }
}


.deatiled_page .star-rating i {
    font-size: 1.6rem;
    color: #ffc107;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 2px;
}

    .deatiled_page .star-rating i.far {
        color: #ccc;
    }

.deatiled_page .review-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 18px 18px 12px 18px;
    margin-bottom: 22px;
    position: relative;
}

.deatiled_page .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .deatiled_page .review-author img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 12px;
        object-fit: cover;
        border: 2px solid #eee;
    }

.deatiled_page .review-rating {
    color: #ffc107;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .deatiled_page #reviewForm {
        padding: 12px 6px;
    }

    .deatiled_page .review-item {
        padding: 12px 8px 8px 8px;
    }

    .deatiled_page .review-author img {
        width: 38px;
        height: 38px;
    }
}


.deatiled_page .calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    margin-top: 10px;
    margin-bottom: 10px;
}

.deatiled_page .ui-datepicker {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.09);
    border: none;
    padding: 10px 16px 16px 16px;
    width: 320px;
    margin: 0 auto;
}

.deatiled_page .ui-datepicker-header {
    background: #1ec6b6;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.deatiled_page .ui-datepicker-calendar td a {
    background: #f8fafc;
    color: #333;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

    .deatiled_page .ui-datepicker-calendar td a.ui-state-active,
    .deatiled_page .ui-datepicker-calendar td a:hover {
        background: #ff4a52;
        color: #fff;
    }

.deatiled_page .ui-datepicker-calendar .ui-state-disabled span {
    color: #ccc !important;
    opacity: 0.7;
}

@media (max-width: 480px) {
    .deatiled_page .ui-datepicker {
        width: 100% !important;
        min-width: 0;
    }
}


.deatiled_page .booking-widget {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .deatiled_page .booking-widget .input-group-text {
        background-color: transparent;
        border-right: 0;
    }

    .deatiled_page .booking-widget .form-control {
        border-left: 0;
        border-radius: 0.5rem !important;
    }

        .deatiled_page .booking-widget .form-control:focus {
            box-shadow: none;
            border-color: #ced4da;
        }

    .deatiled_page .booking-widget .input-group .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .deatiled_page .booking-widget .input-group .input-group-prepend .input-group-text {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 0.5rem;
    }

    .deatiled_page .booking-widget h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.deatiled_page .ticket-item,
.deatiled_page .extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.deatiled_page .ticket-info {
    line-height: 1.2;
}

    .deatiled_page .ticket-info strong {
        display: block;
        font-size: 1rem;
        color: #333;
    }

    .deatiled_page .ticket-info small {
        color: #6c757d;
    }

.deatiled_page .quantity-stepper {
    display: flex;
    align-items: center;
}

    .deatiled_page .quantity-stepper button {
        background-color: #e9ecef;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-weight: bold;
        color: #495057;
    }

    .deatiled_page .quantity-stepper .quantity-input {
        width: 40px;
        text-align: center;
        border: none;
        background: transparent;
        font-weight: 500;
        font-size: 1.1rem;
    }

.deatiled_page .extra-item .form-check-label {
    line-height: 1.2;
}

.deatiled_page .extra-item strong {
    display: block;
}

.deatiled_page .extra-item small {
    color: #6c757d;
}

.deatiled_page .total-line {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.deatiled_page .book-now-btn {
    background-color: #f07c41;
    border-color: #f07c41;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

    .deatiled_page .book-now-btn:hover {
        background-color: #e86a2c;
        border-color: #e86a2c;
    }

    .deatiled_page .book-now-btn .fa-arrow-right {
        /* transform: rotate(-45deg); */
        margin-left: 5px;
    }



.deatiled_page .pro-list-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 28px 28px 18px 28px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
}

.deatiled_page .pro-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .deatiled_page .pro-list li {
        font-size: 1.02rem;
        color: #222;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        align-items: flex-start;
    }

        .deatiled_page .pro-list li:last-child {
            border-bottom: none;
        }

.deatiled_page .pro-icon {
    display: inline-block;
    width: 28px;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.deatiled_page .pro-icon-include {
    color: #1a936f;
}

.deatiled_page .pro-icon-exclude {
    color: #c0392b;
}

@media (max-width: 767px) {
    .deatiled_page .pro-list-box {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page .pro-list li {
        font-size: 0.98rem;
        padding: 8px 0 8px 0;
    }

    .deatiled_page .pro-icon {
        width: 22px;
        font-size: 1rem;
        margin-right: 7px;
    }
}




/* Modern Alternating Timeline Styles */
.deatiled_page .itinerary-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .deatiled_page .itinerary-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e3e3e3;
        transform: translateX(-50%);
        z-index: 0;
    }

.deatiled_page .itinerary-event {
    position: relative;
    width: 50%;
    padding: 24px 32px;
    box-sizing: border-box;
}

    .deatiled_page .itinerary-event.left {
        left: 0;
        text-align: right;
    }

    .deatiled_page .itinerary-event.right {
        left: 50%;
        text-align: left;
    }

.deatiled_page .itinerary-dot {
    position: absolute;
    top: 32px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid #1ec6b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #1ec6b6;
    z-index: 2;
}

.deatiled_page .itinerary-event.left .itinerary-dot {
    right: -22px;
}

.deatiled_page .itinerary-event.right .itinerary-dot {
    left: -22px;
}

.deatiled_page .itinerary-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 20px 24px;
    display: inline-block;
    min-width: 240px;
    max-width: 420px;
    vertical-align: top;
}

.deatiled_page .itinerary-day {
    font-weight: 600;
    color: #ff4a52;
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.deatiled_page .itinerary-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.deatiled_page .itinerary-card p {
    margin-bottom: 0;
    color: #444;
    font-size: 1rem;
}

@media (max-width: 991px) {

    .deatiled_page .itinerary-event,
    .deatiled_page .itinerary-event.left,
    .deatiled_page .itinerary-event.right {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 60px;
        padding-right: 0;
    }

    .deatiled_page .itinerary-timeline:before {
        left: 24px;
    }

    .deatiled_page .itinerary-dot {
        left: 0 !important;
        right: auto !important;
    }
}

@media (max-width: 575px) {
    .deatiled_page .itinerary-card {
        padding: 14px 10px;
        min-width: 0;
        max-width: 100%;
    }

    .deatiled_page .itinerary-event {
        padding-left: 54px;
    }

    .deatiled_page .itinerary-dot {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        top: 18px;
    }
}



/* Gallery Grid & Lightbox */
.deatiled_page .gallery-grid {
    margin: 0 -8px;
}

.deatiled_page .gallery-col {
    padding: 0 8px 16px 8px;
}

.deatiled_page .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(30, 198, 182, 0.07);
    background: #fff;
}

.deatiled_page .gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}

.deatiled_page .gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.deatiled_page .gallery-hidden {
    display: none;
}

.deatiled_page #gallery-view-more {
    margin-top: 8px;
    font-weight: 600;
    border-radius: 24px;
}

/* Lightbox Modal */
.deatiled_page .gallery-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, 0.92);
    flex-direction: column;
}

.deatiled_page .gallery-lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}

.deatiled_page .gallery-lightbox-close {
    position: absolute;
    top: 32px;
    right: 48px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.2s;
}

    .deatiled_page .gallery-lightbox-close:hover {
        color: #ff4a52;
    }

.deatiled_page .gallery-lightbox-prev,
.deatiled_page .gallery-lightbox-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    padding: 0px 20px;
    border-radius: 50%;
    background: rgba(30, 198, 182, 0.18);
    transform: translateY(-50%);
    z-index: 10001;
    transition: background 0.2s;
}

.deatiled_page .gallery-lightbox-prev {
    left: 32px;
}

.deatiled_page .gallery-lightbox-next {
    right: 32px;
}

    .deatiled_page .gallery-lightbox-prev:hover,
    .deatiled_page .gallery-lightbox-next:hover {
        background: #1ec6b6;
        color: #fff;
    }

@media (max-width: 991px) {
    .deatiled_page .gallery-img {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .deatiled_page .gallery-img {
        height: 120px;
    }

    .deatiled_page .gallery-lightbox-img {
        max-width: 98vw;
        max-height: 60vh;
    }

    .deatiled_page .gallery-lightbox-close {
        top: 12px;
        right: 18px;
        font-size: 2rem;
    }

    .deatiled_page .gallery-lightbox-prev,
    .deatiled_page .gallery-lightbox-next {
        font-size: 2rem;
        left: 8px;
        right: 8px;
    }
}

/* details 2 */
.deatiled_page_2 .hero-section {
    min-height: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.deatiled_page_2 .main_tilte_image_Add {
    background-image: url('../img/Tourism Image/Holidays/1.jpg');
    background-size: cover;
    background-position: center;
}

.deatiled_page_2 .hero-content {
    max-width: 600px;
    background: rgb(85 50 146 / 86%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    border-radius: 1.5rem;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    margin-top: 32px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s;
}

    .deatiled_page_2 .hero-content:hover {
        box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.22);
    }


.deatiled_page_2 .tour-title {
    font-size: 3rem;
    font-weight: 700;
}

.deatiled_page_2 .tour-location {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.deatiled_page_2 .tour-price {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(255, 255, 255, 0.13);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin-top: 10px;
}

.deatiled_page_2 .tour-meta {
    display: flex;
    margin-bottom: 30px;
}

.deatiled_page_2 .tour-meta-item {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

    .deatiled_page_2 .tour-meta-item i {
        margin-right: 8px;
        color: #ec1d27;
    }

.deatiled_page_2 .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

    .deatiled_page_2 .section-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background-color: #125eaa;
    }

.deatiled_page_2 .overview-item {
    margin-bottom: 20px;
}

.deatiled_page_2 .overview-icon {
    font-size: 1.5rem;
    color: #125eaa;
    margin-right: 15px;
}

.deatiled_page_2 .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

    .deatiled_page_2 .gallery-item img {
        transition: transform 0.3s;
        width: 100%;
    }

    .deatiled_page_2 .gallery-item:hover img {
        transform: scale(1.05);
    }

.deatiled_page_2 .itinerary-day {
    margin-bottom: 30px;
    border-left: 3px solid #125eaa;
    padding-left: 20px;
}

.deatiled_page_2 .day-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_2 .review-item {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.deatiled_page_2 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .deatiled_page_2 .review-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
    }

.deatiled_page_2 .review-rating {
    color: #ffc107;
}


.deatiled_page_2 .price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_2 .timeline-itinerary {
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8fafc 60%, #eaf6f6 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
}

.deatiled_page_2 .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    padding-left: 0;
}

    .deatiled_page_2 .timeline-item:last-child {
        margin-bottom: 0;
    }

.deatiled_page_2 .timeline-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 16px rgba(255, 74, 82, 0.10);
    margin-right: 24px;
    margin-left: 18px;
    background: #fff;
    border: 3px solid #125eaa;
    z-index: 2;
    transition: transform 0.2s;
}

.deatiled_page_2 .timeline-item:hover .timeline-icon {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
}

.deatiled_page_2 .timeline-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 20px 28px 14px 28px;
    min-width: 0;
    flex: 1;
    position: relative;
}

.deatiled_page_2 .timeline-day {
    display: inline-block;
    font-weight: 700;
    color: #125eaa;
    margin-bottom: 8px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* Stepper line */
.deatiled_page_2 .timeline-item:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 56px;
    width: 3px;
    height: calc(100% - 56px);
    background: linear-gradient(to bottom, #125eaa 60%, #1ec6b6 100%);
    z-index: 1;
    border-radius: 2px;
}

.deatiled_page_2 .timeline-item:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    .deatiled_page_2 .timeline-content {
        padding: 16px 12px 10px 16px;
    }

    .deatiled_page_2 .timeline-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
        margin-left: 8px;
        margin-right: 14px;
    }

    .deatiled_page_2 .timeline-item:before {
        left: 28px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_2 .timeline-itinerary {
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(30, 198, 182, 0.08);
        padding: 8px 0;
    }

    .deatiled_page_2 .timeline-item {
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        margin-bottom: 32px;
    }

    .deatiled_page_2 .timeline-icon {
        margin: 0 auto 10px auto;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .deatiled_page_2 .timeline-content {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_2 .timeline-item:before {
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
    }
}

@media (max-width: 480px) {
    .deatiled_page_2 .timeline-content {
        padding: 10px 4px 6px 4px;
        font-size: 0.97rem;
    }

    .deatiled_page_2 .timeline-day {
        font-size: 1rem;
    }
}


.deatiled_page_2 .star-rating i {
    font-size: 1.6rem;
    color: #ffc107;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 2px;
}

    .deatiled_page_2 .star-rating i.far {
        color: #ccc;
    }

.deatiled_page_2 .review-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 18px 18px 12px 18px;
    margin-bottom: 22px;
    position: relative;
}

.deatiled_page_2 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .deatiled_page_2 .review-author img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 12px;
        object-fit: cover;
        border: 2px solid #eee;
    }

.deatiled_page_2 .review-rating {
    color: #ffc107;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .deatiled_page_2 #reviewForm {
        padding: 12px 6px;
    }

    .deatiled_page_2 .review-item {
        padding: 12px 8px 8px 8px;
    }

    .deatiled_page_2 .review-author img {
        width: 38px;
        height: 38px;
    }
}


.deatiled_page_2 .calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    margin-top: 10px;
    margin-bottom: 10px;
}

.deatiled_page_2 .ui-datepicker {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.09);
    border: none;
    padding: 10px 16px 16px 16px;
    width: 320px;
    margin: 0 auto;
}

.deatiled_page_2 .ui-datepicker-header {
    background: #1ec6b6;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.deatiled_page_2 .ui-datepicker-calendar td a {
    background: #f8fafc;
    color: #333;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

    .deatiled_page_2 .ui-datepicker-calendar td a.ui-state-active,
    .deatiled_page_2 .ui-datepicker-calendar td a:hover {
        background: #ff4a52;
        color: #fff;
    }

.deatiled_page_2 .ui-datepicker-calendar .ui-state-disabled span {
    color: #ccc !important;
    opacity: 0.7;
}

@media (max-width: 480px) {
    .deatiled_page_2 .ui-datepicker {
        width: 100% !important;
        min-width: 0;
    }
}


.deatiled_page_2 .booking-widget {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .deatiled_page_2 .booking-widget .input-group-text {
        background-color: transparent;
        border-right: 0;
    }

    .deatiled_page_2 .booking-widget .form-control {
        border-left: 0;
        border-radius: 0.5rem !important;
    }

        .deatiled_page_2 .booking-widget .form-control:focus {
            box-shadow: none;
            border-color: #ced4da;
        }

    .deatiled_page_2 .booking-widget .input-group .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .deatiled_page_2 .booking-widget .input-group .input-group-prepend .input-group-text {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 0.5rem;
    }

    .deatiled_page_2 .booking-widget h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.deatiled_page_2 .ticket-item,
.deatiled_page_2 .extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.deatiled_page_2 .ticket-info {
    line-height: 1.2;
}

    .deatiled_page_2 .ticket-info strong {
        display: block;
        font-size: 1rem;
        color: #333;
    }

    .deatiled_page_2 .ticket-info small {
        color: #6c757d;
    }

.deatiled_page_2 .quantity-stepper {
    display: flex;
    align-items: center;
}

    .deatiled_page_2 .quantity-stepper button {
        background-color: #e9ecef;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-weight: bold;
        color: #495057;
    }

    .deatiled_page_2 .quantity-stepper .quantity-input {
        width: 40px;
        text-align: center;
        border: none;
        background: transparent;
        font-weight: 500;
        font-size: 1.1rem;
    }

.deatiled_page_2 .extra-item .form-check-label {
    line-height: 1.2;
}

.deatiled_page_2 .extra-item strong {
    display: block;
}

.deatiled_page_2 .extra-item small {
    color: #6c757d;
}

.deatiled_page_2 .total-line {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.deatiled_page_2 .book-now-btn {
    background-color: #f07c41;
    border-color: #f07c41;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

    .deatiled_page_2 .book-now-btn:hover {
        background-color: #e86a2c;
        border-color: #e86a2c;
    }

    .deatiled_page_2 .book-now-btn .fa-arrow-right {
        /* transform: rotate(-45deg); */
        margin-left: 5px;
    }



.deatiled_page_2 .pro-list-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 28px 28px 18px 28px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
}

.deatiled_page_2 .pro-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .deatiled_page_2 .pro-list li {
        font-size: 1.02rem;
        color: #222;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        align-items: flex-start;
    }

        .deatiled_page_2 .pro-list li:last-child {
            border-bottom: none;
        }

.deatiled_page_2 .pro-icon {
    display: inline-block;
    width: 28px;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.deatiled_page_2 .pro-icon-include {
    color: #1a936f;
}

.deatiled_page_2 .pro-icon-exclude {
    color: #c0392b;
}

@media (max-width: 767px) {
    .deatiled_page_2 .pro-list-box {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_2 .pro-list li {
        font-size: 0.98rem;
        padding: 8px 0 8px 0;
    }

    .deatiled_page_2 .pro-icon {
        width: 22px;
        font-size: 1rem;
        margin-right: 7px;
    }
}




/* Modern Alternating Timeline Styles */
.deatiled_page_2 .itinerary-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .deatiled_page_2 .itinerary-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e3e3e3;
        transform: translateX(-50%);
        z-index: 0;
    }

.deatiled_page_2 .itinerary-event {
    position: relative;
    width: 50%;
    padding: 24px 32px;
    box-sizing: border-box;
}

    .deatiled_page_2 .itinerary-event.left {
        left: 0;
        text-align: right;
    }

    .deatiled_page_2 .itinerary-event.right {
        left: 50%;
        text-align: left;
    }

.deatiled_page_2 .itinerary-dot {
    position: absolute;
    top: 32px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid #1ec6b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #1ec6b6;
    z-index: 2;
}

.deatiled_page_2 .itinerary-event.left .itinerary-dot {
    right: -22px;
}

.deatiled_page_2 .itinerary-event.right .itinerary-dot {
    left: -22px;
}

.deatiled_page_2 .itinerary-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 20px 24px;
    display: inline-block;
    min-width: 240px;
    max-width: 420px;
    vertical-align: top;
}

.deatiled_page_2 .itinerary-day {
    font-weight: 600;
    color: #ff4a52;
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.deatiled_page_2 .itinerary-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.deatiled_page_2 .itinerary-card p {
    margin-bottom: 0;
    color: #444;
    font-size: 1rem;
}

@media (max-width: 991px) {

    .deatiled_page_2 .itinerary-event,
    .deatiled_page_2 .itinerary-event.left,
    .deatiled_page_2 .itinerary-event.right {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 60px;
        padding-right: 0;
    }

    .deatiled_page_2 .itinerary-timeline:before {
        left: 24px;
    }

    .deatiled_page_2 .itinerary-dot {
        left: 0 !important;
        right: auto !important;
    }
}

@media (max-width: 575px) {
    .deatiled_page_2 .itinerary-card {
        padding: 14px 10px;
        min-width: 0;
        max-width: 100%;
    }

    .deatiled_page_2 .itinerary-event {
        padding-left: 54px;
    }

    .deatiled_page_2 .itinerary-dot {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        top: 18px;
    }
}



/* Gallery Grid & Lightbox */
.deatiled_page_2 .gallery-grid {
    margin: 0 -8px;
}

.deatiled_page_2 .gallery-col {
    padding: 0 8px 16px 8px;
}

.deatiled_page_2 .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(30, 198, 182, 0.07);
    background: #fff;
}

.deatiled_page_2 .gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}

.deatiled_page_2 .gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.deatiled_page_2 .gallery-hidden {
    display: none;
}

.deatiled_page_2 #gallery-view-more {
    margin-top: 8px;
    font-weight: 600;
    border-radius: 24px;
}

/* Lightbox Modal */
.deatiled_page_2 .gallery-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, 0.92);
    flex-direction: column;
}

.deatiled_page_2 .gallery-lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}

.deatiled_page_2 .gallery-lightbox-close {
    position: absolute;
    top: 32px;
    right: 48px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.2s;
}

    .deatiled_page_2 .gallery-lightbox-close:hover {
        color: #ff4a52;
    }

.deatiled_page_2 .gallery-lightbox-prev,
.deatiled_page_2 .gallery-lightbox-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    padding: 0px 20px;
    border-radius: 50%;
    background: rgba(30, 198, 182, 0.18);
    transform: translateY(-50%);
    z-index: 10001;
    transition: background 0.2s;
}

.deatiled_page_2 .gallery-lightbox-prev {
    left: 32px;
}

.deatiled_page_2 .gallery-lightbox-next {
    right: 32px;
}

    .deatiled_page_2 .gallery-lightbox-prev:hover,
    .deatiled_page_2 .gallery-lightbox-next:hover {
        background: #1ec6b6;
        color: #fff;
    }

@media (max-width: 991px) {
    .deatiled_page_2 .gallery-img {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_2 .gallery-img {
        height: 120px;
    }

    .deatiled_page_2 .gallery-lightbox-img {
        max-width: 98vw;
        max-height: 60vh;
    }

    .deatiled_page_2 .gallery-lightbox-close {
        top: 12px;
        right: 18px;
        font-size: 2rem;
    }

    .deatiled_page_2 .gallery-lightbox-prev,
    .deatiled_page_2 .gallery-lightbox-next {
        font-size: 2rem;
        left: 8px;
        right: 8px;
    }
}


.deatiled_page_2 .faq-modern {
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    padding: 24px 18px 10px 18px;
}

.deatiled_page_2 .faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.06);
    padding: 0 0 0 0;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .deatiled_page_2 .faq-item:not(:last-child) {
        margin-bottom: 18px;
    }

    .deatiled_page_2 .faq-item:hover {
        box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
        transform: translateY(-2px) scale(1.01);
    }

.deatiled_page_2 .faq-question {
    padding: 18px 18px 18px 16px;
    font-size: 1.13rem;
    border-radius: 10px;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    transition: background 0.2s;
}

    .deatiled_page_2 .faq-question:hover {
        background: #f8fafc;
    }

.deatiled_page_2 .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.10);
}

.deatiled_page_2 .faq-answer {
    padding: 16px 18px 12px 16px;
    font-size: 1.05rem;
    color: #444;
    background: #f8fafc;
    border-radius: 0 0 10px 10px;
}

.deatiled_page_2 .faq-question .fa-chevron-down {
    transition: transform 0.3s;
}

.deatiled_page_2 .faq-question[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .deatiled_page_2 .faq-modern {
        padding: 10px 2px 2px 2px;
    }

    .deatiled_page_2 .faq-answer {
        padding: 12px 8px 8px 48px;
        font-size: 0.98rem;
    }

    .deatiled_page_2 .faq-question {
        padding: 12px 8px 12px 0;
        font-size: 1rem;
    }

    .deatiled_page_2 .faq-icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}



.deatiled_page_2 .ui-datepicker-unavailable .ui-state-default {
    background: #e3e3e3 !important;
    color: #aaa !important;
    text-decoration: line-through;
    cursor: not-allowed !important;
}



/* Tour Price Area Classes */
.deatiled_page_2 .tour-price-label {
    font-size: 1.1rem;
    color: #888;
    font-weight: 400;
    display: block;
}

.deatiled_page_2 .tour-price-amount {
    display: block;
    font-size: 2.2rem;
    color: #ff4a52;
    font-weight: 700;
}

.deatiled_page_2 .tour-price-note {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    display: block;
}

/* deatiled 3 */
.deatiled_page_3 .hero-section {
    min-height: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.deatiled_page_3 .main_tilte_image_Add {
    background-image: url('../img/hotel_detiles_header.jpeg');
    background-size: cover;
    background-position: center;
}

.deatiled_page_3 .hero-content {
    max-width: 600px;
    background: rgb(57 64 236 / 86%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    border-radius: 1.5rem;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    margin-top: 32px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s;
}

    .deatiled_page_3 .hero-content:hover {
        box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.22);
    }


.deatiled_page_3 .tour-title {
    font-size: 3rem;
    font-weight: 700;
}

.deatiled_page_3 .tour-location {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.deatiled_page_3 .tour-price {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(255, 255, 255, 0.13);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin-top: 10px;
}

.deatiled_page_3 .tour-meta {
    display: flex;
    margin-bottom: 30px;
}

.deatiled_page_3 .tour-meta-item {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

    .deatiled_page_3 .tour-meta-item i {
        margin-right: 8px;
        color: #ec1d27;
    }

.deatiled_page_3 .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

    .deatiled_page_3 .section-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background-color: #125eaa;
    }

.deatiled_page_3 .overview-item {
    margin-bottom: 20px;
}

.deatiled_page_3 .overview-icon {
    font-size: 1.5rem;
    color: #125eaa;
    margin-right: 15px;
}

.deatiled_page_3 .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

    .deatiled_page_3 .gallery-item img {
        transition: transform 0.3s;
        width: 100%;
    }

    .deatiled_page_3 .gallery-item:hover img {
        transform: scale(1.05);
    }

.deatiled_page_3 .itinerary-day {
    margin-bottom: 30px;
    border-left: 3px solid #125eaa;
    padding-left: 20px;
}

.deatiled_page_3 .day-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_3 .review-item {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.deatiled_page_3 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .deatiled_page_3 .review-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
    }

.deatiled_page_3 .review-rating {
    color: #ffc107;
}


.deatiled_page_3 .price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_3 .timeline-itinerary {
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8fafc 60%, #eaf6f6 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
}

.deatiled_page_3 .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    padding-left: 0;
}

    .deatiled_page_3 .timeline-item:last-child {
        margin-bottom: 0;
    }

.deatiled_page_3 .timeline-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 16px rgba(255, 74, 82, 0.10);
    margin-right: 24px;
    margin-left: 18px;
    background: #fff;
    border: 3px solid #125eaa;
    z-index: 2;
    transition: transform 0.2s;
}

.deatiled_page_3 .timeline-item:hover .timeline-icon {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
}

.deatiled_page_3 .timeline-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 20px 28px 14px 28px;
    min-width: 0;
    flex: 1;
    position: relative;
}

.deatiled_page_3 .timeline-day {
    display: inline-block;
    font-weight: 700;
    color: #125eaa;
    margin-bottom: 8px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* Stepper line */
.deatiled_page_3 .timeline-item:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 56px;
    width: 3px;
    height: calc(100% - 56px);
    background: linear-gradient(to bottom, #125eaa 60%, #1ec6b6 100%);
    z-index: 1;
    border-radius: 2px;
}

.deatiled_page_3 .timeline-item:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    .deatiled_page_3 .timeline-content {
        padding: 16px 12px 10px 16px;
    }

    .deatiled_page_3 .timeline-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
        margin-left: 8px;
        margin-right: 14px;
    }

    .deatiled_page_3 .timeline-item:before {
        left: 28px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_3 .timeline-itinerary {
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(30, 198, 182, 0.08);
        padding: 8px 0;
    }

    .deatiled_page_3 .timeline-item {
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        margin-bottom: 32px;
    }

    .deatiled_page_3 .timeline-icon {
        margin: 0 auto 10px auto;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .deatiled_page_3 .timeline-content {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_3 .timeline-item:before {
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
    }
}

@media (max-width: 480px) {
    .deatiled_page_3 .timeline-content {
        padding: 10px 4px 6px 4px;
        font-size: 0.97rem;
    }

    .deatiled_page_3 .timeline-day {
        font-size: 1rem;
    }
}


.deatiled_page_3 .star-rating i {
    font-size: 1.6rem;
    color: #ffc107;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 2px;
}

    .deatiled_page_3 .star-rating i.far {
        color: #ccc;
    }

.deatiled_page_3 .review-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 18px 18px 12px 18px;
    margin-bottom: 22px;
    position: relative;
}

.deatiled_page_3 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .deatiled_page_3 .review-author img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 12px;
        object-fit: cover;
        border: 2px solid #eee;
    }

.deatiled_page_3 .review-rating {
    color: #ffc107;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .deatiled_page_3 #reviewForm {
        padding: 12px 6px;
    }

    .deatiled_page_3 .review-item {
        padding: 12px 8px 8px 8px;
    }

    .deatiled_page_3 .review-author img {
        width: 38px;
        height: 38px;
    }
}


.deatiled_page_3 .calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    margin-top: 10px;
    margin-bottom: 10px;
}

.deatiled_page_3 .ui-datepicker {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.09);
    border: none;
    padding: 10px 16px 16px 16px;
    width: 320px;
    margin: 0 auto;
}

.deatiled_page_3 .ui-datepicker-header {
    background: #1ec6b6;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.deatiled_page_3 .ui-datepicker-calendar td a {
    background: #f8fafc;
    color: #333;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

    .deatiled_page_3 .ui-datepicker-calendar td a.ui-state-active,
    .deatiled_page_3 .ui-datepicker-calendar td a:hover {
        background: #ff4a52;
        color: #fff;
    }

.deatiled_page_3 .ui-datepicker-calendar .ui-state-disabled span {
    color: #ccc !important;
    opacity: 0.7;
}

@media (max-width: 480px) {
    .deatiled_page_3 .ui-datepicker {
        width: 100% !important;
        min-width: 0;
    }
}


.deatiled_page_3 .booking-widget {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .deatiled_page_3 .booking-widget .input-group-text {
        background-color: transparent;
        border-right: 0;
    }

    .deatiled_page_3 .booking-widget .form-control {
/*        border-left: 0;*/
        border-radius: 0.5rem !important;
    }

        .deatiled_page_3 .booking-widget .form-control:focus {
            box-shadow: none;
            border-color: #ced4da;
        }

    .deatiled_page_3 .booking-widget .input-group .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .deatiled_page_3 .booking-widget .input-group .input-group-prepend .input-group-text {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 0.5rem;
    }

    .deatiled_page_3 .booking-widget h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.deatiled_page_3 .ticket-item,
.deatiled_page_3 .extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.deatiled_page_3 .ticket-info {
    line-height: 1.2;
}

    .deatiled_page_3 .ticket-info strong {
        display: block;
        font-size: 1rem;
        color: #333;
    }

    .deatiled_page_3 .ticket-info small {
        color: #6c757d;
    }

.deatiled_page_3 .quantity-stepper {
    display: flex;
    align-items: center;
}

    .deatiled_page_3 .quantity-stepper button {
        background-color: #e9ecef;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-weight: bold;
        color: #495057;
    }

    .deatiled_page_3 .quantity-stepper .quantity-input {
        width: 40px;
        text-align: center;
        border: none;
        background: transparent;
        font-weight: 500;
        font-size: 1.1rem;
    }

.deatiled_page_3 .extra-item .form-check-label {
    line-height: 1.2;
}

.deatiled_page_3 .extra-item strong {
    display: block;
}

.deatiled_page_3 .extra-item small {
    color: #6c757d;
}

.deatiled_page_3 .total-line {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.deatiled_page_3 .book-now-btn {
    background-color: #f07c41;
    border-color: #f07c41;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

    .deatiled_page_3 .book-now-btn:hover {
        background-color: #e86a2c;
        border-color: #e86a2c;
    }

    .deatiled_page_3 .book-now-btn .fa-arrow-right {
        /* transform: rotate(-45deg); */
        margin-left: 5px;
    }



.deatiled_page_3 .pro-list-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 28px 28px 18px 28px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
}

.deatiled_page_3 .pro-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .deatiled_page_3 .pro-list li {
        font-size: 1.02rem;
        color: #222;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        align-items: flex-start;
    }

        .deatiled_page_3 .pro-list li:last-child {
            border-bottom: none;
        }

.deatiled_page_3 .pro-icon {
    display: inline-block;
    width: 28px;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.deatiled_page_3 .pro-icon-include {
    color: #1a936f;
}

.deatiled_page_3 .pro-icon-exclude {
    color: #c0392b;
}

@media (max-width: 767px) {
    .deatiled_page_3 .pro-list-box {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_3 .pro-list li {
        font-size: 0.98rem;
        padding: 8px 0 8px 0;
    }

    .deatiled_page_3 .pro-icon {
        width: 22px;
        font-size: 1rem;
        margin-right: 7px;
    }
}




/* Modern Alternating Timeline Styles */
.deatiled_page_3 .itinerary-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .deatiled_page_3 .itinerary-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e3e3e3;
        transform: translateX(-50%);
        z-index: 0;
    }

.deatiled_page_3 .itinerary-event {
    position: relative;
    width: 50%;
    padding: 24px 32px;
    box-sizing: border-box;
}

    .deatiled_page_3 .itinerary-event.left {
        left: 0;
        text-align: right;
    }

    .deatiled_page_3 .itinerary-event.right {
        left: 50%;
        text-align: left;
    }

.deatiled_page_3 .itinerary-dot {
    position: absolute;
    top: 32px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid #1ec6b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #1ec6b6;
    z-index: 2;
}

.deatiled_page_3 .itinerary-event.left .itinerary-dot {
    right: -22px;
}

.deatiled_page_3 .itinerary-event.right .itinerary-dot {
    left: -22px;
}

.deatiled_page_3 .itinerary-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 20px 24px;
    display: inline-block;
    min-width: 240px;
    max-width: 420px;
    vertical-align: top;
}

.deatiled_page_3 .itinerary-day {
    font-weight: 600;
    color: #ff4a52;
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.deatiled_page_3 .itinerary-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.deatiled_page_3 .itinerary-card p {
    margin-bottom: 0;
    color: #444;
    font-size: 1rem;
}

@media (max-width: 991px) {

    .deatiled_page_3 .itinerary-event,
    .deatiled_page_3 .itinerary-event.left,
    .deatiled_page_3 .itinerary-event.right {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 60px;
        padding-right: 0;
    }

    .deatiled_page_3 .itinerary-timeline:before {
        left: 24px;
    }

    .deatiled_page_3 .itinerary-dot {
        left: 0 !important;
        right: auto !important;
    }
}

@media (max-width: 575px) {
    .deatiled_page_3 .itinerary-card {
        padding: 14px 10px;
        min-width: 0;
        max-width: 100%;
    }

    .deatiled_page_3 .itinerary-event {
        padding-left: 54px;
    }

    .deatiled_page_3 .itinerary-dot {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        top: 18px;
    }
}



/* Gallery Grid & Lightbox */
.deatiled_page_3 .gallery-grid {
    margin: 0 -8px;
}

.deatiled_page_3 .gallery-col {
    padding: 0 8px 16px 8px;
}

.deatiled_page_3 .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(30, 198, 182, 0.07);
    background: #fff;
}

.deatiled_page_3 .gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}

.deatiled_page_3 .gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.deatiled_page_3 .gallery-hidden {
    display: none;
}

.deatiled_page_3 #gallery-view-more {
    margin-top: 8px;
    font-weight: 600;
    border-radius: 24px;
}

/* Lightbox Modal */
.deatiled_page_3 .gallery-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, 0.92);
    flex-direction: column;
}

.deatiled_page_3 .gallery-lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}

.deatiled_page_3 .gallery-lightbox-close {
    position: absolute;
    top: 32px;
    right: 48px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.2s;
}

    .deatiled_page_3 .gallery-lightbox-close:hover {
        color: #ff4a52;
    }

.deatiled_page_3 .gallery-lightbox-prev,
.deatiled_page_3 .gallery-lightbox-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    padding: 0px 20px;
    border-radius: 50%;
    background: rgba(30, 198, 182, 0.18);
    transform: translateY(-50%);
    z-index: 10001;
    transition: background 0.2s;
}

.deatiled_page_3 .gallery-lightbox-prev {
    left: 32px;
}

.deatiled_page_3 .gallery-lightbox-next {
    right: 32px;
}

    .deatiled_page_3 .gallery-lightbox-prev:hover,
    .deatiled_page_3 .gallery-lightbox-next:hover {
        background: #1ec6b6;
        color: #fff;
    }

@media (max-width: 991px) {
    .deatiled_page_3 .gallery-img {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_3 .gallery-img {
        height: 120px;
    }

    .deatiled_page_3 .gallery-lightbox-img {
        max-width: 98vw;
        max-height: 60vh;
    }

    .deatiled_page_3 .gallery-lightbox-close {
        top: 12px;
        right: 18px;
        font-size: 2rem;
    }

    .deatiled_page_3 .gallery-lightbox-prev,
    .deatiled_page_3 .gallery-lightbox-next {
        font-size: 2rem;
        left: 8px;
        right: 8px;
    }
}


.deatiled_page_3 .faq-modern {
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    padding: 24px 18px 10px 18px;
}

.deatiled_page_3 .faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.06);
    padding: 0 0 0 0;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .deatiled_page_3 .faq-item:not(:last-child) {
        margin-bottom: 18px;
    }

    .deatiled_page_3 .faq-item:hover {
        box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
        transform: translateY(-2px) scale(1.01);
    }

.deatiled_page_3 .faq-question {
    padding: 18px 18px 18px 16px;
    font-size: 1.13rem;
    border-radius: 10px;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    transition: background 0.2s;
}

    .deatiled_page_3 .faq-question:hover {
        background: #f8fafc;
    }

.deatiled_page_3 .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.10);
}

.deatiled_page_3 .faq-answer {
    padding: 16px 18px 12px 16px;
    font-size: 1.05rem;
    color: #444;
    background: #f8fafc;
    border-radius: 0 0 10px 10px;
}

.deatiled_page_3 .faq-question .fa-chevron-down {
    transition: transform 0.3s;
}

.deatiled_page_3 .faq-question[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .deatiled_page_3 .faq-modern {
        padding: 10px 2px 2px 2px;
    }

    .deatiled_page_3 .faq-answer {
        padding: 12px 8px 8px 48px;
        font-size: 0.98rem;
    }

    .deatiled_page_3 .faq-question {
        padding: 12px 8px 12px 0;
        font-size: 1rem;
    }

    .deatiled_page_3 .faq-icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}


.deatiled_page_3 .ui-datepicker-unavailable .ui-state-default {
    background: #e3e3e3 !important;
    color: #aaa !important;
    text-decoration: line-through;
    cursor: not-allowed !important;
}



/* Tour Price Area Classes */
.deatiled_page_3 .tour-price-label {
    font-size: 1.1rem;
    color: #888;
    font-weight: 400;
    display: block;
}

.deatiled_page_3 .tour-price-amount {
    display: block;
    font-size: 2.2rem;
    color: #ff4a52;
    font-weight: 700;
}

.deatiled_page_3 .tour-price-note {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    display: block;
}

/* details 4 */
.deatiled_page_4 .hero-section {
    min-height: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.deatiled_page_4 .main_tilte_image_Add {
    background-image: url('../img/tourandtravsl_deatilea_page.jpeg');
    background-size: cover;
    background-position: center;
}

.deatiled_page_4 .hero-content {
    max-width: 600px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    border-radius: 1.5rem;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    margin-top: 32px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s;
}

    .deatiled_page_4 .hero-content:hover {
        box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.22);
    }

.deatiled_page_4 .tour-title,
.deatiled_page_4 .tour-meta-item {
    color: #000;
}

.deatiled_page_4 .tour-location {
    color: #ec1d27;
}

.deatiled_page_4 .tour-title {
    font-size: 3rem;
    font-weight: 700;
}

.deatiled_page_4 .tour-location {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.deatiled_page_4 .tour-price {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(255, 255, 255, 0.13);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin-top: 10px;
}

.deatiled_page_4 .tour-meta {
    display: flex;
    margin-bottom: 30px;
}

.deatiled_page_4 .tour-meta-item {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

    .deatiled_page_4 .tour-meta-item i {
        margin-right: 8px;
        color: #ec1d27;
    }

.deatiled_page_4 .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

    .deatiled_page_4 .section-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background-color: #125eaa;
    }

.deatiled_page_4 .overview-item {
    margin-bottom: 20px;
}

.deatiled_page_4 .overview-icon {
    font-size: 1.5rem;
    color: #125eaa;
    margin-right: 15px;
}

.deatiled_page_4 .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

    .deatiled_page_4 .gallery-item img {
        transition: transform 0.3s;
        width: 100%;
    }

    .deatiled_page_4 .gallery-item:hover img {
        transform: scale(1.05);
    }

.deatiled_page_4 .itinerary-day {
    margin-bottom: 30px;
    border-left: 3px solid #125eaa;
    padding-left: 20px;
}

.deatiled_page_4 .day-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_4 .review-item {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.deatiled_page_4 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .deatiled_page_4 .review-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
    }

.deatiled_page_4 .review-rating {
    color: #ffc107;
}


.deatiled_page_4 .price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_4 .timeline-itinerary {
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8fafc 60%, #eaf6f6 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
}

.deatiled_page_4 .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    padding-left: 0;
}

    .deatiled_page_4 .timeline-item:last-child {
        margin-bottom: 0;
    }

.deatiled_page_4 .timeline-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 16px rgba(255, 74, 82, 0.10);
    margin-right: 24px;
    margin-left: 18px;
    background: #fff;
    border: 3px solid #125eaa;
    z-index: 2;
    transition: transform 0.2s;
}

.deatiled_page_4 .timeline-item:hover .timeline-icon {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
}

.deatiled_page_4 .timeline-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 20px 28px 14px 28px;
    min-width: 0;
    flex: 1;
    position: relative;
}

.deatiled_page_4 .timeline-day {
    display: inline-block;
    font-weight: 700;
    color: #125eaa;
    margin-bottom: 8px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* Stepper line */
.deatiled_page_4 .timeline-item:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 56px;
    width: 3px;
    height: calc(100% - 56px);
    background: linear-gradient(to bottom, #125eaa 60%, #1ec6b6 100%);
    z-index: 1;
    border-radius: 2px;
}

.deatiled_page_4 .timeline-item:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    .deatiled_page_4 .timeline-content {
        padding: 16px 12px 10px 16px;
    }

    .deatiled_page_4 .timeline-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
        margin-left: 8px;
        margin-right: 14px;
    }

    .deatiled_page_4 .timeline-item:before {
        left: 28px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_4 .timeline-itinerary {
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(30, 198, 182, 0.08);
        padding: 8px 0;
    }

    .deatiled_page_4 .timeline-item {
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        margin-bottom: 32px;
    }

    .deatiled_page_4 .timeline-icon {
        margin: 0 auto 10px auto;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .deatiled_page_4 .timeline-content {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_4 .timeline-item:before {
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
    }
}

@media (max-width: 480px) {
    .deatiled_page_4 .timeline-content {
        padding: 10px 4px 6px 4px;
        font-size: 0.97rem;
    }

    .deatiled_page_4 .timeline-day {
        font-size: 1rem;
    }
}


.deatiled_page_4 .star-rating i {
    font-size: 1.6rem;
    color: #ffc107;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 2px;
}

    .deatiled_page_4 .star-rating i.far {
        color: #ccc;
    }

.deatiled_page_4 .review-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 18px 18px 12px 18px;
    margin-bottom: 22px;
    position: relative;
}

.deatiled_page_4 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .deatiled_page_4 .review-author img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 12px;
        object-fit: cover;
        border: 2px solid #eee;
    }

.deatiled_page_4 .review-rating {
    color: #ffc107;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .deatiled_page_4 #reviewForm {
        padding: 12px 6px;
    }

    .deatiled_page_4 .review-item {
        padding: 12px 8px 8px 8px;
    }

    .deatiled_page_4 .review-author img {
        width: 38px;
        height: 38px;
    }
}


.deatiled_page_4 .calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    margin-top: 10px;
    margin-bottom: 10px;
}

.deatiled_page_4 .ui-datepicker {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.09);
    border: none;
    padding: 10px 16px 16px 16px;
    width: 320px;
    margin: 0 auto;
}

.deatiled_page_4 .ui-datepicker-header {
    background: #1ec6b6;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.deatiled_page_4 .ui-datepicker-calendar td a {
    background: #f8fafc;
    color: #333;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

    .deatiled_page_4 .ui-datepicker-calendar td a.ui-state-active,
    .deatiled_page_4 .ui-datepicker-calendar td a:hover {
        background: #ff4a52;
        color: #fff;
    }

.deatiled_page_4 .ui-datepicker-calendar .ui-state-disabled span {
    color: #ccc !important;
    opacity: 0.7;
}

@media (max-width: 480px) {
    .deatiled_page_4 .ui-datepicker {
        width: 100% !important;
        min-width: 0;
    }
}


.deatiled_page_4 .booking-widget {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .deatiled_page_4 .booking-widget .input-group-text {
        background-color: transparent;
        border-right: 0;
    }

    .deatiled_page_4 .booking-widget .form-control {
/*        border-right: 0;*/
        border-radius: 0.5rem !important;
    }

        .deatiled_page_4 .booking-widget .form-control:focus {
            box-shadow: none;
            border-color: #ced4da;
        }

    .deatiled_page_4 .booking-widget .input-group .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .deatiled_page_4 .booking-widget .input-group .input-group-prepend .input-group-text {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 0.5rem;
    }

    .deatiled_page_4 .booking-widget h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.deatiled_page_4 .ticket-item,
.deatiled_page_4 .extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.deatiled_page_4 .ticket-info {
    line-height: 1.2;
}

    .deatiled_page_4 .ticket-info strong {
        display: block;
        font-size: 1rem;
        color: #333;
    }

    .deatiled_page_4 .ticket-info small {
        color: #6c757d;
    }

.deatiled_page_4 .quantity-stepper {
    display: flex;
    align-items: center;
}

    .deatiled_page_4 .quantity-stepper button {
        background-color: #e9ecef;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-weight: bold;
        color: #495057;
    }

    .deatiled_page_4 .quantity-stepper .quantity-input {
        width: 40px;
        text-align: center;
        border: none;
        background: transparent;
        font-weight: 500;
        font-size: 1.1rem;
    }

.deatiled_page_4 .extra-item .form-check-label {
    line-height: 1.2;
}

.deatiled_page_4 .extra-item strong {
    display: block;
}

.deatiled_page_4 .extra-item small {
    color: #6c757d;
}

.deatiled_page_4 .total-line {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.deatiled_page_4 .book-now-btn {
    background-color: #f07c41;
    border-color: #f07c41;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

    .deatiled_page_4 .book-now-btn:hover {
        background-color: #e86a2c;
        border-color: #e86a2c;
    }

    .deatiled_page_4 .book-now-btn .fa-arrow-right {
        /* transform: rotate(-45deg); */
        margin-left: 5px;
    }



.deatiled_page_4 .pro-list-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 28px 28px 18px 28px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
}

.deatiled_page_4 .pro-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .deatiled_page_4 .pro-list li {
        font-size: 1.02rem;
        color: #222;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        align-items: flex-start;
    }

        .deatiled_page_4 .pro-list li:last-child {
            border-bottom: none;
        }

.deatiled_page_4 .pro-icon {
    display: inline-block;
    width: 28px;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.deatiled_page_4 .pro-icon-include {
    color: #1a936f;
}

.deatiled_page_4 .pro-icon-exclude {
    color: #c0392b;
}

@media (max-width: 767px) {
    .deatiled_page_4 .pro-list-box {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_4 .pro-list li {
        font-size: 0.98rem;
        padding: 8px 0 8px 0;
    }

    .deatiled_page_4 .pro-icon {
        width: 22px;
        font-size: 1rem;
        margin-right: 7px;
    }
}




/* Modern Alternating Timeline Styles */
.deatiled_page_4 .itinerary-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .deatiled_page_4 .itinerary-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e3e3e3;
        transform: translateX(-50%);
        z-index: 0;
    }

.deatiled_page_4 .itinerary-event {
    position: relative;
    width: 50%;
    padding: 24px 32px;
    box-sizing: border-box;
}

    .deatiled_page_4 .itinerary-event.left {
        left: 0;
        text-align: right;
    }

    .deatiled_page_4 .itinerary-event.right {
        left: 50%;
        text-align: left;
    }

.deatiled_page_4 .itinerary-dot {
    position: absolute;
    top: 32px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid #1ec6b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #1ec6b6;
    z-index: 2;
}

.deatiled_page_4 .itinerary-event.left .itinerary-dot {
    right: -22px;
}

.deatiled_page_4 .itinerary-event.right .itinerary-dot {
    left: -22px;
}

.deatiled_page_4 .itinerary-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 20px 24px;
    display: inline-block;
    min-width: 240px;
    max-width: 420px;
    vertical-align: top;
}

.deatiled_page_4 .itinerary-day {
    font-weight: 600;
    color: #ff4a52;
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.deatiled_page_4 .itinerary-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.deatiled_page_4 .itinerary-card p {
    margin-bottom: 0;
    color: #444;
    font-size: 1rem;
}

@media (max-width: 991px) {

    .deatiled_page_4 .itinerary-event,
    .deatiled_page_4 .itinerary-event.left,
    .deatiled_page_4 .itinerary-event.right {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 60px;
        padding-right: 0;
    }

    .deatiled_page_4 .itinerary-timeline:before {
        left: 24px;
    }

    .deatiled_page_4 .itinerary-dot {
        left: 0 !important;
        right: auto !important;
    }
}

@media (max-width: 575px) {
    .deatiled_page_4 .itinerary-card {
        padding: 14px 10px;
        min-width: 0;
        max-width: 100%;
    }

    .deatiled_page_4 .itinerary-event {
        padding-left: 54px;
    }

    .deatiled_page_4 .itinerary-dot {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        top: 18px;
    }
}



/* Gallery Grid & Lightbox */
.deatiled_page_4 .gallery-grid {
    margin: 0 -8px;
}

.deatiled_page_4 .gallery-col {
    padding: 0 8px 16px 8px;
}

.deatiled_page_4 .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(30, 198, 182, 0.07);
    background: #fff;
}

.deatiled_page_4 .gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}

.deatiled_page_4 .gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.deatiled_page_4 .gallery-hidden {
    display: none;
}

.deatiled_page_4 #gallery-view-more {
    margin-top: 8px;
    font-weight: 600;
    border-radius: 24px;
}

/* Lightbox Modal */
.deatiled_page_4 .gallery-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, 0.92);
    flex-direction: column;
}

.deatiled_page_4 .gallery-lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}

.deatiled_page_4 .gallery-lightbox-close {
    position: absolute;
    top: 32px;
    right: 48px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.2s;
}

    .deatiled_page_4 .gallery-lightbox-close:hover {
        color: #ff4a52;
    }

.deatiled_page_4 .gallery-lightbox-prev,
.deatiled_page_4 .gallery-lightbox-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    padding: 0px 20px;
    border-radius: 50%;
    background: rgba(30, 198, 182, 0.18);
    transform: translateY(-50%);
    z-index: 10001;
    transition: background 0.2s;
}

.deatiled_page_4 .gallery-lightbox-prev {
    left: 32px;
}

.deatiled_page_4 .gallery-lightbox-next {
    right: 32px;
}

    .deatiled_page_4 .gallery-lightbox-prev:hover,
    .deatiled_page_4 .gallery-lightbox-next:hover {
        background: #1ec6b6;
        color: #fff;
    }

@media (max-width: 991px) {
    .deatiled_page_4 .gallery-img {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_4 .gallery-img {
        height: 120px;
    }

    .deatiled_page_4 .gallery-lightbox-img {
        max-width: 98vw;
        max-height: 60vh;
    }

    .deatiled_page_4 .gallery-lightbox-close {
        top: 12px;
        right: 18px;
        font-size: 2rem;
    }

    .deatiled_page_4 .gallery-lightbox-prev,
    .deatiled_page_4 .gallery-lightbox-next {
        font-size: 2rem;
        left: 8px;
        right: 8px;
    }
}


.deatiled_page_4 .ui-datepicker-unavailable .ui-state-default {
    background: #e3e3e3 !important;
    color: #aaa !important;
    text-decoration: line-through;
    cursor: not-allowed !important;
}


/* Tour Price Area Classes */
.deatiled_page_4 .tour-price-label {
    font-size: 1.1rem;
    color: #888;
    font-weight: 400;
    display: block;
}

.deatiled_page_4 .tour-price-amount {
    display: block;
    font-size: 2.2rem;
    color: #ff4a52;
    font-weight: 700;
}

.deatiled_page_4 .tour-price-note {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    display: block;
}

/* deatiled 5 */
.deatiled_page_5 .hero-section {
    min-height: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.deatiled_page_5 .main_tilte_image_Add {
    background-image: url('../img/umrah_deatilesPage.jpeg');
    background-size: cover;
    background-position: center;
}

.deatiled_page_5 .hero-content {
    max-width: 600px;
    background: rgba(0, 0, 0, 0.86);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    border-radius: 1.5rem;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    margin-top: 32px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s;
}

    .deatiled_page_5 .hero-content:hover {
        box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.22);
    }


.deatiled_page_5 .tour-title {
    font-size: 3rem;
    font-weight: 700;
}

.deatiled_page_5 .tour-location {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.deatiled_page_5 .tour-price {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(255, 255, 255, 0.13);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin-top: 10px;
}

.deatiled_page_5 .tour-meta {
    display: flex;
    margin-bottom: 30px;
}

.deatiled_page_5 .tour-meta-item {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

    .deatiled_page_5 .tour-meta-item i {
        margin-right: 8px;
        color: #ec1d27;
    }

.deatiled_page_5 .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

    .deatiled_page_5 .section-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background-color: #125eaa;
    }

.deatiled_page_5 .overview-item {
    margin-bottom: 20px;
}

.deatiled_page_5 .overview-icon {
    font-size: 1.5rem;
    color: #125eaa;
    margin-right: 15px;
}

.deatiled_page_5 .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

    .deatiled_page_5 .gallery-item img {
        transition: transform 0.3s;
        width: 100%;
    }

    .deatiled_page_5 .gallery-item:hover img {
        transform: scale(1.05);
    }

.deatiled_page_5 .itinerary-day {
    margin-bottom: 30px;
    border-left: 3px solid #125eaa;
    padding-left: 20px;
}

.deatiled_page_5 .day-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_5 .review-item {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.deatiled_page_5 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .deatiled_page_5 .review-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
    }

.deatiled_page_5 .review-rating {
    color: #ffc107;
}


.deatiled_page_5 .price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #125eaa;
}

.deatiled_page_5 .timeline-itinerary {
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8fafc 60%, #eaf6f6 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
}

.deatiled_page_5 .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    padding-left: 0;
}

    .deatiled_page_5 .timeline-item:last-child {
        margin-bottom: 0;
    }

.deatiled_page_5 .timeline-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 16px rgba(255, 74, 82, 0.10);
    margin-right: 24px;
    margin-left: 18px;
    background: #fff;
    border: 3px solid #125eaa;
    z-index: 2;
    transition: transform 0.2s;
}

.deatiled_page_5 .timeline-item:hover .timeline-icon {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
}

.deatiled_page_5 .timeline-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 20px 28px 14px 28px;
    min-width: 0;
    flex: 1;
    position: relative;
}

.deatiled_page_5 .timeline-day {
    display: inline-block;
    font-weight: 700;
    color: #125eaa;
    margin-bottom: 8px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* Stepper line */
.deatiled_page_5 .timeline-item:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 56px;
    width: 3px;
    height: calc(100% - 56px);
    background: linear-gradient(to bottom, #125eaa 60%, #1ec6b6 100%);
    z-index: 1;
    border-radius: 2px;
}

.deatiled_page_5 .timeline-item:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    .deatiled_page_5 .timeline-content {
        padding: 16px 12px 10px 16px;
    }

    .deatiled_page_5 .timeline-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
        margin-left: 8px;
        margin-right: 14px;
    }

    .deatiled_page_5 .timeline-item:before {
        left: 28px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_5 .timeline-itinerary {
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(30, 198, 182, 0.08);
        padding: 8px 0;
    }

    .deatiled_page_5 .timeline-item {
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        margin-bottom: 32px;
    }

    .deatiled_page_5 .timeline-icon {
        margin: 0 auto 10px auto;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .deatiled_page_5 .timeline-content {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_5 .timeline-item:before {
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
    }
}

@media (max-width: 480px) {
    .deatiled_page_5 .timeline-content {
        padding: 10px 4px 6px 4px;
        font-size: 0.97rem;
    }

    .deatiled_page_5 .timeline-day {
        font-size: 1rem;
    }
}


.deatiled_page_5 .star-rating i {
    font-size: 1.6rem;
    color: #ffc107;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 2px;
}

    .deatiled_page_5 .star-rating i.far {
        color: #ccc;
    }

.deatiled_page_5 .review-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 18px 18px 12px 18px;
    margin-bottom: 22px;
    position: relative;
}

.deatiled_page_5 .review-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .deatiled_page_5 .review-author img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 12px;
        object-fit: cover;
        border: 2px solid #eee;
    }

.deatiled_page_5 .review-rating {
    color: #ffc107;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .deatiled_page_5 #reviewForm {
        padding: 12px 6px;
    }

    .deatiled_page_5 .review-item {
        padding: 12px 8px 8px 8px;
    }

    .deatiled_page_5 .review-author img {
        width: 38px;
        height: 38px;
    }
}


.deatiled_page_5 .calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    margin-top: 10px;
    margin-bottom: 10px;
}

.deatiled_page_5 .ui-datepicker {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.09);
    border: none;
    padding: 10px 16px 16px 16px;
    width: 320px;
    margin: 0 auto;
}

.deatiled_page_5 .ui-datepicker-header {
    background: #1ec6b6;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.deatiled_page_5 .ui-datepicker-calendar td a {
    background: #f8fafc;
    color: #333;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

    .deatiled_page_5 .ui-datepicker-calendar td a.ui-state-active,
    .deatiled_page_5 .ui-datepicker-calendar td a:hover {
        background: #ff4a52;
        color: #fff;
    }

.deatiled_page_5 .ui-datepicker-calendar .ui-state-disabled span {
    color: #ccc !important;
    opacity: 0.7;
}

@media (max-width: 480px) {
    .deatiled_page_5 .ui-datepicker {
        width: 100% !important;
        min-width: 0;
    }
}


.deatiled_page_5 .booking-widget {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .deatiled_page_5 .booking-widget .input-group-text {
        background-color: transparent;
        border-right: 0;
    }

    .deatiled_page_5 .booking-widget .form-control {
        border-left: 0;
        border-radius: 0.5rem !important;
    }

        .deatiled_page_5 .booking-widget .form-control:focus {
            box-shadow: none;
            border-color: #ced4da;
        }

    .deatiled_page_5 .booking-widget .input-group .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .deatiled_page_5 .booking-widget .input-group .input-group-prepend .input-group-text {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 0.5rem;
    }

    .deatiled_page_5 .booking-widget h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.deatiled_page_5 .ticket-item,
.deatiled_page_5 .extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.deatiled_page_5 .ticket-info {
    line-height: 1.2;
}

    .deatiled_page_5 .ticket-info strong {
        display: block;
        font-size: 1rem;
        color: #333;
    }

    .deatiled_page_5 .ticket-info small {
        color: #6c757d;
    }

.deatiled_page_5 .quantity-stepper {
    display: flex;
    align-items: center;
}

    .deatiled_page_5 .quantity-stepper button {
        background-color: #e9ecef;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-weight: bold;
        color: #495057;
    }

    .deatiled_page_5 .quantity-stepper .quantity-input {
        width: 40px;
        text-align: center;
        border: none;
        background: transparent;
        font-weight: 500;
        font-size: 1.1rem;
    }

.deatiled_page_5 .extra-item .form-check-label {
    line-height: 1.2;
}

.deatiled_page_5 .extra-item strong {
    display: block;
}

.deatiled_page_5 .extra-item small {
    color: #6c757d;
}

.deatiled_page_5 .total-line {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.deatiled_page_5 .book-now-btn {
    background-color: #f07c41;
    border-color: #f07c41;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

    .deatiled_page_5 .book-now-btn:hover {
        background-color: #e86a2c;
        border-color: #e86a2c;
    }

    .deatiled_page_5 .book-now-btn .fa-arrow-right {
        /* transform: rotate(-45deg); */
        margin-left: 5px;
    }



.deatiled_page_5 .pro-list-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 28px 28px 18px 28px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
}

.deatiled_page_5 .pro-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .deatiled_page_5 .pro-list li {
        font-size: 1.02rem;
        color: #222;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        align-items: flex-start;
    }

        .deatiled_page_5 .pro-list li:last-child {
            border-bottom: none;
        }

.deatiled_page_5 .pro-icon {
    display: inline-block;
    width: 28px;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.deatiled_page_5 .pro-icon-include {
    color: #1a936f;
}

.deatiled_page_5 .pro-icon-exclude {
    color: #c0392b;
}

@media (max-width: 767px) {
    .deatiled_page_5 .pro-list-box {
        padding: 14px 8px 8px 8px;
    }

    .deatiled_page_5 .pro-list li {
        font-size: 0.98rem;
        padding: 8px 0 8px 0;
    }

    .deatiled_page_5 .pro-icon {
        width: 22px;
        font-size: 1rem;
        margin-right: 7px;
    }
}





/* Modern Alternating Timeline Styles */
.deatiled_page_5 .itinerary-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .deatiled_page_5 .itinerary-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e3e3e3;
        transform: translateX(-50%);
        z-index: 0;
    }

.deatiled_page_5 .itinerary-event {
    position: relative;
    width: 50%;
    padding: 24px 32px;
    box-sizing: border-box;
}

    .deatiled_page_5 .itinerary-event.left {
        left: 0;
        text-align: right;
    }

    .deatiled_page_5 .itinerary-event.right {
        left: 50%;
        text-align: left;
    }

.deatiled_page_5 .itinerary-dot {
    position: absolute;
    top: 32px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid #1ec6b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #1ec6b6;
    z-index: 2;
}

.deatiled_page_5 .itinerary-event.left .itinerary-dot {
    right: -22px;
}

.deatiled_page_5 .itinerary-event.right .itinerary-dot {
    left: -22px;
}

.deatiled_page_5 .itinerary-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(30, 198, 182, 0.07);
    padding: 20px 24px;
    display: inline-block;
    min-width: 240px;
    max-width: 420px;
    vertical-align: top;
}

.deatiled_page_5 .itinerary-day {
    font-weight: 600;
    color: #ff4a52;
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.deatiled_page_5 .itinerary-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.deatiled_page_5 .itinerary-card p {
    margin-bottom: 0;
    color: #444;
    font-size: 1rem;
}

@media (max-width: 991px) {

    .deatiled_page_5 .itinerary-event,
    .deatiled_page_5 .itinerary-event.left,
    .deatiled_page_5 .itinerary-event.right {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 60px;
        padding-right: 0;
    }

    .deatiled_page_5 .itinerary-timeline:before {
        left: 24px;
    }

    .deatiled_page_5 .itinerary-dot {
        left: 0 !important;
        right: auto !important;
    }
}

@media (max-width: 575px) {
    .deatiled_page_5 .itinerary-card {
        padding: 14px 10px;
        min-width: 0;
        max-width: 100%;
    }

    .deatiled_page_5 .itinerary-event {
        padding-left: 54px;
    }

    .deatiled_page_5 .itinerary-dot {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        top: 18px;
    }
}



/* Gallery Grid & Lightbox */
.deatiled_page_5 .gallery-grid {
    margin: 0 -8px;
}

.deatiled_page_5 .gallery-col {
    padding: 0 8px 16px 8px;
}

.deatiled_page_5 .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(30, 198, 182, 0.07);
    background: #fff;
}

.deatiled_page_5 .gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}

.deatiled_page_5 .gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.deatiled_page_5 .gallery-hidden {
    display: none;
}

.deatiled_page_5 #gallery-view-more {
    margin-top: 8px;
    font-weight: 600;
    border-radius: 24px;
}

/* Lightbox Modal */
.deatiled_page_5 .gallery-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, 0.92);
    flex-direction: column;
}

.deatiled_page_5 .gallery-lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}

.deatiled_page_5 .gallery-lightbox-close {
    position: absolute;
    top: 32px;
    right: 48px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.2s;
}

    .deatiled_page_5 .gallery-lightbox-close:hover {
        color: #ff4a52;
    }

.deatiled_page_5 .gallery-lightbox-prev,
.deatiled_page_5 .gallery-lightbox-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    padding: 0px 20px;
    border-radius: 50%;
    background: rgba(30, 198, 182, 0.18);
    transform: translateY(-50%);
    z-index: 10001;
    transition: background 0.2s;
}

.deatiled_page_5 .gallery-lightbox-prev {
    left: 32px;
}

.deatiled_page_5 .gallery-lightbox-next {
    right: 32px;
}

    .deatiled_page_5 .gallery-lightbox-prev:hover,
    .deatiled_page_5 .gallery-lightbox-next:hover {
        background: #1ec6b6;
        color: #fff;
    }

@media (max-width: 991px) {
    .deatiled_page_5 .gallery-img {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .deatiled_page_5 .gallery-img {
        height: 120px;
    }

    .deatiled_page_5 .gallery-lightbox-img {
        max-width: 98vw;
        max-height: 60vh;
    }

    .deatiled_page_5 .gallery-lightbox-close {
        top: 12px;
        right: 18px;
        font-size: 2rem;
    }

    .deatiled_page_5 .gallery-lightbox-prev,
    .deatiled_page_5 .gallery-lightbox-next {
        font-size: 2rem;
        left: 8px;
        right: 8px;
    }
}

.deatiled_page_5 .faq-modern {
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    padding: 24px 18px 10px 18px;
}

.deatiled_page_5 .faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.06);
    padding: 0 0 0 0;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .deatiled_page_5 .faq-item:not(:last-child) {
        margin-bottom: 18px;
    }

    .deatiled_page_5 .faq-item:hover {
        box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
        transform: translateY(-2px) scale(1.01);
    }

.deatiled_page_5 .faq-question {
    padding: 18px 18px 18px 16px;
    font-size: 1.13rem;
    border-radius: 10px;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    transition: background 0.2s;
}

    .deatiled_page_5 .faq-question:hover {
        background: #f8fafc;
    }

.deatiled_page_5 .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.10);
}

.deatiled_page_5 .faq-answer {
    padding: 16px 18px 12px 16px;
    font-size: 1.05rem;
    color: #444;
    background: #f8fafc;
    border-radius: 0 0 10px 10px;
}

.deatiled_page_5 .faq-question .fa-chevron-down {
    transition: transform 0.3s;
}

.deatiled_page_5 .faq-question[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .deatiled_page_5 .faq-modern {
        padding: 10px 2px 2px 2px;
    }

    .deatiled_page_5 .faq-answer {
        padding: 12px 8px 8px 48px;
        font-size: 0.98rem;
    }

    .deatiled_page_5 .faq-question {
        padding: 12px 8px 12px 0;
        font-size: 1rem;
    }

    .deatiled_page_5 .faq-icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}


.deatiled_page_5 .ui-datepicker-unavailable .ui-state-default {
    background: #e3e3e3 !important;
    color: #aaa !important;
    text-decoration: line-through;
    cursor: not-allowed !important;
}



/* Tour Price Area Classes */
.deatiled_page_5 .tour-price-label {
    font-size: 1.1rem;
    color: #888;
    font-weight: 400;
    display: block;
}

.deatiled_page_5 .tour-price-amount {
    display: block;
    font-size: 2.2rem;
    color: #ff4a52;
    font-weight: 700;
}

.deatiled_page_5 .tour-price-note {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    display: block;
}

/*   .deatiled_page_6 */
