@charset "utf-8";

:root {
    --deep-navy: #0A1828;
    --slate: #1E2A3A;
    --cream: #FAF7F2;
    --warm-white: #FEFDFB;
    --text-dark: #2C3E50;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #2b2c2f;
}

ul {
    list-style-type: none;
}
re
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.card-title {
    font-weight: 600 !important;
}

.texopage {
    white-space: nowrap;
}

#hero .carousel-item>img {
    /* max-height: 460px; */
    object-fit: cover;
}

section {
    padding: 40px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 0px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 2rem;
    font-style: italic;
    color: #22314e;
}

.section-title p {
    font-weight: 500;
}

.section-title h6 {
    color: #22314E;
}

.btn-primary {
    color: #fff;
    background-color: #22314E;
    border-color: #421A22;
    border-radius: 12px 0 12px 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #80535a;
    border-color: #794C4E;
}

.card .card-title {
    color: #22314E;
    font-weight: 300;
    font-size: 1.85rem;
}

.card .card-title {
    color: #22314e;
    font-weight: 300;
    font-size: 1.85rem;
}

.newsfilter {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: grayscale();
    opacity: 0.3;
}

.footerpart {
    background-color: #22314e;
    padding: 80px 0 0;
}

.list-text {
    color: #827F7F;
}

.list-text,
.list-item {
    display: flex;
}

.list-text strong {
    color: #fff;
    margin-right: 9px;
}

.footer-bottom {
    height: 94px;
    background-color: #121a2b;
    margin-top: 38px;
    color: #ecedf0;
    display: flex;
    align-items: center;
}

.footcontact {
    color: #fff;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 0;
}

.blogdtl img {
    width: 41%;
    float: left;
    border: 1px solid #dbd8d8;
  padding: 6px;
  border-radius: 50px 0;
    margin: 0 23px 22px 0;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #7d7d8d;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #61616b;
}

.footer-social a {
    margin: 8px;
    font-size: 23px;
}

.footmid {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    flex-grow: 1;
    flex-wrap: wrap;
}

.ftadress>div {
    padding-left: 30px;
}

.ftadress>div .list-text {
    color: #b1b1b1;
}

.footmid ul {
    padding: 3px;
}

.footmid ul li a {
    color: #b1b1b1;
    text-decoration: none;
}

.footmid ul li a:hover {
    color: #d9d6d6;
}

.footmid ul li {
    list-style-type: none;
}

.plaincontent.fullwidth .container {
    width: 100%;
    max-width: 1100%;
    padding: 0;
}

section.plaincontent.fullwidth {
    padding: 0;
}

.newalatter {
    background: url('../img/charminar.jpeg') no-repeat center;
    padding: 260px 0;
    background-size: cover;
    background-attachment: fixed;
    filter: grayscale(100%);
}

.newalatter::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, .5);
}

.zindex-1 {
    z-index: 1;
}

.newalatter .section-title h2 {
    color: #fff;
}

.newalatter .section-title p {
    color: #fff;
}

.newalatter #button-addon2 {
    background-color: #0be656;
    color: #fff;
    border: none;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 10px !important;
}

.carousel-indicators .active {
    width: 20px;
    height: 10px;
    border-radius: 10px !important;
}

.whyblackbox ul {
    padding-left: 14px;
}

#hero {
    height: 75vh;
    background-color: #22314e;
    overflow: hidden;
    position: relative;
}

.home #hero {
    height: auto;
}

.bannerHeading {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
}

#carouselExampleCaptions {
    height: 100%;
}

.tab .nav-link {
    cursor: pointer;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 99999;
    top: 20%;
}

#hero .carousel-item>img {
    height: 100%;
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
}

.heroText h1 {
    text-transform: capitalize;
}

.carousel-control-next,
.carousel-control-prev {
    background: transparent !important;
}

.uniqueslidercss {
    overflow: hidden;
    position: relative;
    padding-top: 43px;
}

.owl-nav {
    position: absolute;
    top: -10px;
}

.accordion-body {
    white-space: wrap;
}

.cms-tab-content {
    display: none;
}

.cms-tab-content.active {
    display: block;
}

.heroInner {
    /*height: 52vh;*/
    overflow: hidden;
    position: relative;
}

.heroInner>img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}

