/* Remove bottom gap under images */
.carousel img {
  display: block;     /* removes inline spacing */
  vertical-align: top; 
  margin: 0;
  padding: 0;
}

/* Optional: make all cards same height */
.carousel .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1199px) {
    /*Nev menu button*/
    .theme-header .theme-menu ul {
        position: relative;
    }
    .theme-header .theme-menu > ul > li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        background: #ffffff;
        border: 2px solid #FFBA43 !important;
        border-radius: 10px;
        margin: 0 !important;
    }
    .theme-header .theme-menu > ul > li:last-child:hover a{
        background: #FFBA43;
        color: #1D1700;
    }    
    .vertical-tabs .zptabelem-inner-container{
        display: flex;
        flex-direction: row;
    }
    .vertical-tabs .zptabs-container{
        flex: 0 0 30%;
        flex-direction: column;
    }
    .vertical-tabs .zptabs-content-container{
        flex: 1;
    }
    .zpheader-style-04 .theme-header .zpcontainer {
        padding: 23px 15px;
    }
}
.happy-travelers{
	width:230px;
}
.happy-travelers .zpicon-heading {
	padding-left:5px !important;
}
.most-pop-content {
    padding: 10px !important;
    border-radius:0 0 10px 10px !important;
    height: auto !important;
}
.most-pop-img{
    border-radius:10px 10px 0 0 !important;
    overflow:hidden;
    height:100%;
}
.step-by-step-planing .zpimage-with-text-container {
    border: 1px solid #ADB6C4;
    border-radius: 10px;
}
.step-by-step-planing .zpimage-data-ref {
    margin-bottom: 0 !important;
}
.step-by-step-planing .zpicon-anchor {
    position: absolute !important;
    right: 20px;
    bottom: 35px;
}
.faq-section .zpaccordion {
    justify-content: space-between;
    border-top: 1px solid #E6E8ED;
}
.faq-section .zpaccordion:first-child{
	border-top:0;
}
.faq-section .zpaccordion .zpaccordion-name {
    width: 100%;
}
.home-gallery img {
    height: 250px;
    object-fit: cover;
}
.zpnewsletter-email-input-field::placeholder {
	color:#666666 !important;
}
.intinerary-block{
	overflow:hidden;
}
.intinerary-block .intinerary-scroll {
    height: 200px;
    overflow-y: scroll;
}
.intinerary-block .zpheading{
    min-height: 60px;
}
.contact-email .zpicon-heading{
	padding-left: 4px !important;
}
.start-journey .zpform-choice-input-container .zpform-label{
    display: none;
}
.footer-newsletter .zpform-label-container {
    display:none;
}
.custom-icon-heading .zpicon-container{
	justify-content: center;
}
.custom-icon-heading .zpicon-heading {
	flex: none;
    padding-left: 10px;
}

.start-journey .zpform-field-container input, .start-journey .zpform-field-container select, .start-journey .zpform-field-container textarea {
    border-radius: 8px;
    padding: 10px 12px !important;
    min-block-size: 40px !important;
}
.start-journey .zpform-field-container input[type=submit] {
    width: 100% !important;
    margin-top: 5px !important;
}
.start-journey .zpform-field-container{
    max-inline-size: 100% !important;
}
.start-journey .zpform-outer li {
    margin:0;
    padding:0;
}
.start-journey .zpform-label-container {
    margin-bottom: 0 !important;
    margin-top:5px;
    line-height: 14px;
}
.start-journey .zpform-label-container label{
	font-size: 12px;
}
.footer-newsletter .zpform-outer li {
    margin: 8px 0;
}
.footer-newsletter .zpform-errormsg{
	display: none;
}
.theme-blog-container .theme-blog-heading{
	font-size: 22px;
    font-weight: 500;
}
.theme-blog-container .theme-blog-readmore a{
color:#FFBA43;
}
.blog-sec a{
	color:#333333;
}
.blog-sec a:hover{
	color:#FFBA43;
}
.theme-product-page-breadcrumb {
    padding: 3px 0;
}
.start-journey .zpform-outer li:nth-last-child(3) {
    background: #ffffff;
    padding: 10px 15px;
    margin: 25px 0 10px 0;
    border-radius: 10px;
    border: 1px solid #999999;
}
.zpsection.theme-blog-section {
    padding: 15px 0;
}
.theme-single-blog-comment-container {
    padding: 0;
    border-bottom: 1px solid #dadada;
}
.contact-info .zpelem-buttonicon{
	margin-top:10px;
}
.tollfree-sec{
    margin-left: 10% !important;
}
.tollfree-sec a {
    background: #ffba43;
    border-radius: 30px !important;
    padding: 12px 20px !important;
}
.tollfree-sec:hover a{
    background: #ffcf4b !important;
    color: #333333 !important;
}
@media (max-width: 991px) {
.tollfree-sec{
    list-style: none;
    margin-left: 0;
    margin-right: 20px;
}
.tollfree-sec a{
    color: #333333;
}
.theme-header .zpcontainer .theme-branding-info{
    flex: 1 1 auto;
    justify-content: space-between;
}
    }