body {
	color: #707070;
	font-size: 15px;
	line-height: 28px;
	background-color: #fff;
}
body p {
	font-size: 16px;
	line-height: 28px;
}
body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div, .numerical-rating .utf_counter_star_rating, body .nav_responsive i.menu-trigger:after {
	font-family:'Nunito', sans-serif;
	text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #323232;
}
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
a:focus {
	outline: none !important;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}
textarea:focus, input:focus {
  border:1px solid #d8d8d8;
}
label {
  display: block;
  margin: 0;
}
.typed-cursor{
	opacity:0 !important;
	display:none;
}
::-webkit-input-placeholder {
color:#888;
opacity:1;
}
:-moz-placeholder {
color:#888;
opacity:1;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color:#888;
opacity:1;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder {color:transparent;}
input:focus:-ms-input-placeholder {color:transparent;}

textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color:transparent;}
textarea:focus::-moz-placeholder {color:transparent;}
textarea:focus:-ms-input-placeholder {color:transparent;}

input::-webkit-input-placeholder {color:#828282;}
input:-moz-placeholder {color:#828282;}
input::-moz-placeholder {color:#828282;}
input:-ms-input-placeholder {color:#828282;}

textarea::-webkit-input-placeholder {color:#828282;}
textarea:-moz-placeholder {color:#828282;}
textarea::-moz-placeholder {color:#828282;}
textarea:-ms-input-placeholder {color:#828282;}/* Background Video Styles */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.search_container_block {
    position: relative;
    overflow: hidden;
}

/* ==========================================
   TRAVEL AGENTS STYLES
   ========================================== */

/* Agent Card Grid Styles */
.utf_agent_card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

.utf_agent_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.utf_agent_card_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.utf_agent_card_link:hover {
    text-decoration: none;
    color: inherit;
}

.utf_agent_header {
    position: relative;
    height: 120px;
}

.utf_agent_cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.utf_agent_cover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
}

.utf_agent_featured {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff6b6b;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}

.utf_agent_verified {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #4CAF50;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
}

.utf_agent_verified i {
    margin-right: 3px;
}

.utf_agent_avatar {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    z-index: 3;
}

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

.utf_agent_content {
    padding: 50px 20px 20px;
    text-align: center;
}

.utf_agent_content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.utf_agent_location {
    display: block;
    color: #888;
    font-size: 13px;
    margin-bottom: 15px;
}

.utf_agent_location i {
    margin-right: 5px;
    color: #666;
}

.utf_agent_meta {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.utf_agent_rating {
    margin-bottom: 12px;
}

.utf_agent_rating .star-rating {
    display: inline-flex;
    color: #ffc107;
    font-size: 14px;
}

.utf_agent_rating_value {
    color: #333;
    font-weight: 700;
    margin-left: 5px;
}

.utf_agent_reviews {
    color: #888;
    font-size: 12px;
}

.utf_agent_stats {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.utf_agent_stat {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 12px;
}

.utf_agent_stat i {
    margin-right: 5px;
    color: #888;
}

.utf_agent_specialization {
    margin-bottom: 15px;
}

.utf_agent_tag {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
}

.utf_agent_footer {
    padding-top: 5px;
}

.utf_agent_view_btn {
    display: inline-block;
    padding: 8px 25px;
    background: #ff6b6b;
    color: #fff;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.utf_agent_card:hover .utf_agent_view_btn {
    background: #ff5252;
}

/* ==========================================
   SINGLE AGENT PROFILE PAGE
   ========================================== */

.utf_agent_profile_header {
    position: relative;
    padding: 100px 0 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.utf_agent_profile_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%);
}

.utf_agent_profile_info {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 30px;
}

.utf_agent_profile_avatar {
    position: relative;
    flex-shrink: 0;
}

.utf_agent_profile_avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.utf_agent_profile_verified {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: #4CAF50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    font-size: 14px;
}

.utf_agent_profile_details {
    flex: 1;
    color: #fff;
}

.utf_agent_profile_details h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.utf_agent_profile_location {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.utf_agent_profile_location i {
    margin-right: 8px;
}

.utf_agent_profile_rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.utf_agent_profile_rating .star-rating {
    color: #ffc107;
    font-size: 16px;
}

.utf_agent_profile_rating_value {
    background: #ffc107;
    color: #333;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}

.utf_agent_profile_reviews {
    font-size: 14px;
    opacity: 0.9;
}

.utf_agent_profile_badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.utf_agent_badge {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
}

.utf_agent_badge.featured {
    background: #ff6b6b;
}

.utf_agent_badge i {
    margin-right: 5px;
}

.utf_agent_profile_actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.utf_agent_profile_actions .button {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
}

.utf_agent_profile_actions .button.border {
    border-color: #fff;
    color: #fff;
}

.utf_agent_profile_actions .button.border:hover {
    background: #fff;
    color: #333;
}

/* Agent Sections */
.utf_agent_section {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.utf_agent_section_title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.utf_agent_section_title span {
    color: #888;
    font-weight: 400;
    font-size: 16px;
}

.utf_agent_description {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 25px;
}

.utf_agent_info_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.utf_agent_info_item {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.utf_agent_info_item:hover {
    background: #ff6b6b;
    color: #fff;
}

.utf_agent_info_item:hover i,
.utf_agent_info_item:hover span {
    color: #fff;
}

.utf_agent_info_item i {
    font-size: 24px;
    color: #ff6b6b;
    margin-bottom: 10px;
    display: block;
}

.utf_agent_info_item span {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.utf_agent_info_item strong {
    display: block;
    font-size: 14px;
    color: #333;
}

/* Trip Cards */
.utf_trip_card {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    text-decoration: none;
    color: inherit;
}

.utf_trip_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
}

.utf_trip_image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.utf_trip_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.utf_trip_card:hover .utf_trip_image img {
    transform: scale(1.05);
}

.utf_trip_duration {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
}

.utf_trip_duration i {
    margin-right: 5px;
}

.utf_trip_content {
    padding: 20px;
}

.utf_trip_content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.utf_trip_location {
    display: block;
    color: #888;
    font-size: 13px;
    margin-bottom: 15px;
}

.utf_trip_location i {
    margin-right: 5px;
    color: #ff6b6b;
}

.utf_trip_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.utf_trip_price {
    font-size: 18px;
    font-weight: 700;
    color: #ff6b6b;
}

.utf_trip_rating {
    background: #ffc107;
    color: #333;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.utf_trip_rating i {
    margin-right: 3px;
}

/* Reviews */
.utf_reviews_list {
    margin-top: 20px;
}

.utf_review_item {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.utf_review_item:last-child {
    border-bottom: none;
}

.utf_review_avatar {
    flex-shrink: 0;
}

.utf_review_avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.utf_review_content {
    flex: 1;
}

.utf_review_header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.utf_review_header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.utf_review_date {
    color: #aaa;
    font-size: 13px;
}

.utf_review_rating {
    color: #ffc107;
    font-size: 14px;
}

.utf_review_content p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Sidebar */
.utf_agent_sidebar {
    position: sticky;
    top: 30px;
}

.utf_agent_sidebar_box {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.utf_agent_sidebar_box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.utf_agent_contact_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.utf_agent_contact_list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 14px;
}

.utf_agent_contact_list li:last-child {
    border-bottom: none;
}

.utf_agent_contact_list li i {
    width: 35px;
    height: 35px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6b6b;
    font-size: 14px;
    flex-shrink: 0;
}

.utf_agent_stats_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.utf_agent_stat_box {
    text-align: center;
    padding: 20px 10px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.utf_agent_stat_box:hover {
    background: #ff6b6b;
}

.utf_agent_stat_box:hover i,
.utf_agent_stat_box:hover .utf_agent_stat_number,
.utf_agent_stat_box:hover .utf_agent_stat_label {
    color: #fff;
}

.utf_agent_stat_box i {
    font-size: 24px;
    color: #ff6b6b;
    margin-bottom: 8px;
    display: block;
}

.utf_agent_stat_number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
}

.utf_agent_stat_label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
}

.utf_agent_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.utf_agent_tags .utf_agent_tag {
    background: #f0f0f0;
    color: #666;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.utf_agent_tags .utf_agent_tag:hover {
    background: #ff6b6b;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .utf_agent_profile_info {
        flex-direction: column;
        text-align: center;
    }
    
    .utf_agent_profile_actions {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    
    .utf_agent_info_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .utf_agent_sidebar {
        position: static;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .utf_agent_profile_header {
        padding: 60px 0 40px;
    }
    
    .utf_agent_profile_avatar img {
        width: 120px;
        height: 120px;
    }
    
    .utf_agent_profile_details h2 {
        font-size: 24px;
    }
    
    .utf_agent_profile_badges {
        justify-content: center;
    }
    
    .utf_agent_section {
        padding: 20px;
    }
    
    .utf_agent_info_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .utf_agent_info_item {
        padding: 15px 10px;
    }
    
    .utf_review_item {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .utf_agent_info_grid {
        grid-template-columns: 1fr;
    }
    
    .utf_agent_profile_actions {
        flex-direction: column;
    }
    
    .utf_agent_profile_actions .button {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================
   FEATURED TRIPS STYLES
   ========================================== */

/* Section Header */
.utf_section_header {
    text-align: center;
    margin-bottom: 40px;
}

.utf_section_title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.utf_section_title.text-center {
    text-align: center;
}

.utf_section_subtitle {
    font-size: 16px;
    color: #888;
    max-width: 600px;
    margin: 0 auto;
}

/* Filter Buttons */
.utf_trip_filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.utf_filter_btn {
    padding: 10px 25px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.utf_filter_btn:hover,
.utf_filter_btn.active {
    background: #ff6b6b;
    border-color: #ff6b6b;
    color: #fff;
}

/* Featured Trip Card */
.utf_trip_card_featured {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
}

.utf_trip_card_featured:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

/* Image Wrapper */
.utf_trip_image_wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.utf_trip_image_link {
    display: block;
    height: 100%;
}

.utf_trip_image_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.utf_trip_card_featured:hover .utf_trip_image_link img {
    transform: scale(1.08);
}

.utf_trip_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.6) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.utf_trip_card_featured:hover .utf_trip_overlay {
    opacity: 1;
}

/* Badges */
.utf_trip_badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.utf_trip_badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.utf_trip_badge.featured {
    background: #ff6b6b;
    color: #fff;
}

.utf_trip_badge.featured i {
    margin-right: 5px;
}

.utf_trip_badge.discount {
    background: #4CAF50;
    color: #fff;
}

/* Wishlist Button */
.utf_trip_wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.utf_trip_wishlist i {
    color: #888;
    font-size: 18px;
    transition: all 0.3s ease;
}

.utf_trip_wishlist:hover {
    background: #ff6b6b;
}

.utf_trip_wishlist:hover i {
    color: #fff;
}

/* Category Tag */
.utf_trip_category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Content Wrapper */
.utf_trip_content_wrapper {
    padding: 25px;
}

/* Header */
.utf_trip_header {
    margin-bottom: 15px;
}

.utf_trip_rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.utf_stars {
    color: #ffc107;
    font-size: 13px;
}

.utf_stars i {
    margin-right: 2px;
}

.utf_rating_value {
    background: #ffc107;
    color: #333;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

.utf_reviews_count {
    color: #888;
    font-size: 12px;
}

.utf_trip_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.utf_trip_title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.utf_trip_title a:hover {
    color: #ff6b6b;
}

.utf_trip_location {
    color: #888;
    font-size: 13px;
}

.utf_trip_location i {
    color: #ff6b6b;
    margin-right: 5px;
}

/* Description */
.utf_trip_description {
    margin-bottom: 15px;
}

.utf_trip_description p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Details */
.utf_trip_details {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.utf_detail_item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 12px;
}

.utf_detail_item i {
    color: #ff6b6b;
    font-size: 14px;
}

/* Highlights */
.utf_trip_highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.utf_highlight_tag {
    background: #f5f5f5;
    color: #666;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 11px;
}

.utf_highlight_tag i {
    color: #4CAF50;
    margin-right: 4px;
}

/* Footer */
.utf_trip_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.utf_trip_price_wrapper {
    display: flex;
    flex-direction: column;
}

.utf_old_price {
    font-size: 13px;
    color: #aaa;
    text-decoration: line-through;
}

.utf_current_price {
    font-size: 22px;
    font-weight: 700;
    color: #ff6b6b;
}

.utf_per_person {
    font-size: 12px;
    color: #888;
}

.utf_book_btn {
    padding: 10px 22px;
    background: #ff6b6b;
    color: #fff;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.utf_book_btn:hover {
    background: #ff5252;
    color: #fff;
    text-decoration: none;
}

/* Load More Button */
.utf_load_more_btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 40px;
    background: #fff;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.utf_load_more_btn:hover {
    background: #ff6b6b;
    color: #fff;
    text-decoration: none;
}

/* Feature Boxes (Why Choose Us) */
.utf_feature_box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.utf_feature_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.utf_feature_icon {
    width: 70px;
    height: 70px;
    background: #ff6b6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.utf_feature_icon i {
    font-size: 28px;
    color: #fff;
}

.utf_feature_box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.utf_feature_box p {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Styles for Featured Trips */
@media (max-width: 1199px) {
    .utf_trip_details {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .utf_section_title {
        font-size: 24px;
    }
    
    .utf_trip_filters {
        gap: 8px;
    }
    
    .utf_filter_btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    
    .utf_trip_image_wrapper {
        height: 200px;
    }
    
    .utf_trip_content_wrapper {
        padding: 20px;
    }
    
    .utf_trip_title {
        font-size: 16px;
    }
    
    .utf_current_price {
        font-size: 18px;
    }
    
    .utf_book_btn {
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {
    .utf_trip_details {
        flex-direction: column;
        gap: 8px;
    }
    
    .utf_trip_highlights {
        gap: 5px;
    }
    
    .utf_highlight_tag {
        font-size: 10px;
        padding: 4px 8px;
    }
    
    .utf_trip_footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

/* ==========================================
   FEATURED CATEGORIES - COMPACT STYLES
   ========================================== */

/* Header */
.utf_cat_header {
    text-align: center;
    margin-bottom: 30px;
}

.utf_cat_header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.utf_cat_header p {
    font-size: 14px;
    color: #888;
}

/* Category Card - Compact */
.utf_cat_grid {
    display: flex;
    flex-wrap: wrap;
}

.utf_cat_grid > [class*="col-"] {
    display: flex;
    margin-bottom: 25px;
}

.utf_cat_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.utf_cat_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.utf_cat_link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.utf_cat_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.utf_cat_link:hover {
    text-decoration: none;
    color: inherit;
}

/* Image */
.utf_cat_image {
    position: relative;
    height: 130px;
    overflow: hidden;
    flex-shrink: 0;
}

.utf_cat_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.utf_cat_card:hover .utf_cat_image img {
    transform: scale(1.05);
}

.utf_cat_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
}

/* Icon */
.utf_cat_icon {
    position: absolute;
    bottom: -20px;
    right: 12px;
    width: 40px;
    height: 40px;
    background: #ff6b6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(255,107,107,0.3);
    z-index: 2;
}

.utf_cat_icon i {
    font-size: 16px;
    color: #fff;
}

/* Content */
.utf_cat_content {
    padding: 18px 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.utf_cat_content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

/* Description - Compact */
.utf_cat_desc {
    font-size: 12px;
    color: #777;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Destinations */
.utf_cat_destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    margin-top: auto;
}

.utf_cat_destinations span {
    background: #f5f5f5;
    color: #666;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
}

/* Meta */
.utf_cat_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 11px;
}

.utf_cat_trips {
    color: #666;
}

.utf_cat_trips i {
    color: #ff6b6b;
    margin-right: 4px;
}

.utf_cat_rating {
    background: #ffc107;
    color: #333;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.utf_cat_rating i {
    margin-right: 3px;
}

/* Price Range */
.utf_cat_price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.utf_cat_price .price_label {
    font-size: 12px;
    color: #888;
}

.utf_cat_price .price_range {
    font-size: 15px;
    font-weight: 700;
    color: #ff6b6b;
}

/* View All Button */
.utf_view_all_btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 35px;
    background: #fff;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.utf_view_all_btn:hover {
    background: #ff6b6b;
    color: #fff;
    text-decoration: none;
}

/* Mini Section Title */
.utf_section_mini_title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

/* Mini Features */
.utf_mini_feature {
    text-align: center;
    padding: 20px 10px;
}

.utf_mini_feature i {
    font-size: 28px;
    color: #ff6b6b;
    margin-bottom: 10px;
    display: block;
}

.utf_mini_feature h5 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.utf_mini_feature p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .utf_cat_header h3 {
        font-size: 20px;
    }
    
    .utf_cat_image {
        height: 130px;
    }
    
    .utf_cat_content h4 {
        font-size: 15px;
    }
    
    .utf_cat_desc {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .utf_cat_destinations {
        gap: 4px;
    }
    
    .utf_cat_destinations span {
        font-size: 10px;
        padding: 2px 8px;
    }
    
    .utf_cat_price .price_range {
        font-size: 13px;
    }
}

/* ==========================================
   FEATURED CATEGORIES CAROUSEL - HOME PAGE
   ========================================== */

.utf_featured_categories_carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 5px 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ff6b6b #f0f0f0;
}

.utf_featured_categories_carousel::-webkit-scrollbar {
    height: 8px;
}

.utf_featured_categories_carousel::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.utf_featured_categories_carousel::-webkit-scrollbar-thumb {
    background: #ff6b6b;
    border-radius: 4px;
}

.utf_category_carousel_item {
    flex: 0 0 auto;
    width: 280px;
}

.utf_category_carousel_card {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.utf_category_carousel_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    text-decoration: none;
    color: inherit;
}

.utf_category_carousel_image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.utf_category_carousel_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.utf_category_carousel_card:hover .utf_category_carousel_image img {
    transform: scale(1.08);
}

.utf_category_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
}

.utf_category_highlight_tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6b6b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(255,107,107,0.3);
}

.utf_category_carousel_content {
    padding: 20px;
}

.utf_category_carousel_content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.utf_category_carousel_content p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 12px;
}

.utf_category_tags {
    display: flex;
    gap: 8px;
}

.utf_category_tags span {
    background: #f5f5f5;
    color: #666;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
}

/* Responsive */
@media (max-width: 767px) {
    .utf_category_carousel_item {
        width: 240px;
    }
    
    .utf_category_carousel_image {
        height: 150px;
    }
}

/* ==========================================
   FEATURED CATEGORIES GRID PAGE
   ========================================== */

/* Highlight badge on image */
.utf_cat_badge_highlight {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6b6b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(255,107,107,0.3);
}

/* Star icon on image */
.utf_cat_star {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.utf_cat_star i {
    color: #ffc107;
    font-size: 16px;
}

/* Other tags in content */
.utf_cat_other_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.utf_cat_other_tags span {
    background: #f0f0f0;
    color: #666;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 10px;
}

/* Responsive for grid */
@media (max-width: 991px) {
    .utf_cat_grid > [class*="col-"] {
        margin-bottom: 20px;
    }
}

/* ==========================================
   SUBCATEGORIES - HOME PAGE
   ========================================== */

.utf_subcategory_card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    text-decoration: none;
    color: inherit;
}

.utf_subcategory_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
}

.utf_subcategory_image {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.utf_subcategory_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.utf_subcategory_card:hover .utf_subcategory_image img {
    transform: scale(1.05);
}

.utf_subcategory_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
}

.utf_subcategory_parent {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255,255,255,0.95);
    color: #333;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.utf_subcategory_content {
    padding: 18px;
}

.utf_subcategory_content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.utf_subcategory_content p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 10px;
}

.utf_subcategory_tags {
    display: flex;
    gap: 6px;
}

.utf_subcategory_tags span {
    background: #f5f5f5;
    color: #666;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 11px;
}


/* Star rating fallback */
.star-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.star-rating::before {
    content: '\2605 \2605 \2605 \2605 \2605';
    color: #fbbf24;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.utf_agent_rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.utf_agent_rating_value {
    font-weight: 700;
    color: #1e293b;
    font-size: 1rem;
}

.utf_agent_reviews {
    color: #64748b;
    font-size: 0.9rem;
}


/* ============================================
   MEMBERS PAGE - CREATIVE REDESIGN 2026
   ============================================ */

/* ---- HERO SECTION ---- */
.members-hero {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #0f3460 100%);
}

.members-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.members-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
}

.members-hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    animation: blobFloat 8s ease-in-out infinite;
}

.blob-1 {
    width: 400px;
    height: 400px;
    background: #ff6b6b;
    top: -100px;
    right: -80px;
    animation-delay: 0s;
}

.blob-2 {
    width: 300px;
    height: 300px;
    background: #4ecdc4;
    bottom: -80px;
    left: -60px;
    animation-delay: -3s;
}

.blob-3 {
    width: 250px;
    height: 250px;
    background: #ffe66d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -5s;
    opacity: 0.2;
}

@keyframes blobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

.members-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.members-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    animation: fadeInDown 0.8s ease;
}

.members-hero-badge i {
    color: #ffe66d;
}

.members-hero-title {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.members-hero-title span {
    background: linear-gradient(135deg, #ff6b6b, #ffe66d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.members-hero-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 40px;
    animation: fadeInUp 0.8s ease 0.4s both;
}

/* Hero Search */
.members-hero-search {
    max-width: 600px;
    margin: 0 auto 50px;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.members-hero-search-box {
    position: relative;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 60px;
    padding: 6px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.members-hero-search-box:focus-within {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.4);
    box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}

.members-hero-search-box > i {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
    margin-left: 20px;
    margin-right: 12px;
}

.members-hero-search-box input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 14px 10px;
    outline: none;
}

.members-hero-search-box input::placeholder {
    color: rgba(255,255,255,0.5);
}

.members-hero-search-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.members-hero-search-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 5px 20px rgba(255,107,107,0.4);
}

/* Hero Stats */
.members-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    animation: fadeInUp 0.8s ease 0.8s both;
}

.members-hero-stat {
    text-align: center;
}

.members-hero-stat-num {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.members-hero-stat-label {
    display: block;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- FLOATING FILTER CARD ---- */
.members-filter-float {
    position: relative;
    z-index: 10;
    margin-top: -40px;
    padding: 0 0 40px;
}

.members-filter-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.04);
}

.members-filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}

.members-filter-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.members-filter-title i {
    color: #ff6b6b;
    font-size: 20px;
}

.members-sort-select {
    position: relative;
}

.members-sort-select select {
    appearance: none;
    -webkit-appearance: none;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.members-sort-select select:focus {
    border-color: #ff6b6b;
    background-color: #fff;
}

/* Filter Pills */
.members-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.members-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    white-space: nowrap;
}

.members-pill:hover {
    border-color: #ff6b6b;
    color: #ff6b6b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,107,107,0.15);
}

.members-pill.active {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(255,107,107,0.3);
}

.members-pill-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0,0,0,0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s;
}

.members-pill:hover .members-pill-icon {
    background: rgba(255,107,107,0.1);
}

.members-pill.active .members-pill-icon {
    background: rgba(255,255,255,0.25);
}

.members-pill-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    background: rgba(0,0,0,0.05);
    border-radius: 11px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s;
}

.members-pill.active .members-pill-count {
    background: rgba(255,255,255,0.3);
}

/* ---- GRID SECTION ---- */
.members-grid-section {
    padding: 20px 0 60px;
    background: #f8fafc;
}

.members-grid-wrapper {
    transition: all 0.3s ease;
}

/* ---- SECTION HEADERS ---- */
.members-section {
    margin-bottom: 50px;
}

.members-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.members-section-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    flex-shrink: 0;
}

.members-section-info h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 4px;
}

.members-section-info p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* ---- CARDS ROW ---- */
.members-cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* ---- MODERN CARD ---- */
.members-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(0,0,0,0.04);
}

.members-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.members-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.members-card-link:hover,
.members-card-link:focus {
    text-decoration: none;
    color: inherit;
}

/* Card Image */
.members-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.members-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.members-card:hover .members-card-image img {
    transform: scale(1.1);
}

.members-card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
}

.members-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.members-card-badge.verified {
    background: rgba(76, 175, 80, 0.95);
    color: #fff;
    backdrop-filter: blur(4px);
}

.members-card-rating {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,0.95);
    color: #f59e0b;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
    backdrop-filter: blur(4px);
}