.heroText {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    left: 0;
    top: 0;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

.heroText * {
    max-width: 80%;
    white-space: wrap;
    margin: 0 auto;
    color: #ddd;
}

/*new css 29-10-2025*/
.destination-alphabet-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.letter-group ul {
    list-style-type: none;
    padding: 0 0 0 0px;
    display: flex;
    flex-direction: column;
}

.letter-group ul li:hover a {
    text-decoration: none;
}

.heroInner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .3);
    z-index: 0;
}

#tripFilterForm .filter-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.themeimgbox.card .themetext {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.themeimgbox.card:hover .themetext {
    background-color: rgba(0, 0, 0, 0.1);
}

.wrpslider {
    margin-top: 12px;
}

#tripFilterForm>h3 {
    background-color: #fff;
    padding: 5px;
}

.groupscroll {
    height: 125px;
    overflow-y: scroll !important;
    margin-bottom: 20px;
}

#price-range,
#duration-range {
    margin: 10px;
}

#tripFilterForm .filter-group br {
    display: none;
}

#tripFilterForm .filter-group h4 {
    background: #17a2b8;
    font-size: 18px;
    padding: 5px 10px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

#tripFilterForm .filter-group .ui-widget.ui-widget-content {
    background: #22314e;
}

#trip-results .card a>img {
    width: 100%;
    min-height: 390px;
    display: block;
    object-fit: cover;
}

#trip-results .card a {
    text-decoration: none;
}

.themeimgbox.card {
    overflow: hidden;
    transition: all .4s ease 0s;
}

.themeimgbox.card img {
    transform: scale(1);
    transition: all .4s ease 0s;
    height: 250px;
    object-fit: cover;
}

.themeimgbox.card:hover img {
    transform: scale(1.4);
    transition: all .4s ease 0s;
}

.tripcont .infosec>h2 {
    font-size: 24px;
    padding: 10px 0;
}

