.fw-400 { 
    font-weight: 400;
}

.page-title {
    font-size: 84px !important;
    letter-spacing: 0px ;
    text-transform: none !important;
}
.content-title {
    font-size: 36px !important;
    font-weight: 400 ;
    text-transform: none !important;
}

.home-button { 
    font-size: 18px;
    font-style: normal;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.home-tour-name {
    font-size: 27px;
    font-weight: 400;
    text-transform: none;
}

.no-transform { 
    text-transform: none ;
}

.topmenu {
    font-size: 16px ;
    color: #ffffff ;
    margin-left: 30px ;
    margin-right: 10px ;
}

.category-link {
    margin-top: 10px !important;
}

.col-item {
    box-shadow: 0 0 20px rgba(0, 0, 0,0.2); 
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0,0.2); 
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0,0.2); 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.tour-topinfo {
    color: #1c1c1c ;
    font-size: 25px ;
    width: 25px ;
}

.tour-service-icon {
    color: #7eb738 !important;
    font-size: 17px !important;
    width: 17px ;
}

.tour-service-name {
    color: #383838 ;
    font-size: 17px !important ;
    font-weight: 400 !important ;
    text-transform: none ;
}

.tour-safety-notice {
    font-size: 18px ;
    font-weight: 500 ;
    text-transform: none ;
    color: #0a0a0a ;
}

.contact-info {
    font-size: 18px ;font-weight: 400 ;letter-spacing: 0px ;text-transform: none ;
}

.button-about {
    box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    font-size: 18px ;
    font-style: normal ;
    margin: 0px 10px 10px 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.button-contact {
    font-size: 18px;
    font-style: normal;
    color: #fff !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border-width: 2px;
    border-color: #f26424 !important;
}

.contact-tab {
    font-style: normal ;
    text-transform: uppercase ;
}

.contact-form {
    background-color: #ffffff ;
    box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    padding: 60px 30px 0px 30px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}

.prefix-icon {
    margin-right: 5px;
}

/* Guide */
.team-name {
    font-size: 24px;
    text-transform: capitalize;
}

.job-title {
    font-size: 18px ;
    font-weight: 700 ;
    font-style: normal ;
}

.need-help-box {
    padding: 25px 25px 30px 45px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ffffff ;
    border: 2px solid #000000 ;
}

.need-help-title {
    font-size: 23px !important;
    font-weight: 500;
    letter-spacing: 0px ;
    text-transform: none !important;
    color: #000 ;
    padding-top: 25px !important;
    padding-bottom: 10px !important;
}
.need-help-info {
    font-size: 16px !important;
    color: #000000; 
    font-weight: 400 !important; 
    vertical-align: middle; 
    display: inline-table; 
    margin-top: -15px !important;
}

.need-help-icon {
    font-size: 26px ;
    color: #000000 ;
    margin-right: 10px ;
}

.select2-results__option {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal; /* Allows line breaks in each option */
}

.select2-selection__rendered {
    white-space: normal; /* Allows line breaks for the selected item */
}

.disabledBtn {
    background-color: #383838 !important;
    background-color: #383838 !important;
    color: #fff !important;
}

.invalid-feedback {
    color: red;
    font-style: italic;
    font-size: x-small !important;
}

.hidden {
    display: none;
    visibility: hidden;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #f26424 !important;
}

.block-social-links {
    list-style: none; /* Remove bullets */
    display: flex; /* Align items horizontally */
    gap: 10px; /* Space between items */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.block-social-links .social-link {
    display: flex; /* Flexbox for alignment */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 40px; /* Set a fixed width */
    height: 40px; /* Set a fixed height */
    border: 2px solid #f26424; /* Border with the icon color */
    background-color: #fff; /* White background */
    border-radius: 50%; /* Make the border circular */
    transition: background-color 0.3s, border-color 0.3s; /* Smooth transition */
}

.block-social-links .social-link a {
    color: #f26424; /* Set icon color */
    text-decoration: none; /* Remove underline */
    display: flex; /* Flexbox for alignment */
    justify-content: center; /* Center icon horizontally */
    align-items: center; /* Center icon vertically */
    width: 100%; /* Match parent dimensions */
    height: 100%; /* Match parent dimensions */
}

.block-social-links .social-link i {
    font-size: 22px; /* Adjust icon size */
    line-height: 1; /* Prevent extra height affecting alignment */
    color: #f26424; /* Set icon color */
}

.block-social-links .social-link:hover {
    background-color: #f26424; /* Change background on hover */
    border-color: #ffffff; /* Keep border color the same on hover */
}

.block-social-links .social-link:hover i {
    color: #fff; /* Change icon color to white on hover */
}

.invalid {
    color: red;
    font-style: italic;
    font-size: small !important;
} 

.whapsapp-chat-widget {
    position: fixed; 
    bottom: 80px; 
    right: 30px; 
    cursor: pointer; 
    z-index: 99999999;
}

.whapsapp-chat-container
{
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.whapsapp-chat-text
{
    padding: 0px 16px; line-height: 1.6; font-size: 15px; background-color: rgb(37, 211, 102); color: rgb(255, 255, 255); border-radius: 10px; margin: 0px 10px; order: 0; display: none;
}

.tour-content-header
{
    font-size: 26px !important;
    font-weight: 400; 
    letter-spacing: 0px; 
    text-transform: none;
    color: #000000;
    text-transform: none !important;
}

.tour-duration-name .tour-duration-group
{
    color: #6d6d6d ;font-size: 17px ;font-weight: 400 ;
}

.button-whitebg
{
    box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; font-size: 18px ;font-style: normal ;margin: 0px 10px 10px 0px;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
}

.page-header-wraper {
    padding: 300px 0px 100px 0px !important;
}

.blog-search-input {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important;
}
.blog-search__button {
    margin-left: 10px;
    word-break: normal;
    cursor: pointer;
    color: #ffffff !important;
}
.blog-search-label {
    font-weight: 700;
}
.blog-search-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.traveltour-main-menu-search {
    margin-top: -7px !important;
    margin-right: 7px !important;
}

.homepage-btn {
    font-size: 18px ;font-style: normal ;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
}

.homepage-special-offer {
    box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    border-width: 0px;border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ;
    
}

ul.pagination {
    display: inline-flex;
}

.previous {
    color: #fff !important;
}

.next {
    color: #fff !important;
}

.search-title {
    font-size: 20px !important;
}

.homepage-phone {
    color: #ffffff; 
    font-size:13px
}

.youtube-video {
    box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.2) ; border-width: 0px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
}

.subtract {
    font-size: 12px !important;   
    color: #f26424 !important;
}