.members-card-rating i {
    font-size: 12px;
}

/* Card Body */
.members-card-body {
    padding: 0 20px 16px;
    position: relative;
}

.members-card-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin: -32px auto 12px;
    position: relative;
    z-index: 3;
    background: #fff;
}

.members-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.members-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin: 0 0 6px;
    line-height: 1.3;
}

.members-card-location {
    text-align: center;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 14px;
}

.members-card-location i {
    color: #ff6b6b;
    margin-right: 4px;
}

.members-card-meta {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.members-card-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.members-card-meta-item i {
    color: #94a3b8;
    font-size: 13px;
}

.members-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.members-card-tag {
    display: inline-block;
    background: linear-gradient(135deg, #f0f7ff 0%, #f8fafc 100%);
    color: #0f3460;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
}

/* Card Footer */
.members-card-footer {
    padding: 0 20px 20px;
}

.members-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #0f3460 0%, #1a4a7a 100%);
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.members-card:hover .members-card-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    box-shadow: 0 4px 16px rgba(255,107,107,0.3);
}

.members-card-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.members-card:hover .members-card-btn i {
    transform: translateX(4px);
}

/* ---- EMPTY STATE ---- */
.members-empty-state {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.members-empty-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e0e7ff 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.members-empty-icon i {
    font-size: 36px;
    color: #6366f1;
}

.members-empty-state h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.members-empty-state p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.members-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(255,107,107,0.25);
}

.members-empty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,107,107,0.35);
}