.infosec .tabcontentbox {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.infosec .nav-tabs .nav-link {
    color: #000;
}

.infosec .nav-tabs .nav-link.active {
    color: #495057;
    background: #f2f2f2;
}

.infosec ul.highlight {
    list-style-type: none;
    padding-left: 0
}

.infosec ul.highlight li {
    position: relative;
    padding: 4px 0 4px 20px;
}

.infosec ul.highlight li::before {
    transform: rotate(135deg);
    content: "";
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    left: 0;
    top: 13px;
}

.tabcontentbox ul {
    padding-left: 0;
}

.tabcontentbox li {
    position: relative;
    padding: 4px 0 4px 20px;
}

.tabcontentbox ul li::before {
    transform: rotate(135deg);
    content: "";
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    left: 0;
    top: 13px;
}

.tp-form-header {
    position: sticky;
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    top: 20px;
    background: #263551;
    border-radius: 30px 0 30px 0;
}

.tp-trip-price span.person-count {
    color: #fff;
    font-size: 40px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.tp-trip-price span {
    color: #fff;
    text-align: center;
    display: block;
}

.tp-trip-dur {
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 2px 2px 20px 20px;
    width: 14px;
}

.footerpart h3 {
    color: #fff;
    font-size: 20px;
}

.footerpart .input-group input.form-control {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.footerpart .input-group #button-addon2 {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

#carouselExampleCaptions .carousel-caption {
    top: 20%;
    bottom: inherit;
    z-index: 1;
}

#carouselExampleCaptions .carousel-item::after {
    /* background: rgba(0, 0, 0, .5); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
}

.card {
    height: 100%;
    white-space: wrap;
    border-radius: 10px;
    overflow: hidden;
}

.themeimgbox img {
    height: 100%;
    object-fit: cover;
}

.tripinfocard {
    position: absolute;
    left: 0;
    bottom: 0;
}

#trip-results .card {
    position: relative;
}

#trip-results .card .card-body.tripinfocard {
    position: absolute;
    left: 0;
    bottom: 0;
}

#trip-results .card a {
    color: #fff;
}

.tripinfocard h3 {
    padding: 0 inherit;
}

.card-body.tripinfocard {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
}

#trip-results .card .card-body.tripinfocard p {
    float: left;
    margin: 0 8% 0 0;
    padding: 0 2%;
    background-color: #00000060;
}

.fourslider .card-img-top {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.threeslider .card-img-top {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}

.twoslider .card-img-top {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.card-body .btn.btn-primary {
    margin-top: auto;
}

/*.owl-item {*/
/*    margin-bottom: 5px;*/
/*}*/
.owl-item {
    margin-bottom: 5px;
    /*max-height: 673px;*/
}

.uniqueslider .card-img-top {
    object-fit: cover;
    max-height: 300px;
}

.ourstar .uniqueslidercss {
    display: none;
}

.starsecond {
    padding-top: 0;
}

#carouselExampleCaptions h4 {
    font-size: 50px;
    font-weight: bold;
}

.elementor-widget-container.abt-img img {
    width: 430px;
    float: left;
    margin: 0 26px 0 0;
    border: 1px solid #dbd8d8;
    padding: 6px;
}

.list-imgs img {
    width: 430px;
    float: right;
    margin: 0 0 0 26px;
    border: 1px solid #dbd8d8;
    padding: 6px;
}

.aboutpge ul {
    padding: 0;
}

.aboutpge li {
    position: relative;
    padding: 4px 0 4px 20px;
}

.aboutpge ul li::before {
    transform: rotate(135deg);
    content: "";
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    left: 0;
    top: 13px;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.touch {
    padding: 20px 0;
}

.touch .list-item a {
    display: flex;
    gap: 8px;
    text-decoration: none;
    color: #2b2c2f;
}

.touch .list-item br,
.wpcf7-form br {
    display: none;
}

.contactinfo h2 {
    font-weight: bold;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border-width: 1px;
    border-radius: 5px;
    width: 98%;
}

.wpcf7-form label {
    font-size: 15px;
    width: 100%;
    ;
}

.wpcf7-form p {
    margin-bottom: -1px;
}

.wpcf7-form textarea {
    max-height: 110px;
}

.visainfo .nav-tabs .nav-link {
    border: none;
    color: #000;
}

.visainfo .nav-item.tab,
.visainfo .nav-tabs {
    border: 0;
}

.visainfo .nav-link.active {
    border-top: 1px solid;
}

.visainfo .nav.nav-tabs {
    margin-top: 27px;
}

.visainfo .nav-link {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.visainfo .nav-link p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
}

.visaicon {
    width: 100%;
    height: 66vh;
    object-fit: cover;
}

#trip-results .col {
    flex: inherit !important;
}

/*#mainheader .navbar-light .navbar-toggler-icon {*/
/*    filter: invert(1) !important;*/
/*}*/

.uniqueslidercss .owl-stage {
    display: flex;
}

.menu-item-has-children.has-children a,
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.touch ul {
    padding: 0;
}

li.nav-item.menu-item {
    background: rgba(0, 0, 0, .04);
    border-radius: 3px;
    margin: 0 3px;
    padding: 0 10px;
}

li.nav-item.menu-item:hover {
    background: #22314E;
}

li.nav-item.menu-item:hover .dropdown>a,
li.nav-item.menu-item:hover a.nav-link {
    color: #fff;
}

li .dropdown-menu {
    top: 31px;
    left: -10px;
}

#trip-filter .accordion-header::after {
    display: none;
}

.withpost h5.card-title,
.fourslider .card .card-title {
    font-size: 20px;
}

.withpost .owl-nav {
    top: auto;
    bottom: -3px;
    left: 0;
    right: 0;
}

.withpost .owl-stage-outer {
    margin-bottom: 48px;
}

.viewmorebtn {
    margin: auto;
    margin: -40px auto 0;
    display: block;
    width: 140px;
    border-radius: 5px !important;
    position: relative;
    z-index: 9;
}

.withpost .owl-nav .owl-prev {
    margin-left: 3px;
}

.withpost .owl-nav .owl-next {
    margin-left: 145px;
}

.destiadd+p {
    margin-bottom: 1px !important;
}

#trip-results .card .tripinfocard {
    transform: translateY(0);
    transition: all 1s;
}

#trip-results .card:hover .tripinfocard {
    transform: translateY(0);
}

#trip-results .card .trip-thumb {
    transform: scale(1);
    transition: all 1s;
}

#trip-results .card:hover .trip-thumb {
    transform: scale(1.1);
}

#tripFilterForm div {
    border: 0;
}

.durationbox {
    color: #fff;
}

/*.row {*/
/*  display: flex;*/
/*  flex-wrap: nowrap;*/
/*  justify-content: space-between;*/
/*}*/
.row p {
    width: auto;
}

