/* includes/style.css */
form#airline-taxonomy-form .btn {
    background: #3ba4ff !important;
    border: 1px solid #3ba4ff !important;
    color: #fff !important;
}
div#airlineModal button.btn-close {
    border: unset;
}

div#airlineModal button.btn-close:hover {
    background-color: #fff;
}
p.air-list {
    padding-top: 10px;
    margin: 0;
}
p.air-rev {
    font-size: 20px;
    text-align: center;
}
.page-id-24 #filter-dropdown-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* Adjust margin as needed */
    width: 100%; /* Ensure the parent spans full width */
}

/* Ensure consistent width for select2 elements */
.page-id-24 #filter-dropdown-top .select2 {
    width: 450px; /* Set fixed width for the dropdown */
    min-width: 450px; /* Prevent shrinking */
    max-width: 100%; /* Responsive adjustment */
    text-align: left; /* Align text to the left */
}

/* Style the select2 container for equal width */
.page-id-24 #filter-dropdown-top .select2-container {
    width: 450px; /* Consistent width for select2 */
    max-width: 100%; /* Make responsive */
    text-align: left; /* Align text to the left */
}

/* Style the select2 dropdown */
.page-id-24 #filter-dropdown-top .select2-dropdown {
    width: 450px; /* Ensure dropdown matches the container width */
}

/* Ensure selected value width matches container */
.page-id-24 #filter-dropdown-top .select2-selection {
    width: 100%; /* Ensure selection width matches the container */
    box-sizing: border-box; /* Include padding in width */
    text-align: left; /* Align text to the left */
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide overflowing text */
    border: 1px solid #ccc; /* Add border */
    border-radius: 4px; /* Add rounded corners */
}
p#leave-rev {
    font-weight: 400 !IMPORTANT;
    text-align: left;
    margin-left: -16px;
    font-size: 20px;
}
.airline-comparison ul li {
    list-style: none;
}
div#category-comparisons {
    padding-top: 20px;
}
.page-id-954 div#filter-dropdown input.select2-search__field {
    border: unset !important;
    padding-left: 10px;
}
.airline-comparison p {
    font-weight: 700 !important;
    font-size: 20px;
    color: #000;
}
.airline-comparison span {
    color: #ffa534;
    font-size: 28px;
    position: relative;
    top: 3px;
}
.airline-comparison {
    border: 1px solid #e3e1e1;
    padding: 10px 20px;
    border-radius: 5px;
    width: 48%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin: 10px;
    margin-left: 0;
    background: #fff;
}
.airline-comparison img {
    width: 150px;
    object-fit: cover;
}
.page-id-954 div#category-top div#category-details {
    margin-top: 20px;
    border: 1px solid #e3e1e1;
    padding: 10px 20px;
    border-radius: 5px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.page-id-954 #average-rating p {
    font-weight: 700!important;
    font-size: 26px;
    color: #000;
}
.page-id-954 li.category-rating span {
    padding-left: 20px;
    font-weight: 600;
    color: #ffa534;
}
.ratings-count p {
    border: unset !important;
}
#category-ratings ul#category-ratings-inner {
    padding: 0px;
    list-style-type: none;
}
ul#category-ratings-inner li img {
    width: 90px;
}
#category-ratings li.category-rating {
    display: flex;
    justify-content: space-between;
}

#category-ratings .category-rating p {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.review-av p {
    border: unset !important;
}
.review-av {
    padding-top: 20px;
}
.review-av-pic {
    text-align: right;
}
.review-av span {
    color: #ffa534;
    font-size: 30px;
    position: relative;
    top: 3px;
}
span.seat_sec {
    font-weight: 400 !important;
    float: right;
    font-size: 20px;
    padding-top: 5px;
}
div#cabin_travel label {
    font-weight: 400;
}
 #loading-spinner {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
    }
div#reviews-list-btn {
    clear: both;
    text-align: center;
    padding-top: 50px;
}
button#load-more-reviews {
    background: #3ba4ff !important;
    border: 1px solid #3ba4ff !important;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    text-align: center;
    outline:0;
}
button#load-more-reviews:hover {
     background: #000 !important;
      border: 1px solid #000 !important;
}
.rat-content h2 {
    font-weight: 500 !IMPORTANT;
}
.review span.frm {
    padding-right: 20px;
}
.review span.to {
    padding-right: 20px;
}

