@media only screen and (max-width: 479px) {
    .header__logo {
        padding: 0;
        max-width: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .slicknav_btn {
        margin: 0;
        border-radius: 0;
        background: #f03250;
        position: absolute;
        right: 15px;
        top: 20px;
    }
}

.customshadow {
    text-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.7), /* bold shadow for main heading */
        0 0 10px rgba(255, 255, 255, 0.2); /* soft glow */
    font-family: 'Poppins', sans-serif;

}


/* Tabs container */
.most__search__tab .nav-tabs {
    border-bottom: 2px solid #eee; /* subtle underline */
    background: #fff; /* plain white background */
    border-radius: 8px;
    padding: 0 5px;
}

/* Tab items */
.most__search__tab .nav-tabs .nav-link {
    color: #333; /* inactive tab color */
    background: transparent;
    border: none;
    border-radius: 6px 6px 0 0;
    margin-right: 5px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.most__search__tab .nav-tabs .nav-link:hover {
    color: #f03250; /* hover color */
}

/* Active tab styling */
.most__search__tab .nav-tabs .nav-link.active {
    color: #fff; /* text color on active tab */
    background: #f03250; /* active tab color */
}

/* Icon spacing */
.most__search__tab .nav-tabs .nav-link span {
    margin-right: 6px;
    font-size: 1.1em;
}

/* Responsive */
@media (max-width: 768px) {
    .most__search__tab .nav-tabs {
        flex-wrap: wrap;
    }
    .most__search__tab .nav-tabs .nav-link {
        flex: 1 1 45%;
        text-align: center;
        margin-bottom: 5px;
    }
}

.section_title_cusomt{
	font-size: 23px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 10px;
}

.most__search__tab .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
}

.mobile-tab-dropdown {
    position: relative;
    width: 100%;
}

.mobile-dropdown-selected {
    background: #f13350;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: white;
}

.mobile-dropdown-options {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 5px;
    z-index: 999;
}

.mobile-dropdown-options li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mobile-dropdown-options li i {
    margin-right: 8px;
}

.mobile-dropdown-options li:hover {
    background: #f23450;
    color: #fff;
}

.catdroupdon {
    
    border-bottom: none;
    margin-bottom: 0;
}


/* Dropdown container fixed / max width */
.mobile-tab-dropdown {
    position: relative;
    cursor: pointer;
    max-width: 300px; /* यहाँ चाहेको width दिनुहोस् */
    width: 100%; /* responsive */
}

/* Selected box */
.mobile-dropdown-selected {
    padding: 10px 15px;
  
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

/* Options */
.mobile-dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; /* match container width */
   
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-dropdown-options li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.mobile-dropdown-options li:last-child {
    border-bottom: none;
}



/* Mobile responsiveness */
@media (max-width: 767px) {
    .mobile-tab-dropdown {
        max-width: 100%;
    }

    .fd-section h2 {
        font-size: 20px;
        color: var(--text-color);
        margin: 0;
    }
    .pb-5, .py-5 {
        padding-bottom: 1rem !important;
    }
    .pt-5, .py-5 {
        padding-top: 1rem !important;
    }
}


.fd-alert {
    background-color: #fff3cd; /* light yellow */
    color: #f23450; /* dark yellow/brown text */
    border: 1px solid #ffeeba; /* border matching alert */
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
    font-size: 20px;
}


.mobile-dropdown-options {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
   
}

.mobile-dropdown-options.show {
    display: block;
}
.mobile-dropdown-options li {
    padding: 10px;
    cursor: pointer;
}
.mobile-dropdown-options li:hover {
	background: #f23450;
}
.mobile-dropdown-selected {
	background: #f23450;
    padding: 10px;
    cursor: pointer;
	background: #f23450;
    display: flex;
    justify-content: space-between;
}


.primary-btn:hover,
.primary-btn:focus {
    color: #ffffff;           /* White text */
    text-decoration: none;    /* Remove underline */
}



.categories__item {
    text-align: center;
}

.categories__item a {
    display: block;
    text-decoration: none; /* remove underline */
    color: inherit;        /* remove default link color */
}

.categories__item i {
    display: block;
    margin-bottom: 10px;
    color: #f03250; /* set icon color */
}

.categories__item h5 {
    margin: 0;
    font-size: 1rem;
}
.cattilte{
	text-decoration: none; 
}

.text-red{
    color:#f03250;
}


.header__nav {
    text-align: right;
    padding: 10px 0;
    margin-top: 0px;
}
.card-header{
    background:#f03250 !important;
}

.address-link{
    text-decoration: none;
    color:white;
}
.address-link:hover{
    text-decoration: none;
    color:white;
}
.address-link:focus{
    text-decoration: none;
    color:white;
}
@media (max-width: 768px) {

    .listing-hero {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

/* backgrou und overly */
.listing-hero {
    padding: 230px 0 40px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white; /* Default text color */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .listing-hero {
        padding-top: 180px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .listing-hero {
        padding-top: 150px;
        padding-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .listing-hero {
        padding-top: 120px;
        padding-bottom: 20px;
    }
}

/* Optional overlay for better text readability */
.listing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay with 30% opacity */
    z-index: 0;
}

/* Ensure content stays above overlay */
.listing-hero > .container {
    position: relative;
    z-index: 1;
}

/* .header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
} */

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 80px; /* Set your header height */
}

/* Add padding to body or main content equal to header height */
body {
    padding-top: 50px; /* Should match header height */
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
}



/* Pagination Styles */
.fd-pagination {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
}

.fd-pagination ul {
    list-style: none !important;
    padding: 0 !important;
    display: flex !important;
    gap: 8px !important;
}

.fd-pagination li {
    display: inline-block !important;
}

.fd-pagination li a,
.fd-pagination li span {
    display: block !important;
    padding: 8px 14px !important;
    border: 1px solid #f03250 !important;
    color: #f03250 !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.fd-pagination li a:hover,
.fd-pagination li a.current,
.fd-pagination li span.current {
    background-color: #fff !important;
    color: #f03250 !important;
    border-color: #f03250 !important;
}



.fd-pagination .page-numbers {
    
    background-color: #ffffff !important;
    
}
.fd-pagination .page-numbers {
    padding: 8px 16px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.btn-outline-primary {
    color: #ffffff !important;
    background: #f13350 !important;
    border-color: #f13350 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #f13350 !important;
    border-color: #f13350 !important;
}