.accordion-header:hover,
.accordion-header.active {
    background-color: #ccc;
}

#trip-filter .accordion-header::after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#trip-filter .active::after {
    content: "\2212";
    /* Minus sign */
}

#trip-filter .accordion-item {
    background-color: white;
    /*  max-height: 0;
   Initially hide content */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* Smooth transition for expand/collapse */
}

.uniqueslider+a.viewmorebtn,
.uniqueslider .owl-nav {
    display: none;
}

.accordion-button {
    background-color: #D7D7D7 !important;
    color: #000 !important;
}

.accordion-button:hover {
    background-color: #BBBBBB !important;
    color: #525252 !important;
}

.menu-item-has-children.has-children {
    display: flex;
    align-items: center;
    margin: 0 6px;
}

.dropdown a {
    text-decoration: none;
    text-transform: capitalize;
}

/*.menu-item-has-children.has-children a {*/
/*    color: rgba(0, 0, 0, .55);*/
/*}*/
.menu-item-has-children.has-children a:hover {
    color: rgba(0, 0, 0, 1);
}

.nav-link {
    text-transform: capitalize;
}

.withpost h5.card-title {
    max-height: 71px;
    overflow: hidden;
}

.withpost .card-img-top,
.contentbox .card-img-top {
    height: 200px !important;
    object-fit: cover;
}

.testimonial .card .card-img-top {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    align-self: center;
    margin: 25px;
}

.testimonial .card .card-body {
    width: 80%;
    margin: auto;
    text-align: center;
    align-items: center;
}

.testimonial .owl-dot {
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50%;
    margin: 2px;
}

.testimonial .owl-dot span {
    margin: 0 !important;
}

.testimonial .owl-dot.active span {
    background-color: #fff !important;
}

.testimonial .btn.btn-primary,
.testimonial .owl-nav {
    display: none;
}

.trvlarunind-img img {
    width: 500px;
    float: left;
    margin: 0 26px 0 0;
    border: 1px solid #dbd8d8;
    padding: 6px;
    border-radius: 50px 0;
}

.trvlarunind-img {
    overflow: hidden;
}

.trvlarunind-img ul {
    float: left;
    padding-left: 0;
}

.trvlarunind-img ul li {
    position: relative;
    padding: 7px 0 7px 20px;
}

.trvlarunind-img ul li::before {
    transform: rotate(135deg);
    content: "";
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    left: 0;
    top: 13px;
}

.trvlarunind {
    margin: 40px 0 0;
}

.trvlarunind h2 {
    margin-bottom: 20px;
}

.page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col {
    width: 100%;
}

.row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col {
    flex: unset;
}

.page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card {
    border: 0 !important;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 17px;
}

.page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card img {
    display: block;
    width: 440px !important;
    max-width: inherit !important;
    border: 1px solid #dbd8d8;
    padding: 6px;
    border-radius: 50px 0;
}

.page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 59%;
    flex: inherit;
}

.page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col:nth-child(2n+2) .card img {
    order: 2;
    border-radius: 0 50px;
}

.page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col:nth-child(2n+2) .card .card-body {
    align-items: end;
}

.page-id-296 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col {
    width: 100%
}

.page-id-296 .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.page-id-296 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card {
    border: 0 !important;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 17px;
}

.page-id-296 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card img {
    display: block;
    width: 440px !important;
    max-width: inherit !important;
    border: 1px solid #dbd8d8;
    padding: 6px;
    border-radius: 50px 0;
}

.page-id-296 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 59%;
    flex: inherit;
}

.page-id-296 .contentbox .card-img-top {
    height: 320px !important;
}

.page-id-296 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    margin: 20px 0;
}

.colorbg {
    background-color: #ecedf0;
}

.newalatter .input-group.mb-3.browserdwn #button-addon2 {
    width: 100%;
    background: #22314e;
    border-radius: 5px;
    padding: 12px;
}

.postid-160 #hero::after {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}

div#hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.home div#hero::after {
    display: none;
}

.accordion-button::after {
    transform: rotate(0) !important;
}

.footerpart .navbar-nav {
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180) !important;
}

#mainheader .navbar-toggler {
    background-color: transparent;
    border: 0;
    order: 2;
}

.noview .owl-nav.disabled,
.noview .btn.btn-primary.viewmorebtn {
    display: none;
}