div#category-image img {
    width: 150px;
    object-fit: cover;
}
 .tooltip {
  position: relative;
  display: inline-block;
 }
 .tooltip img {
    width: 35px;
}
.tooltip img {
    cursor: pointer;
}
.tooltip {
    opacity: 1 !important;
    right: 0;
    right: 63px;
    margin-top: -20px !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: -99%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
span.av-rat {
    font-size: 30px;
    font-weight: bold !important;
}
.imgav img {
    width: 100px;
}
p.ovscore {
    font-weight: bold !important;
}
.ratings-count span {
    font-size: 30px;
}
button.filter-btn.active {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important;
}
input.select2-search__field {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    height: 40px;
}

.wrap h1 {
    color: #000; /* WordPress admin blue color */
    font-size: 2em;
}
h1.frm-title {
    text-align: center;
    padding-bottom: 12px;
}
.wrap p {
    font-size: 1.2em;
    line-height: 1.5;
    color: #444;
}
.rating-star {
    width: 50px; /* Adjust size as needed */
    height: 50px;
    cursor: pointer;
    opacity: 0.6; /* Initial opacity */
    transition: opacity 0.2s ease-in-out;
}

.rating-star.blurred {
       opacity: 0.4; /* Adjust opacity for blurred stars */
}

.rating-star.active {
    opacity: 1 !important;
    filter: none; /* Remove blur when active */
}

body .review-inner-form input {
    border-radius: 0px!important;
}

.review-inner-form .col-md-6 {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.review-inner-form label {
        margin-bottom: 10px;
}

.container.review-inner-form {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.review-inner-form .col-md-6.mb-4 {
    margin-bottom: 20px;
}

body .review-inner-form select {
    border-radius: 0px!important;
}

body .review-inner-form textarea {
    border-radius: 0px!important;
}

.review-inner-form .col-md-6.col-md-12.mb-4 {
    width: 100%!important;
}

.review-form  fieldset.border.p-2 {
    width: 100%;
    border: unset !important;
    padding-left: 0;
}

.review-form {
    width: 90%;
    padding: 50px;
    background: #ffffff6e;
    border-radius: 0px;
    }

.review-inner-form span.select2 {
    width: 100%;
}

.review-inner-form button {
    background: #3ba4ff!important;
    border: 1px solid #3ba4ff!important;
    color: #fff!important;
}

.survey-question {
    margin-bottom: 10px;
}

.survey-question strong {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.survey-question {
    position: relative;
}

.survey-question .tooltip {
    right: -14px;
    position: relative;
    display: inline-block !important;
    top: 6px;
}
.survey-question h4 {
    display: inline;
}

.SurveyFormHeading {
    margin-bottom: 0;
}

.review-form  fieldset.border.p-2 {
    background: #fff;
}

.survey-question img.rating-star {
    width: 15px;
    border-radius: 5px;
    opacity: 0.4;
}
.review-submitted-message p {
    text-align: center;
}
div#reviews-list .ratings-count img {
    width: 100px;
    }

.review {
    margin-top: 20px;
    border: 1px solid #e3e1e1;
    padding: 10px 20px;
    border-radius: 5px;
}

/*.ratings-count {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    flex-wrap: wrap;
}*/

#filter-buttons button.filter-btn {
    color: #ffffff!important;
    background-color: #3ba4ff;
    border: #3ba4ff!important;
}

div#filter-buttons {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}


div#reviews-list h3 {
    margin-bottom: 8px;
    font-weight: 500 !important;
}
p.frm-title1 {
    text-align: center;
    font-size: 22px;
}
div#cptc {
    clear: both;
    margin-bottom: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important; 
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
input#flight_date {
    border: 1px solid #ccc;
}
.review-btn1 a {
    background: #3ba4ff !important;
    border: 1px solid #3ba4ff !important;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}
.review-btn1 {
    text-align: center;
}
.review-inner-form label.notapp {
    display: block;
    padding-top: 8px;
}
div#reviews-list h2 {
    padding-top: 40px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

p.frm-title1 {
    font-weight: 600!important;
}


.review-inner-form label {
    font-weight: 700;
}

.review-form legend.w-auto {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.review-form  fieldset.border.p-2 {
    margin-top: 20px !important;
    margin-bottom: 20px!important;
}

.survey-question {
    padding: 10px;
    margin-right: 10px;
    width: 100%!important;
}

.review-form span.select2 {
    width: 100%!important;
}

.textarea-label {
    font-weight: 700 !important;
    margin-bottom: 20px;
}

.review-form textarea#comment {
    border-radius: 0px;
}

@media (max-width:767px){
    div#reviews-list .ratings-count {
    padding-right: 20px;
}
    .review {
        padding: 10px !important;
    }
    #category-ratings .category-rating p {
    margin-bottom: 10px;
    font-size: 1em;
}
    .passenger-data img {
	width: 80px !important;
	margin-top: 0px !important;
}
.passenger-data li img {
	width: 70px !important;
}
#category-ratings li.category-rating {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
#category-ratings li.category-rating img {
	width: 80px;
}
.passenger-data li {
	font-size: 14px;
}
    .page-id-24 #filter-dropdown-top .select2 {
  width: 500px;
  min-width: 300px !important;
  max-width: 100%;
  text-align: left;
}
    #filter-dropdown-top .select2 {
        width: 100% !important; /* Full width for mobile */
    }
    #filter-dropdown-top .select2-container {
        width: 100% !important; /* Full width for mobile */
    }
    #filter-dropdown-top .select2-dropdown {
        width: 100% !important; /* Full width for mobile */
    }
    
    div#filter-buttons {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
        display: block;
    }