/* ---- ANIMATIONS ---- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1199px) {
    .members-cards-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .members-hero-title {
        font-size: 38px;
    }
    .members-hero-stats {
        gap: 30px;
    }
    .members-cards-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .members-filter-card {
        padding: 20px 24px;
    }
}

@media (max-width: 767px) {
    .members-hero {
        padding: 50px 0 70px;
    }
    .members-hero-title {
        font-size: 28px;
    }
    .members-hero-subtitle {
        font-size: 15px;
    }
    .members-hero-stats {
        gap: 20px;
        flex-wrap: wrap;
    }
    .members-hero-stat-num {
        font-size: 24px;
    }
    .members-hero-stat-label {
        font-size: 11px;
    }
    .members-filter-float {
        margin-top: -25px;
    }
    .members-filter-card {
        padding: 18px;
        border-radius: 16px;
    }
    .members-filter-top {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .members-filter-pills {
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
    }
    .members-pill {
        padding: 8px 14px;
        font-size: 13px;
    }
    .members-cards-row {
        grid-template-columns: 1fr;
    }
    .members-section-header {
        gap: 12px;
    }
    .members-section-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        border-radius: 12px;
    }
    .members-section-info h3 {
        font-size: 20px;
    }
    .members-card-image {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .members-hero-search-box {
        padding: 4px;
    }
    .members-hero-search-box input {
        font-size: 14px;
        padding: 10px 6px;
    }
    .members-hero-search-btn {
        width: 42px;
        height: 42px;
    }
}


/* ============================================
   MEMBERS PAGE - ALPHABET FILTER BAR
   ============================================ */

.members-alpha-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
}

.members-alpha-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.members-alpha-label i {
    font-size: 14px;
}

.members-alpha-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.members-alpha-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0;
}

.members-alpha-pill:hover:not(.disabled) {
    border-color: #ff6b6b;
    color: #ff6b6b;
    background: #fff0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255,107,107,0.15);
}

.members-alpha-pill.active {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(255,107,107,0.3);
    transform: translateY(-2px);
}

.members-alpha-pill.disabled {
    color: #cbd5e1;
    border-color: #f1f5f9;
    background: #f8fafc;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Responsive alphabet */
@media (max-width: 767px) {
    .members-alpha-bar {
        gap: 10px;
    }
    .members-alpha-pills {
        gap: 5px;
    }
    .members-alpha-pill {
        width: 30px;
        height: 30px;
        font-size: 12px;
        border-radius: 8px;
    }
}