.whish_post .card .card-img-top.wp-post-image {
    height: 300px !important;
}


.plaincontent .section-title {
    margin-bottom: 0;
}

.footcontact .list-item div {
    display: flex;
    gap: 10px;
}

#close {
    display: none;
}

.swal2-close {
    position: absolute;
}

.visa-dv a {
    background: #22314E;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 6px 10px;
    border-radius: 5px;
}

.visa-dv {
    position: relative;
}

.visa-dv a:hover {
    background: #80535a;
}

.visa-dv img {
    border-radius: 12px;
    border: 1px solid #dbd8d8;
    padding: 6px;
}

.intro-section {
    padding: 3rem;
    background: var(--cream);
    position: relative;
}

/*.intro-section::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 1px;*/
/*    background: linear-gradient(90deg, transparent, #22314E, transparent);*/
/*}*/

.intro-text {
    line-height: 2;
    text-align: left;
    margin: 0 auto;
    color: #000;
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.intro-text strong {
    color: #22314E;
    font-weight: 600;
}

.reasons-section {
    padding: 1rem 0;
}

.reason-card {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 2.5rem;
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards;
}

.reason-card:nth-child(even) {
    animation: slideInRight 0.8s ease-out forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.reason-number {
    font-size: 4rem;
    font-weight: 700;
    color: #22314E;
    line-height: 1;
    text-align: center;
    opacity: 0.3;
}

.reason-content h2 {
    font-size: 2rem;
    color: var(--deep-navy);
    margin-bottom: 1rem;
    font-weight: 600;
}

.reason-content p {
    font-size: 1.05rem;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.tour-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.tour-type {
    background: var(--cream);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 3px solid #22314E;
    transition: all 0.3s ease;
}

.tour-type:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
}

.tour-type h3 {
    font-size: 1.15rem;
    color: var(--deep-navy);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.tour-type p {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.cta-content p {
    color: #000;
}

.feature-item {
    text-align: center;
    padding: 2rem;
    background: var(--warm-white);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(10, 24, 40, 0.1);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-item h3 {
    font-size: 1.2rem;
    color: var(--deep-navy);
    margin-bottom: 0.5rem;
}

.feature-item p {
    font-size: 0.95rem;
    color: #000;
}

.comparison-table {
    background: var(--warm-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(10, 24, 40, 0.08);
    margin: 3rem 0;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead {
    background: linear-gradient(135deg, var(--deep-navy), var(--slate));
}

.comparison-table th {
    padding: 1.5rem;
    color: var(--warm-white);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
}

.comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    color: #fff;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #fff;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}



.cta-section {
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: patternMove 60s linear infinite;
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}


.cta-buttons .btn-primary {
    background: #22314E;
    color: #fff;
}

.trvlarunind .trvlarunind-img ul p {
    text-align: left;
}

.trvlarunind .trvlarunind-img p a {
    background: #22314E;
    color: #fff;
    border: 1px solid #22314E;
    border-radius: 12px 0 12px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    width: 126px;
    text-align: center;
    margin-top: 0px;
}

.trvlarunind .trvlarunind-img {
    display: flex;
    align-items: center;
}

.cta-buttons .btn-primary:hover {
    background: transparent;
    color: #000;
    border: 1px solid #22314E;
}

.cta-buttons .btn-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #22314E;
    border-radius: 12px 0 12px 0;
}

.cta-buttons .btn-secondary:hover {
    background: #22314E;
    color: #fff;
}


/*.section-title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 80px;*/
/*    height: 3px;*/
/*    background: #22314E;*/
/*}*/

@media (max-width: 768px) {
    .hero {
        height: 70vh;
    }

    .reason-card {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .reason-number {
        font-size: 3rem;
        text-align: left;
    }

    .tour-types {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: auto;
        max-width: 300px;
        margin: 0 auto;
    }

    .btn.btn-primary.viewmorebtn {
        width: 130px;
        max-width: 300px;
        margin: 0 auto;
    }

    .comparison-table {
        overflow-x: auto;
    }
}

/* Scroll animations */
.fade-in-on-scroll {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}


.tripcont .col-md-3 {
    display: none;
}

.contentnone {
    height: 0px !important;
    opacity: 0;
}

#wpcf7-f256-o1 {
    overflow: hidden;
}


.footcontact .list-item .list-text {
    color: #fff;
}


.behindus {
    color: #fff;
    font-size: 28px;
    border-top: 1px solid #3B4A67;
    border-bottom: 1px solid #3B4A67;
    margin: 19px 0;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 0;
}



.banner-container {
    width: 100%;
    max-width: 1366px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #168CC4 0%, #168CC4 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #22314e 66.66%, #22314e 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.content {
    position: relative;
    z-index: 2;
    padding: 30px 50px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.left-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header {
    margin-bottom: 15px;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    color: #22314e;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}



/*.section-title {*/
/*    font-size: 18px;*/
/*    color: #22314e;*/
/*    margin-bottom: 8px;*/
/*    margin-top: 10px;*/
/*}*/

.visa-types {
    background: rgba(255, 153, 51, 0.08);
    padding: 12px;
    border-radius: 6px;
    border-left: 4px solid #22314e;
    /* margin-top: 40px; */
}

.visa-types ul {
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 2px;
}

.visa-types li:before {
    content: "●";
    color: #22314e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: 8px;
}

.right-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-box {
    background: rgba(19, 136, 8, 0.08);
    padding: 12px;
    border-radius: 6px;
    border-left: 4px solid #22314e;
    margin-bottom: 10px;
}

.left-column h3.section-title,
.visa-types h3.section-title,
.info-box h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #22314e;
    font-weight: 700;
}

.info-box ol {
    margin-left: 18px;
    padding-left: 2px;
}



.info-box ul {
    list-style: none;
    margin-left: 0;
    padding-left: 2px;
}

.info-box ul li:before {
    content: "✓";
    display: inline-block;
    width: 1.2em;
}

.footer-note {
    background: linear-gradient(135deg, #168CC4, #22314e);
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.decorative-element {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23168CC4" stroke-width="2"/><circle cx="50" cy="50" r="5" fill="%23000080"/><path d="M 50 10 L 50 90 M 10 50 L 90 50" stroke="%23000080" stroke-width="1"/></svg>') center/contain no-repeat;
    opacity: 0.3;
    z-index: 1;
}

.visa-img {
    margin: 20px 0;
}

.visa-img img {
    border-radius: 10px;
}

.visacolumn .info-box {
    display: block !important;
}


.tnp.tnp-subscription>form {
    display: flex;
    align-items: end;
    gap: 3px;
}

.tnp-field.tnp-field-email {
    flex-grow: 1;
}

.tnp.tnp-subscription {
    margin: 0;
}

.tnp-submit {
    background-color: #aeaeae !important;
    font-size: 17px !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding-top: 14px !important;
    margin-bottom: -3px !important;
    padding-bottom: 17px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.tnp.tnp-subscription {
    max-width: 100% !important;
}

.footcontact .list-item,
.footcontact .list-text {
    flex-direction: column;
}

.section-title h1 {
    font-weight: 700;
    font-size: 2rem;
    font-style: italic;
    color: #22314e;
}
.popbtn1 button.wpb-pcf-btn.wpb-pcf-btn-large {
  text-decoration: none;
  background:#22314E !important;
  border: 2px dotted white;
  color: aliceblue;
  border-radius: 10px;
  position: relative;
  font-size: 14px;
  padding: 7px 12px;
}

.popbtn1 button::after {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #ccc;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 800ms linear infinite;
}

.popbtn1 button::before {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #ccc;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: anim 800ms linear 400ms infinite;
}

@keyframes anim {
  from {
    margin: 0px;
    opacity: 1;
  }

  to {
    margin: -15px;
    opacity: 0;
  }
}
.form-flds p label {
  width: 48%;
  display: block;
  text-align: left;
}
.form-flds p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wpcf7-form label{text-align: left;}
.trvlarunind-img > div {
  display: flex;
  flex-direction: column;
}
/* Responsive Design */
/* Maintain aspect ratio on smaller screens */
/* Tablet and below */


@media screen and (min-width:1414px) {
    .uniqueslider .owl-item.active.bigslider {
        width: 880px !important;
    }

    .uniqueslider .owl-item.active {
        width: 400px !important;
    }

    .bigslider .card {
        flex-direction: row;
        height: 100%;
    }

    .bigslider .card-img-top {
        max-width: 489px !important;
        max-height: 100%;
    }

    #hero .carousel-trip,
    #hero .carousel-item>img {
        /*height: 460px !important;*/
        height: 75vh !important;
    }

}

@media screen and (max-width:1414px) {
    .bigslider .card-img-top.wp-post-image {
        max-width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .content {
        padding: 25px 35px;
        gap: 30px;
    }

    .main-title {
        font-size: 28px;
    }

    .subtitle {
        font-size: 14px;
    }

    .section-title {
        font-size: 16px;
    }

    .visa-types ul,
    .info-box ol,
    .info-box p,
    .info-box ul {
        font-size: 12px;
    }
}

@media screen and (max-width:1200px) {

    .page-id-296 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card img,
    .page-id-296 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card .card-body {
        width: 100% !important;
    }

    .page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card img {
        order: 0 !important;
        width: 100% !important;
    }

    .page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card .card-body,
    .page-id-294 .row.row-cols-12.row-cols-md-4.row-cols-md-3.g-4 .col .card .card-body * {
        width: 100% !important;
    }
}

@media screen and (min-width:768px) {


    .owl-item .item,
    .owl-item .card {
        height: 100%;
    }


    .uniqueslider .bigslider .card img {
        height: 100% !important;
        object-fit: cover;
    }

    .bigslider .card-body {
        flex: 1 1.5 auto;
        padding: 1rem 1rem;
    }

    .footerpart a img {
        margin: 0px 0 20px;
    }

    .swal2-popup.swal2-modal.swal2-show {
        /*top: 122px !important;*/
        top: auto !important;
    }


}

@media screen and (max-width:767px) {
    #trip-filter .accordion-item {
        max-height: 100% !important;
    }

    .withpost .card-img-top {
        height: 56% !important;
        max-height: 100%;
        max-width: 100% !important;
    }

    .footcontact span.list-text {
        flex-direction: column;
    }

    .footcontact .list-item {
        margin-bottom: 20px;
        display: block;
    }

    .input-group.mb-3.browserdwn {
        width: 90%;
        margin-left: 0 auto !important;
        margin-right: 0 auto;
        margin: auto !important;
    }

    #close {
        position: fixed;
        z-index: 999;
        color: #fff;
        background-color: red;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 50%;
        font-weight: bold;
        right: 11px;
        top: 8px;
        cursor: pointer;
        display: none;
    }

    .footcontact {
        display: block;
    }

    #hero h1 {
        text-align: center;
    }

    .heroInner {
        height: 200px;
    }



    .section-title h2 {
        font-weight: 700;
        font-size: 2rem;
        font-style: italic;
        color: #22314e;
    }

    .section-title p {
        font-weight: 500;
    }

    #hero {
        height: 100%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .newl>p {
        display: none;
    }

    .footerpart {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .footmid {
        padding: 35px 0 20px 0;
    }

    #navbarNav.navbar-collapse {
        /*position: absolute;*/
        left: 0%;
        top: 0%;
        z-index: 999999;
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100vh;
        padding: 2% 5%;
        border-bottom-right-radius: 5px;
        transition: all 0.4s;

        position: fixed;
    }

    .navbar-nav {
        height: 0vh;
    }

    .navbar-nav {
        height: 100vh;
    }

    .navbar.navbar-expand-lg.navbar-light.bg-light {
        position: relative;
        z-index: 999;
    }

    .footmid nav {
        margin-bottom: 15px;
    }

    #navbarNav.navbar-collapse.show {
        left: 0%;
        height: 100vh;
        top: 0%;


    }

    #menu-mainmenu .nav-item {
        margin-left: 0;
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 0;
        border-radius: 0 0;
    }

    #menu-mainmenu>.nav-item.drop {
        padding: 8px 0;
    }

    #menu-mainmenu .nav-item .nav-link.active {
        color: #fff;
        background-color: #353535;
    }

    .dropdown-menu {
        background-color: transparent;
    }

    #menu-mainmenu .nav-item .nav-link,
    .dropdown-toggle {
        padding-left: 10px !important;
    }

    .show #close {
        display: block;
    }

    #trip-filter .accordion-header::after {
        display: none;
    }

    #tripFilterForm>h3 {
        background-color: #ccc;
        padding: 5px;
    }

    #trip-results .card .card-body.tripinfocard {
        transform: translateY(0);
    }

    .tp-form-header {
        position: relative;
    }

    .menu-item-has-children.has-children a,
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    #menu-mainmenu>.nav-item.drop {
        border-radius: 0 0;
    }

    #menu-mainmenu .dropdown {
        width: 100%;
        padding: 10px 0;
    }

    .menu-item-has-children.has-children a,
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        width: 100%;
        position: relative;
        display: block;
    }

    .dropdown-toggle::after {
        right: 0;
        top: 10px;
        position: absolute;
        z-index: 9;
    }

    .footer-bottom .col-12.col-md-6.d-flex.align-items-center {
        order: 2;
    }

    .footer-bottom .d-flex.align-items-center.justify-content-end.footer-social {
        justify-content: center !important;
        order: 1 !important;
    }

    .footcontact span.list-text {
        flex-direction: column;
    }

    .footcontact .list-item {
        margin-bottom: 20px;
        display: block;
    }


    .input-group.mb-3.browserdwn {
        width: 90%;
        margin: 0 auto;

    }

    .heroText p {
        display: none;
    }

    .footer-bottom .row p {
        width: 100%;
        text-align: center;
        display: block;
        line-height: 18px;
    }

    .trvlarunind .trvlarunind-img {
        flex-direction: column;
    }

    .tripcont .col-md-9 {
        width: 100%;
    }

    .footcontact .list-item:nth-child(2) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        padding: 0 27px;
    }

    .trvlarunind .trvlarunind-img {
        flex-direction: column;
    }

    body {
        padding: 10px;
    }

    .banner-container {
        height: auto;
        min-height: 600px;
    }

    .content {
        grid-template-columns: 1fr;
        padding: 20px 25px;
        gap: 20px;
    }

    .main-title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 13px;
    }

    .section-title {
        font-size: 15px;
    }

    .decorative-element {
        width: 40px;
        height: 40px;
    }

    .visa-types {
        margin-top: 0;
    }

    .visa-dv a {
        position: relative;
        top: 20px;
    }

    .footerpart .container {
        padding: 0 30px;
    }

    .footcontact .list-item:nth-child(2) {
        border-left: 0;
        border-right: 0;
        padding: 0 0px;
    }
    .popbtn1 button.wpb-pcf-btn.wpb-pcf-btn-large {
  font-size: 12px;
  padding: 5px 8px;
}
.popheading {
  font-size: 18px;
  width: 88%;
}
.form-flds p {
  flex-direction: column;
}
.form-flds p label{width: 100%;}
}