.container.review-inner-form {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
div#cptc div {
    width: 79%;
}
#filter-buttons button.filter-btn {
    color: #ffffff !important;
    background-color: #3ba4ff;
    border: #3ba4ff !important;
    width: 100%;
    margin-bottom: 6px;
}
div#reviews-list h2 {
    padding-top: 40px;
    font-size: 26px;
    width: 100%;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: -82px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
}
@media(min-width:100px) and (max-width:992px){
	.review-inner-form .col-md-6 {
		width: 100%!important;
		padding-right: 0px!important;
	}
	.review-form {
		width: 100%!important;
		padding: 20px!important;
	}
}

div#reviews-list {
    width: 100%;
    float: left;
}

div#category-top {
    width: 100%;
    float: left;
}

div#filter-dropdown-top span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100%!important;
}

div#filter-dropdown-top {
    width: 50%;
    margin: 0 auto;
}

div#category-top h2#category-name {
    background: #228be7;
    color: #fff;
    padding: 8px 0px;
    font-size: 22px;
    text-transform: uppercase;
}

#average-rating-star img {
    width: 100px;
}

#average-rating span {
    color: #ffa534;
    font-size: 28px;
    position: relative;
    top: 3px;
}

#average-rating p {
    font-weight: 700!important;
    font-size: 20px;
    color: #000;
}

body div#reviews-list h3 {
    margin-bottom: 8px;
    font-weight: 500 !important;
    color: #000;
}

body .ratings-count span {
    color: #ffa534;
    font-size: 28px;
    position: relative;
    top: 3px;
}

#reviews-container h2 {
    text-align: center;
}

div#filter-dropdown-top {
    margin-bottom: 50px;
    padding-top: 30px;
}

body div#reviews-list .ratings-count img {
    width: auto;
    margin-top: 10px;
}

div#category-top div#category-details {
    margin-top: 20px;
    border: 1px solid #e3e1e1;
    padding: 10px 20px;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.ratings-count-data {
    text-align: right;
}

ul.passenger-data {
    list-style-type: none;
    padding: 0;
    padding-top:20px;
}
.passenger-data li {
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px;
}

.passenger-data img {
    width: 100px!important;
    margin-top: 0px!important;
}

p.ratings-count-desc {
    justify-content: end;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px;
    margin-bottom: 0px;
}

.rat-content h2 {
    text-align: left!important;
    margin-bottom: 0;
    font-size: 25px;
    padding-top: 20px!important;
}

img.ratings-count-img {
    width: 100px!important;
    margin-top: 0px!important;
}



@media(min-width:100px) and (max-width:992px){
div#filter-dropdown-top span.select2 {
    width: 100%!important;
}
div#filter-dropdown-top {
    width: 100%;
    margin: 0 auto;
}
div#category-top div#category-details {
    width: 100%;
}
.passenger-data li {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    white-space: break-spaces;
    word-break: break-all;
}
.review {
    padding: 10px 25px;
}
div#category-top {
    margin-top: 30px;
}
}

div#category-top div#category-details {
    background: #fff;
}

div#reviews-list {
    background: #fff;
}