/* Small mobile */
@media screen and (max-width: 480px) {
    .content {
        padding: 15px 20px;
    }

    .main-title {
        font-size: 20px;
    }

    .subtitle {
        font-size: 12px;
    }

    .section-title {
        font-size: 14px;
    }

    .visa-types ul,
    .info-box ol,
    .info-box p,
    .info-box ul {
        font-size: 11px;
    }

    .info-box h3 {
        font-size: 14px;
    }

    .footer-note {
        font-size: 11px;
        padding: 8px 12px;
    }
}

/* Print optimization */
@media print {
    body {
        padding: 0;
        background: white;
    }

    .banner-container {
        box-shadow: none;
        page-break-inside: avoid;
    }
}

.blogclass .post-thumbnail {
  margin: 0;
  height: 263px;
  overflow: hidden;
  border-radius: 10px;

}
.blogclass .col {
	padding-top: 19px;
}
.blogclass .post-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0;
}
.blogclass .card-title {
  /*! height: 72px; */
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  font-size: 22px;
}
.blogclass .more-link {
  display: none;
}
.blog .page-numbers {
	background-color: #22314e;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 17px;
	display: flex;
	align-items: center;
}

.heroInner.blogdesp {
  height: 50vh;
}
#comments {
  width: 100%;
  margin: 20px 0;
  max-width: 100%;
  background-color: #ebebeb;
  padding: 33px;
  overflow: hidden;
}
#commentform {
  margin: 0;
}
.nav-previous .meta-nav, .nav-next .meta-nav {
	margin: 0;
}
img.avatar.avatar-60.photo {
    width: 60px;
}

.popheading {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
  text-align: left;
  width: 80%;
}
#swal2-html-container {
  padding: 0;
  margin: 0;
}
#wpcf7-f256-o1 p {
	margin-bottom: 4px;
}
.page-id-251 .popheading{ display:none;}
/* CSS Document */